diff --git a/Readme.md b/Readme.md index 9bf0269..5389365 100644 --- a/Readme.md +++ b/Readme.md @@ -2,8 +2,20 @@ Currently supports sniffing CC2541X flashed with sniffing firmware, based on https://github.com/homewsn/whsniff -## TODOS: +## Pcap capture example -- Add pcap support +ˋˋˋbash +cargo run --example pcap -- 16 +ˋˋˋ + +where 16 is the channel. You can also pass the file path as the second argument: + +ˋˋˋbash +cargo run --example pcap -- 16 /home/$USER/sniff.pcap +ˋˋˋ + +### TODOS: + +- Verify pcap capture and add stdout support for wireshark live sniffing - Fix arbitrary length ignores - Add support for docker one click install and maybe also sniffer fimrware flashing \ No newline at end of file