NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
dustinmj
Dec 23, 2017Tutor
Orbi Logger: Hope this helps someone
TLDR; I built a log scraper for my Orbi system, node.js code here: https://github.com/Dustinmj/orbi-logger Hi, I've been visiting this forum a LOT recently as my Orbi (2 sattelite) system has bee...
madbrain
Dec 23, 2017Luminary
Agree the Orbi clearing its log on reboot is stupidest thing ever. I looked at your package but don't find the instructions to be clear.
Have node, npm ? What are those ? Any pointers on how to get them/set them up ?
Which OS is this for ? Presumably Linux variants.
Does github require an account to download source anonymously ?
- dustinmjDec 23, 2017TutorHi Sorry,
You'll need node and npm ( node package manager ). There's some good instructions for setting these up online. You could must likely install this on a Windows box but i run everything on Linux so i won't be much help there.
To clone the repo you'll just need git, no github account required. You can find the clone URI on the main page of the repo on GitHub (green button).
To install you'll just run npm install from the directory you clone. Then npm start within that same directory will start the logging server for you. All configuration is in the .env file.
Hope that helps.