osd-contiki/examples/jn516x/tsch/simple-sensor-network/node
Yasuyuki Tanaka 667dd6a210 TSCH: put tsch_ prefix to definitions in the global scope
struct asn_t         -> struct tsch_asn_t
  struct asn_divisor_t -> tsch_asn_divisor_t
  ASN_ macros          -> TSCH_ASN_ macros
  current_asn          -> tsch_current_asn
2017-01-10 11:45:59 +01:00
..
Makefile Add examples for NXP JN516x using TSCH 2016-01-05 10:44:13 +01:00
node.c TSCH: put tsch_ prefix to definitions in the global scope 2017-01-10 11:45:59 +01:00
project-conf.h Add examples for NXP JN516x using TSCH 2015-12-17 13:29:42 +01:00
README.md Add examples for NXP JN516x using TSCH 2015-12-17 13:29:42 +01:00
waveform.h Add examples for NXP JN516x using TSCH 2015-12-17 13:29:42 +01:00

Node is part of Simple-Sensor-Network When node is connected to border-router (TSCH), it will wait to be addressed by a host on port 8185. When addressed, IPv6 address of host is acquired. Node will start to transmit samples of a waveform ("simulated" sensor data) to the host on port 8186 at a rate of once per 10 seconds. Type of waveform and phase depend on mac address of node in order to better distinguish the waveforms at the host side. LED is flashed every time a sample is transmitted. Nodes are tested with configuration JN516x_WITH_DONGLE=1