George Oikonomou
3af022f6da
Merge branch 'develop' into contrib/shell-no-ipv6
2019-01-12 16:44:28 +00:00
Simon Duquennoy
5c206691a3
Shell: group IPv6 and RPL-Lite commands
2019-01-11 21:22:16 +01:00
Simon Duquennoy
36ee548b51
Shell: add mac-addr command
2019-01-11 21:16:48 +01:00
Simon Duquennoy
d850fff673
Make it possible to use shell without IPv6
2019-01-11 21:16:48 +01:00
Atis Elsts
08cbbe224b
minor shell update: extend the tsch-status command
2018-12-18 16:40:18 +00:00
Atis Elsts
f9cd3449f3
add tsch_get_network_uptime_ticks() function
2018-12-18 16:40:18 +00:00
Simon Duquennoy
a9aad29617
Add missing inclusions of <inttypes.h>
2018-11-22 15:04:10 +01:00
Niclas Finne
82b7b74165
Removed the incomplete feature in LWM2M RD client to "guess" a LWM2M
...
server if none has been specified. This does not belong in the LWM2M
RD client and does not work well with multiple server support.
2018-11-19 18:27:15 +01:00
Niclas Finne
962aa01d30
Combined the functions for registering LWM2M server and bootstrap
...
server into a single function for simpler API.
Updated the LWM2M example to register to a single server by default
but with a configuration option to use multiple servers.
2018-11-19 18:27:15 +01:00
carlosgp143@gmail.com
be71b5fc1d
Added support for multiple server session in LwM2M
2018-11-19 18:27:15 +01:00
jeppenodgaard
e1bf32181f
Merge branch 'develop' into fix/global/ip-addr/removed
2018-11-15 16:06:11 +01:00
George Oikonomou
2e4984f671
Change help messages to specify the -v argument as non-optional
...
This commit changes the help messages of `tunslip6` and native border router such thaty they stop specifying the `level` argument of `-v` as optional.
2018-11-11 16:51:18 +00:00
Simon Duquennoy
d286854bb4
Merge branch 'develop' into csma-improvements-pr
2018-11-10 15:20:35 +01:00
Simon Duquennoy
4ea5d41d52
Merge branch release-4.2 back into develop
2018-11-09 17:04:31 +01:00
kkrentz
0c0d7b3e46
CSMA: Assert that n and q are non-NULL in csma-output.c#packet_sent
2018-11-07 03:06:50 -08:00
George Oikonomou
0c7ada4535
Merge branch 'develop' into contrib/shell-empty-cmd
2018-11-05 23:01:04 +00:00
George Oikonomou
cf9be4e7f8
Merge branch 'develop' into cc2420_carrier
2018-11-05 21:45:27 +00:00
Simon Duquennoy
5d8fda2af4
Native border router: clearer error messages
2018-11-05 16:04:02 +01:00
Simon Duquennoy
07915ac580
Shell: skip empty lines
2018-11-05 16:03:21 +01:00
Joakim Eriksson
ecb214bb2d
clear uipbuf including its attributes before creating a packet
2018-11-02 15:44:45 +01:00
Niclas Finne
93c7aae49e
Update os/services/shell/shell-commands.c
...
Co-Authored-By: joakimeriksson <joakime@sics.se>
2018-11-02 15:20:07 +01:00
Niclas Finne
ef9b1f32ba
Update os/services/shell/shell-commands.c
...
Co-Authored-By: joakimeriksson <joakime@sics.se>
2018-11-02 15:19:27 +01:00
kkrentz
f71db7cc90
CSMA: Discard frames that come from ourselves
2018-11-02 07:14:25 -07:00
kkrentz
74780d5962
CSMA: Do not parse twice/Acknowledge MAC command frames, too
2018-11-02 07:13:23 -07:00
kkrentz
e4dcba32c9
CSMA: Do not depend depend on sequence numbers to identify packets
2018-11-02 07:13:23 -07:00
Simon Duquennoy
bda7c329ba
Merge branch 'develop' into contrib/csma-llsec
2018-11-02 01:13:14 +01:00
Joakim Eriksson
16ac869645
removed some no longer needed hard-coded calculations in the sicslowpan code
2018-10-31 23:02:14 +01:00
jeppenodgaard
00018d4c1b
Merge branch 'develop' into fix/global/ip-addr/removed
2018-10-30 17:18:35 +01:00
Joakim Eriksson
35123e9dd8
fixed better packet size assumptions
2018-10-30 16:36:55 +01:00
Joakim Eriksson
42dfc81af2
added LLSEC attributes form packetbuf to uipbuf when receiving IP packet, and a few other minor fixes
2018-10-30 16:06:11 +01:00
Simon Duquennoy
a2b7b996e4
Merge branch 'develop' into contrib/uip-cleanup
2018-10-29 10:18:10 +01:00
kkrentz
468a14b528
moved initialization of queuebuf to contikimac-main.c
2018-10-27 07:13:36 -07:00
Yasuyuki Tanaka
4d8bb2f550
uip-ds6-nbr: check memb availability before adding an nbr_table entry
2018-10-24 07:03:10 -07:00
Yasuyuki Tanaka
319b70345a
uip-ds6-nbr: introduce UIP_DS6_NBR_MAX_6ADDRS_PER_NBR
2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka
17aa75f0cf
uip-ds6-nbr: add doxygen comments (and re-order some functions)
2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka
ee452b5287
uip-ds6-nbr: introduce UIP_DS6_NBR_MULTI_IPV6_ADDRS
...
This feature, which is disabled by default, extends the neighbor cache
management in order to have multiple IPv6 address associated with a
single link-layer address as neighbor caches.
To use this feature, set 1 to UIP_DS6_NBR_CONF_MAX_NEIGHBOR_CACHES.
2018-10-24 07:01:57 -07:00
Yasuyuki Tanaka
8ef5c8b8c6
uip-ds6-nbr: make ds6_neighbors a local variable
...
All the nbr_table API calls with ds6_neighbors are replaced with
uip_ds6_nbr APIs accordingly.
2018-10-24 07:01:57 -07:00
Carlos Pérez Penichet
feb1513b46
Unmodulated carrier transmission for cc2420
...
Modified the cc2420 driver to enable the radio test
mode to emit unmodulated carriers (tones).
A carrier can be enabled using the normal radio driver
API:
NETSTACK_CONF_RADIO.set_value(
RADIO_PARAM_POWER_MODE,
RADIO_POWER_MODE_CARRIER_ON);
Once enabled, the carrier can be disabled like this:
NETSTACK_CONF_RADIO.set_value(
RADIO_PARAM_POWER_MODE,
RADIO_POWER_MODE_CARRIER_OFF);
2018-10-24 15:26:40 +02:00
Simon Duquennoy
ab1e2f8d28
Merge branch 'release-4.2' into fix/json-buffer-overflows
2018-10-24 10:49:37 +02:00
Toshio Ito
0997932bcb
tsch: skip resynchronization when time source has been already changed.
...
See #712
Plus, now `resynchronize` is a separate function.
2018-10-23 16:31:34 +09:00
Joakim Eriksson
008cffe81a
fixed compilation issues
2018-10-23 08:12:55 +02:00
Jeppe Odgaard
e135bf277e
Added test to reproduce issue, and proposed fix in rpl-dag, where dag is only freed if dag_id is different.
2018-10-22 10:37:56 +02:00
Joakim Eriksson
a2eec4c985
fixed csma-security debug output
2018-10-20 22:41:02 +02:00
Joakim Eriksson
d3c95c9a6e
added llsec shell commands
2018-10-20 22:27:19 +02:00
Joakim Eriksson
c42fae82da
added uipbuf attributes for llsec level and key and added payloadlen in mac
2018-10-20 22:25:55 +02:00
George Oikonomou
e96a325588
Merge branch 'develop' into tsch-handle-prepare-error
2018-10-19 21:17:50 +01:00
Simon Duquennoy
9194e82168
uip6: sanitize parsing of ext header options
2018-10-19 16:13:03 +02:00
Simon Duquennoy
78d16284ae
Merge branch 'develop' into bugfix/gpio/64bit
2018-10-19 15:46:24 +02:00
Toshio Ito
cb962855a4
fix code style for else
2018-10-19 22:32:52 +09:00
Atis Elsts
9faa834f57
Allow the user to configure COAP_CONF_OBSERVE_REFRESH_INTERVAL and allow it to be zero
2018-10-19 13:15:43 +01:00