Versions Compared

Key

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

...

Before trying this page, please make sure all softwares(especially the Python packages specified in requirements.txt under openwsn-sw root directory) are installed on you computer and Raspberry Pi. To do this, you can refer to Kickstart Linux.You will also need to have OpenWSN CoAP Python Library installed on your computer and Raspberry Pi. To do so just git clone the code (https://github.com/openwsn-berkeley/coap), open a console in the coap folder and run (with sudo if needed) :

Note

Note that, this project requires new python packages to run, which is added in requirements.txt. To make sure everything is setup, you need:

Code Block
languagebash
~/Desktop/openwsn/openwsn-sw$ git pull 

to update the requirements.txt file and

Code Block
languagebash
>
~/Desktop/openwsn/openwsn-sw/software/openvisualizer$ sudo pip install -r 
./
requirements.txt

to install all necessary packages.


Also we assume the motes already have the openwsn firmware code loaded.

...