Commit Graph

13931 Commits

Author SHA1 Message Date
Simon Duquennoy b97f7af3b6
Merge pull request #428 from simonduq/fix/rpl-max-rank-16bit
RPL Lite: fix handling of max rank on 16-bit platforms
2018-04-14 10:38:18 +02:00
Simon Duquennoy 61a7a377a3
Merge branch 'release-4.1' into fix/rpl-max-rank-16bit 2018-04-14 09:56:10 +02:00
Simon Duquennoy ebd34a3c81
Merge pull request #418 from simonduq/fix/rpl-various
A variety of minor RPL enhancements
2018-04-14 09:55:59 +02:00
George Oikonomou cb120e328b
Merge pull request #433 from simonduq/contrib/15.4-default-channel
Homogenize IEEE 802.15.4 channel configuration
2018-04-13 17:19:04 +01:00
Simon Duquennoy 2adf8544b2
Merge branch 'release-4.1' into fix/rpl-various 2018-04-13 18:07:39 +02:00
Simon Duquennoy 71b48c2c98
Merge pull request #430 from nfi/contrib/coap-block2-offset
Added check for block offset overflow in CoAP block2 requests.
2018-04-13 18:07:08 +02:00
George Oikonomou 362641007a
Merge branch 'develop' into contrib/15.4-default-channel 2018-04-13 16:10:19 +01:00
Simon Duquennoy 5d350182d5 CoAP example: remove unnecessary commented-out config flags 2018-04-13 08:06:03 -07:00
Simon Duquennoy 0750824f19 Fix nullrouting for compilation with nullnet 2018-04-13 08:06:03 -07:00
Simon Duquennoy 87bb684bb4 Fix rpl-udp-sky.csc 2018-04-13 08:06:03 -07:00
Simon Duquennoy f933767b4c Remove now unnecessary pintouts of 802.15.4 panid and channel 2018-04-13 08:06:03 -07:00
Simon Duquennoy 3325c44f4e Main: print out 802.15.4 panid and channel, as well as routing layer configuration 2018-04-13 08:06:03 -07:00
Simon Duquennoy df90e62b88 Cooja: remove leftover RF_CHANNEL 2018-04-13 08:06:03 -07:00
Simon Duquennoy d8cdc5f802 Adopt IEEE802154_DEFAULT_CHANNEL in examples that use it 2018-04-13 08:06:03 -07:00
Simon Duquennoy d128898420 cc2420: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 2359cdb7c0 jn516x: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 8bc3a7388e cc26xx and cc13xx: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 08:06:02 -07:00
Simon Duquennoy 5e753f73d0
Merge branch 'release-4.1' into contrib/coap-block2-offset 2018-04-13 16:52:25 +02:00
Simon Duquennoy b5017d5405
Merge pull request #372 from simonduq/contrib/root-old-version-reset-trickle
RPL Lite: reset trickle when hearing old versions from the root
2018-04-13 16:52:08 +02:00
Simon Duquennoy e9f9abd2b6
Merge pull request #415 from simonduq/contrib/coap-autoinit
CoAP: auto-initialize module
2018-04-13 16:29:28 +02:00
Simon Duquennoy 36bb007b19
Merge branch 'release-4.1' into contrib/root-old-version-reset-trickle 2018-04-13 15:52:25 +02:00
Simon Duquennoy 02b96f7474 Remove warning in case coap_engine_init is called twice 2018-04-13 06:51:33 -07:00
Simon Duquennoy 7a96a8f8a9 CoAP: auto-initialize module 2018-04-13 06:51:33 -07:00
Simon Duquennoy cc37c1a558 CoAP: enable calling coap_get_payload with a NULL pointer 2018-04-13 06:51:33 -07:00
Simon Duquennoy 472e119c5c
Merge pull request #411 from simonduq/fix/coap_get_payload
CoAP: enable calling coap_get_payload with a NULL pointer
2018-04-13 15:49:47 +02:00
Simon Duquennoy ebcb941867 Shell command 'rpl_status': show last DTSN of current parent 2018-04-13 05:44:49 -07:00
Simon Duquennoy a49a5dc675 RPL handle_proving_timer: fix defensive programming check 2018-04-13 05:44:49 -07:00
Simon Duquennoy dd8bf5d60a RPL DTSN increment log: fix format, promote from INFO to WARN 2018-04-13 05:44:49 -07:00
Simon Duquennoy 86ac0fba68 RPL global repair: stop all timers before re-initializing 2018-04-13 05:44:49 -07:00
Simon Duquennoy cdca6959eb RPL global repair: log new version rather than old one. Re-init DTSN instead of incrementing it. Log format fixes. 2018-04-13 05:44:36 -07:00
Simon Duquennoy d3c37eb61b rpl_refresh_routes: log new DTSN rather than old one 2018-04-13 05:44:36 -07:00
Simon Duquennoy 6022585ad0
Merge branch 'release-4.1' into fix/coap_get_payload 2018-04-13 14:39:39 +02:00
Simon Duquennoy eb20fb4f56
Merge pull request #427 from simonduq/contrib/sicslowpan-checkbuf-release-4-1
6LoWPAN avoid buffer overflow in case of IPv6 header larger than packetbuf
2018-04-13 14:39:02 +02:00
Simon Duquennoy 0df3c4fb90 CoAP: enable calling coap_get_payload with a NULL pointer 2018-04-13 05:37:10 -07:00
Joakim Eriksson fc8619608a
fixed typo in comment. 2018-04-13 14:27:01 +02:00
Niclas Finne 24e24b8edc coap: added check for block offset overflow in block2 requests.
The block offset is stored in a signed variable in calls to CoAP handlers and
too large block offsets will overflow into negative values.

Thanks to Bruno Melo for reporting this issue.
2018-04-13 14:18:21 +02:00
Joakim Eriksson 0990c417d1
Merge branch 'release-4.1' into contrib/sicslowpan-checkbuf-release-4-1 2018-04-13 14:17:52 +02:00
Simon Duquennoy 0b2ea0d810 cc2538-rf: use IEEE802154_DEFAULT_CHANNEL 2018-04-13 02:27:17 -07:00
Simon Duquennoy 15a06b85bc Added flag for 802.15.4 default channel 2018-04-13 02:26:48 -07:00
Simon Duquennoy 02aebac0d7 Viewconf: moving PANID up 2018-04-13 02:23:49 -07:00
Simon Duquennoy 38f52b7023
Merge pull request #429 from carlosgp143/contrib/rpl-leaf-only
Change RPL_LEAF_ONLY flag to a run-time flag
2018-04-12 21:04:23 +02:00
carlosgp143@gmail.com f9c91ce527 Changed RPL_LEAF_ONLY flag to a runtime flag with getter and setter 2018-04-12 16:49:17 +02:00
Simon Duquennoy 9c1b8448e8
Merge pull request #398 from g-oikonomou/contrib/native/button-hal
Implement the new HALs for platform native
2018-04-11 21:19:53 +02:00
Simon Duquennoy 8f3376691f RPL Lite: fix handling of max rank on 16-bit platforms 2018-04-11 11:46:54 -07:00
Simon Duquennoy 6fa97286b3
Merge branch 'release-4.1' into contrib/native/button-hal 2018-04-11 20:41:46 +02:00
Simon Duquennoy eae1e7eb5a sicslowpan: abort fragmentation in case the header does not fit the first fragment 2018-04-11 04:19:03 -07:00
Simon Duquennoy 0c9d2b4049 sicslowpan: when compressing, make sure never to overflow packetbuf with headers 2018-04-11 02:07:25 -07:00
Simon Duquennoy 9454191b84 Renamd http-socket example to websocket 2018-04-10 00:37:47 -07:00
Simon Duquennoy f5ae6b641e Move ipv6-hooks examples to libs directory 2018-04-10 00:37:47 -07:00
Simon Duquennoy 8b95d22589 Update lwm2m-ipso-example Readme 2018-04-07 09:26:41 -07:00