Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Latest commit

 

History

History
41 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.04 KB

picoMESH

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

Building the telosb image

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/