Skip to content

walljm/googlewifionhub

.NET

JMW.Google.OnHub

JMW.Google.OnHub is a Library and Console application for querying the Google OnHub WIFI router.

Installation

You can download the prebuilt binaries from here:

or

You can clone and build the dotnet project and build with dotnet.

$ dotnet restore
$ dotnet build

Usage

To print out the data on the console, just call the utility.

onhub

The 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.1

To get the data back as JSON add the -j or --json flag

onhub -t 192.168.85.1 -j

To 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 arp

Contributing

Pull 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.

License

MIT

About

A set of tools to pull data from Google's WIFI routers, also known as OnHub

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages