osd-contiki/examples/jn516x/tsch
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
..
simple-sensor-network TSCH: put tsch_ prefix to definitions in the global scope 2017-01-10 11:45:59 +01:00
tools Add examples for NXP JN516x using TSCH 2016-01-05 10:44:13 +01:00
tx-power-verification Add missing includes 2016-03-14 14:52:59 +01:00
uart1-test-node Add missing includes 2016-03-14 14:52:59 +01:00
common-conf-jn516x.h Add examples for NXP JN516x using TSCH 2015-12-17 13:29:42 +01:00
common-conf.h llsec: Permit dynamic security levels 2016-04-13 07:54:46 -07:00
README.md Add examples for NXP JN516x using TSCH 2016-01-05 10:44:13 +01:00

Examples for tsch on jn516x

simple-sensor-network: This example shows a simple sensor network consisting of node(s),an rpl-border-router and a host connected to the IPv6 network. tx-power-verfication: Example on TX power control and RSSI reading on JN516x. Resource available on coap client. uart1-test-node: Example on exposing uart1 of JN516x node to a coap client