项目作者: lightertu

项目描述 :
An IoT testbed using 802.15.4 6Lowpan protocol and RIOT OS
高级语言: JavaScript
项目地址: git://github.com/lightertu/NetsecIoT.git
创建时间: 2016-08-30T21:27:59Z
项目社区:https://github.com/lightertu/NetsecIoT

开源协议:MIT License

下载


NetsecIoT 6lowpan testbed

An IoT testbed using RIOT OS featuring 6lowpan (805.15.4) protcol. If you want to use this testbed
checkout the Wiki

Components:

  • Display Node
    • A http client including a web interface to control the IoT devices in the testbed
  • Gateway Node
    • Coap Scanner
      • Periodcially Scans CoAP devices in the network and store the information of alive nodes in a cache
      • Provides /api/devices API to the outside world to get devices information
    • Coap Proxy
      • An access point to the testbed, it translates HTTP requests to CoAP request, so the outside world can
        can control the nodes in the testbed.
  • RIOT IoT Node
    • Implements Netsec IoT Protocol
    • Implemented using RIOT OS, constrained device
  • Non-Embedded IoT Node
    • Implements Netsec IoT Protocol
    • Runs non-embedded operating system, like Raspberry Pi

Hardware

Software