[riot-commits] [RIOT-OS/RIOT] a85d50: gnrc_sixlowpan_iphc.c: add nhc udp decoding and en...
Oleg Hahm
oleg at hobbykeller.org
Tue Dec 8 16:49:26 CET 2015
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: a85d50b9d1066653ecda1d49653ff0f592e10307
https://github.com/RIOT-OS/RIOT/commit/a85d50b9d1066653ecda1d49653ff0f592e10307
Author: Johann Fischer <j.fischer at phytec.de>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
M sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c
Log Message:
-----------
gnrc_sixlowpan_iphc.c: add nhc udp decoding and encoding
This patch adds UDP Header Compression and Decompression as
specified in https://tools.ietf.org/html/rfc6282#section-4.3
UDP NHC module will be included only if UDP is used.
Commit: c6ab57f468429eed9919a5265e2358a254ac910e
https://github.com/RIOT-OS/RIOT/commit/c6ab57f468429eed9919a5265e2358a254ac910e
Author: Johann Fischer <j.fischer at phytec.de>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M sys/net/gnrc/transport_layer/udp/gnrc_udp.c
Log Message:
-----------
gnrc_udp.c adapt for nhc udp encoding and decoding
Commit: 994dd19f03d02913ed3d3919559b172a3dd94b61
https://github.com/RIOT-OS/RIOT/commit/994dd19f03d02913ed3d3919559b172a3dd94b61
Author: Johann Fischer <j.fischer at phytec.de>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M Makefile.dep
M Makefile.pseudomodules
Log Message:
-----------
makefiles: add gnrc_sixlowpan_iphc_nhc module
Commit: 693d438068f01ebb9d8f34f6fd9d8032d59c1d55
https://github.com/RIOT-OS/RIOT/commit/693d438068f01ebb9d8f34f6fd9d8032d59c1d55
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M Makefile.dep
M Makefile.pseudomodules
M sys/net/gnrc/network_layer/sixlowpan/gnrc_sixlowpan.c
M sys/net/gnrc/network_layer/sixlowpan/iphc/gnrc_sixlowpan_iphc.c
M sys/net/gnrc/transport_layer/udp/gnrc_udp.c
Log Message:
-----------
Merge pull request #4189 from jfischer-phytec-iot/wip at nhc-udp
gnrc_sixlowpan_iphc.c: add nhc udp encoding and decoding
Compare: https://github.com/RIOT-OS/RIOT/compare/e8ed9fbe8325...693d438068f0
More information about the commits
mailing list