Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice0 committed Aug 24, 2024
1 parent 3485f62 commit 609bbe6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 609bbe6

Please sign in to comment.