You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/pkg/openwsn
Martine Lenders 64c6d49cbd iot-lab_M3: rename to iotlab-m3 8 years ago
..
.gitattributes pkg: Add .gitattributes to ignore whitespace errors inside some included patch files. 9 years ago
.gitignore pkg/openwsn: update to current openwsn version 9 years ago
0001-Add-RIOT-Makefiles.patch pkg/openwsn: update to current openwsn version 9 years ago
0002-Add-RIOT-adaption.patch pkg/openwsn: update to current openwsn version 9 years ago
0003-Fix-old-style-definitions.patch Improve naming of thread stacksize/priority constants 8 years ago
0004-provide-openserial-dummies.patch pkg/openwsn: update to current openwsn version 9 years ago
0005-fixes-to-RIOT-adaption.patch Improve naming of thread stacksize/priority constants 8 years ago
Makefile boards/fox: define empty orange LED macros 9 years ago
README.md iot-lab_M3: rename to iotlab-m3 8 years ago

README.md

OpenWSN on RIOT

This port of OpenWSN to RIOT is based on current OpenWSN upstream providing a BSP with RIOT's interfaces. Currently supported are iotlab-m3 and fox. More boards will follow through improvements in netdev radio driver interface.

Usage

A test can be found in tests/openwsn providing a shell command to initialise as root or listening node. And providing a sample Makefile.

Build using

$> export BOARD=iotlab-m3
$> export PORT=/dev/ttyTHEPORTOFYOURIOTLAB
$> make -B clean flash term

To use OpenWSN with RIOT it has to be added to the used packages variable

USEPKG += openwsn

On the first build the archive will be fetched, patched and built. WARNING A call of make clean also cleans the OpenWSN tree right now so changes to the source code will be lost in the next build.