-
Notifications
You must be signed in to change notification settings - Fork 7
Achievements
Hauke Petersen edited this page Jul 31, 2017
·
13 revisions
- Implementation of CoRE Resource Directory (RD) in Javascript for node.js and Node-RED:
- Upstream fixes to
node.js
andlibuv
: - CoRE RD client in RIOT:
- simple registration: https://github.com/RIOT-OS/RIOT/pull/7406
- full client: https://github.com/RIOT-OS/RIOT/pull/7428
- Fixes and enhancements to
gcoap
andnanocoap
:
- introduced adaption layer to OpenWSN
- supports led/debug pins
- supports EUI64 generation
- partial slotted UART supports
- requires support for OpenWSNs binary encoding
- ported OpenWSN sctimer (based on RIOTs periph_rtt timer)
- full netdev support
- untested and unmerged sock support
- remaining work:
- fixing bugs
- finish open items, clean up, testing
- documentation
- RIOT and OpenWSN-FW Repositories of Peter Kietzmann treated as "origin"
- developers branch against these repositories
- open pull requests against Peter Kietzmanns forks
- final version will be PR'ed from Peter Kietzmanns repositories
- Developer repositories
- Peter Kietzmann
- https://github.com/PeterKietzmann/RIOT/tree/OpenWSN_port_extra_apps_uart_tmp
- https://github.com/PeterKietzmann/RIOT/tree/OpenWSN_port_extra_apps
- https://github.com/PeterKietzmann/RIOT/tree/OpenWSN_port
- https://github.com/PeterKietzmann/openwsn-fw/tree/RIOT_port_uart_tmp
- https://github.com/PeterKietzmann/openwsn-fw/tree/RIOT_port
- Oleg Hahm
- Michael Frey
- Peter Kietzmann
- Repositories
- Dimitri Nahm
- CCN-lite V2
- finished port to RIOT
- Doxygen
- NDN Packet Format Compression
- discussed and drafted an initial compression scheme
- name compression
- reduce alphabet
- header compression
- remove TLVs as they are too verbose
- introduce compression header (1 or 2 bytes) in front of NDN packet
- name compression
- discussed and drafted an initial compression scheme
- Wireshark Dissector
- implemented initial dissector to parse NDN compression header