Update README.md

This commit is contained in:
loradar
2020-06-03 06:20:31 +10:00
committed by GitHub
parent 7b278cc3fb
commit 234b0e2429
+5 -5
View File
@@ -4,9 +4,9 @@ This uses LoRa packet forwarder to forward the LoRa packets to a localhost with
## Instructions
* Users should flash the correct configuration of LoRadar on the microSD card
` sudo apt-get update -y
sudo apt-get install -y bittwist
sudo apt-get install -y tcpdump
`sudo apt-get update -y`
`sudo apt-get install -y bittwist`
`sudo apt-get install -y tcpdump`
sudo tcpdump -s 0 -AUq port 1700 -w trial.pcap
bittwiste -I trial.pcap -O dump_dlt_user.pcap -M 147 -D 1-42`
`sudo tcpdump -s 0 -AUq port 1700 -w trial.pcap`
`bittwiste -I trial.pcap -O dump_dlt_user.pcap -M 147 -D 1-42`