Hi,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Hi,
The output from the Thingsquare sniffer firmware is supposed to be fed into Wireshark, hence the PCAP format. Wireshark expects a binary format, please try;
download and install wireshark from www.wireshark.com then
"make sniff TARGET=thsq-cc2538dk COMPORT=/dev/ttySxx" from within cygwin.
You can also try this (the setup is the same a firmware running on the device send data over serial port to a PC, a small PC application converts to binary in a format that wireshark can read, and the data is fed into wireshark.
https://github.com/g-oikonomou/sensniff
A third option is to use TI SmartRFSniffer in generic mode as suggested in previous posts, the limit with this apporach is that you do not get the alyers above PHY/MAC dissected, which is really ehat you like for a IP based network. There are also other sniffers that can handle more layers, such as ubiqua from ubilogix.
-Jonas