Skip to content

Commit

Permalink
Merge pull request #458 from hml1810/patch-1
Browse files Browse the repository at this point in the history
Update wireshark.md
  • Loading branch information
ToveRumar committed Jun 24, 2024
2 parents efa2aaa + c789ffc commit c09bd86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/development/wireshark.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ To tell the CFLIB to generate a PCAP file of what it thinks the CRTP traffic loo
$ CRTP_PCAP_LOG=filename.pcap python3 examples/swarm/hl-commander-swarm.py
$ wireshark filename.pcap
```
and on Windows based computers in a shell window:

```bash
> set CRTP_PCAP_LOG=filename.pcap
> python3 examples/swarm/hl-commander-swarm.py
> wireshark filename.pcap
```
To generate a PCAP file and open it with Wireshark. You can also use the text based `tshark` tool, and you can add a filter, for instance, only shoow CRTP port 8 (Highlevel setpoint):

```bash
Expand Down

0 comments on commit c09bd86

Please sign in to comment.