Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The parser script's goal is to parse the packets and show them in a way humans can read. TX transmits arbitrary bytes thru the air, and not all of them have a corresponding character in ASCII table. Without it, the printed line in the terminal cannot be read. It is located at openwsn-fw GitHub repository, so we need to clone it in the server.

Code Block
user@rennes:~$ mkdircd openwsn~
user@rennes:~$ cd openwsn
user@rennes:~/openwsn$ git clone https://github.com/openwsn-berkeley/openwsn-fw.git
...
user@rennes:~/openwsn$

Run the parser script 01bsp_radio_rx.py

...