JMW.Google.OnHub is a Library and Console application for querying the Google OnHub WIFI router.
You can download the prebuilt binaries from here:
or
You can clone and build the dotnet project and build with dotnet.
$ dotnet restore
$ dotnet buildTo print out the data on the console, just call the utility.
onhubThe default ip target for Google OnHub Wifi is 192.168.85.1. If you have a different router ip
you can pass the router ip in via the -t or --target option
onhub -t 192.168.85.1To get the data back as JSON add the -j or --json flag
onhub -t 192.168.85.1 -jTo get the data back a specific category of data use the -c or --category option
with one of the supported options:
- all (default)
- arp
- cam
- ifc
onhub -t 192.168.85.1 -c arpPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.