booyaa / wifiscanner

A crate to list WiFi hotspots in your area
Apache License 2.0
59 stars 34 forks source link

Add support for commandline output (closes #33) #34

Closed mre closed 4 years ago

mre commented 4 years ago

This adds very rudimentary support to print the output of wifiscanner to the commandline. As of now, this is simply a bin/main.rs file that iterates over all networks and prints them in order.

The binary can then be installed with cargo install via crates.io to streamline the user-experience.

booyaa commented 4 years ago

Thanks for this PR, sorry for the slow response!