booyaa/wifiscanner

Support commandline usage

mre opened this issue · 1 comments

mre commented

It would be great if this crate contained a binary file that could be called from the commandline.
As a first step, we could use the example here and put that into src/bin/main.rs. This way, users could simple cargo install wifiscanner and call wifiscanner to get a list of networks.

mre commented

I've created a PR in #34 if you're interested.