From 234b0e242925ac3d9a00eb0270544f4977a2fa3b Mon Sep 17 00:00:00 2001 From: loradar <56890699+loradar@users.noreply.github.com> Date: Wed, 3 Jun 2020 06:20:31 +1000 Subject: [PATCH] Update README.md --- PCAP Output/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PCAP Output/README.md b/PCAP Output/README.md index 887f040..63527ca 100644 --- a/PCAP Output/README.md +++ b/PCAP Output/README.md @@ -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`