项目作者: sdnwiselab

项目描述 :
The Open Source OS for the Internet of Things meets the Software Defined Networking
高级语言: C
项目地址: git://github.com/sdnwiselab/sdn-wise-contiki.git
创建时间: 2016-02-18T10:34:11Z
项目社区:https://github.com/sdnwiselab/sdn-wise-contiki

开源协议:BSD 3-Clause "New" or "Revised" License

下载


SDN-WISE-CONTIKI

Build Status
Analytics

The Open Source OS for the Internet of Things meets the Software Defined Networking.

Build

To build SDN-WISE run the sdn-wise/RUNME.sh script.

To select the target for your build change the TARGET variable inside this script with one of the supported contiki platforms.

To build SDN-WISE for Cooja emulated devices please set COOJA_BUILD=1 otherwise set COOJA_BUILD=0.

The script will deploy two compiled firmwares inside sdn-wise/cooja_firmware. One for the sink of the network, called sink.target, and one for the other nodes, called node.target.

Versioning

This project uses semantic versioning.

Papers

Our approach is detailed in four scientific contributions:

  1. @article{Anadiotis:2019,
  2. author = {{Angelos-Christos} Anadiotis and Laura Galluccio and Sebastiano Milardo and Giacomo Morabito and Sergio Palazzo},
  3. title = {{SD-WISE: A Software-Defined WIreless SEnsor network}},
  4. journal = {Computer Networks},
  5. volume = {159},
  6. pages = {84 - 95},
  7. year = {2019},
  8. doi = {10.1016/j.comnet.2019.04.029},
  9. url = {http://www.sciencedirect.com/science/article/pii/S1389128618312192},
  10. }
  1. @inproceedings{DiDio:2016,
  2. author = {Paolo {Di Dio} and Salvatore Faraci and Laura Galluccio and Sebastiano Milardo and Giacomo Morabito and Sergio Palazzo and Patrizia Livreri},
  3. booktitle = {2016 Mediterranean Ad Hoc Networking Workshop (Med-Hoc-Net)},
  4. doi = {10.1109/MedHocNet.2016.7528421},
  5. title = {{Exploiting state information to support QoS in Software-Defined WSNs}},
  6. year = {2016},
  7. url = {http://ieeexplore.ieee.org/document/7528421/},
  8. }
  1. @inproceedings{Galluccio:2015b,
  2. author = {Laura Galluccio and Sebastiano Milardo and Giacomo Morabito and Sergio Palazzo},
  3. booktitle = {2015 IEEE Conference on Computer Communications Workshops (INFOCOM WKSHPS)},
  4. doi = {10.1109/INFCOMW.2015.7179322},
  5. title = {{Reprogramming Wireless Sensor Networks by using SDN-WISE: A hands-on demo}},
  6. year = {2015},
  7. url = {http://ieeexplore.ieee.org/document/7179322/},
  8. }
  1. @inproceedings{Galluccio:2015a,
  2. author = {Laura Galluccio and Sebastiano Milardo and Giacomo Morabito and Sergio Palazzo},
  3. booktitle = {2015 IEEE Conference on Computer Communications (INFOCOM)},
  4. doi = {10.1109/INFOCOM.2015.7218418},
  5. title = {{SDN-WISE: Design, prototyping and experimentation of a stateful SDN solution for WIreless SEnsor networks}},
  6. year = {2015},
  7. url = {http://ieeexplore.ieee.org/document/7218418/},
  8. }