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

tass-belgium/picotcp-tinyOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published