Welcome to the one and only PicoMESH repository.
picoMESH is a port of picoTCP into a tinyOS application
picoTCP is a TCP/IP stack designed for embedded systems, and developed by TASS Belgium NV For more information, visit the project's website
##Setup To download the repo, simply clone it:
git clone https://github.com/tass-belgium/picotcp-tinyOS.git
Initialise the submodules:
cd picotcp-tinyOS/
git submodule update --init
Install the tinyOS dependencies:
[sudo] apt-get install automake
[sudo] apt-get install nescc
[sudo] apt-get install default-jdk
[sudo] apt-get install msp430-gcc
cd lib/tinyos-main/tools/
./Bootstrap
./configure
make
sudo make install
In order to build your first Telosb image, execute the tinyOS make command in the application folder
cd ../../../app_olsrsetup
make telosb
if all goes well, a main.exe should now be found in ./build/telosb/