Joakim Eriksson
ee65a3982c
configure short routing lifetime in the RPL ROOT / router
2016-03-26 09:45:38 +01:00
Joakim Eriksson
baa8f3c6f5
minor fixes to the simulation files
2016-03-26 09:45:37 +01:00
Joakim Eriksson
4246a8fbe6
updated more nbr_add calls
2016-03-26 09:45:37 +01:00
Joakim Eriksson
444015df67
refactored the rpl-nbr-policy to be called from nbr-table module
2016-03-26 09:45:37 +01:00
Joakim Eriksson
be81d1d2c6
added uip_clear_buf to avoid the risk of sending received packets
2016-03-26 09:45:37 +01:00
Joakim Eriksson
01930d4a64
changed default configuration of RPL route lifetime
2016-03-26 09:45:37 +01:00
Joakim Eriksson
ad0e624d01
increased number of routes in root node so that it can hold all routes in the simulation
2016-03-26 09:45:37 +01:00
Joakim Eriksson
37c5f741e9
removed viztool usage of learned-from routing state that was removed
2016-03-26 09:45:37 +01:00
Joakim Eriksson
1d92359e72
Replaced MRHof with OF-0 for getting code-size down for er-example
2016-03-26 09:45:37 +01:00
Joakim Eriksson
60dc6503e5
disabled DAO ACK and configured for only one DAG per instance to save memory for er-example
2016-03-26 09:45:37 +01:00
Joakim Eriksson
cd98b8b40e
added periodic debug printout of number of used neighbors and routes
2016-03-26 09:45:36 +01:00
Joakim Eriksson
fa1b70b723
added configuration of DAO route refresh for broadcast DIOs
2016-03-26 09:45:36 +01:00
Joakim Eriksson
f4255fad0f
updated rpl-udp example with scalability test
2016-03-26 09:45:36 +01:00
Joakim Eriksson
3fd8c4db2d
added nbr policy for Contiki RPL that avoids thrashing the nbr table with new entries all the time
2016-03-26 09:45:36 +01:00
Joakim Eriksson
d181bd9e6f
added config for enabling/disabling removal of oldest route and added support function for checking if lladdress is used as nexthop
2016-03-26 09:28:09 +01:00
Joakim Eriksson
513393db54
added return value so that caller know if a nbr was removed or not
2016-03-26 09:28:09 +01:00
Joakim Eriksson
946be77248
Added support for end-to-end DAO ACK for Contiki RPL.
...
This is a fix for Contiki RPL so that it fully supports DAO ACK in
an end-to-end fashion. When DAO is sent it will be forwarded upwards
as before. DAO ACK will be forwarded downwards until it reach the node
that initiated the DAO ACK and unlike before it is not a single-hop
DAO ACK but it is fully reaching the RPL ROOT before any DAO ACK is
sent back. DAO ACK also now fully support different status messages
(success / fail).
2016-03-26 09:28:08 +01:00
Simon Duquennoy
3b9fa19a66
Merge pull request #1540 from simonduq/pr/minor-tsch-fixes
...
Minor TSCH fixes
2016-03-25 09:18:56 +01:00
Nicolas Tsiftes
40f81a98c3
Merge pull request #1481 from mdlemay/galileo-imr
...
galileo: Isolated Memory Region support
2016-03-21 17:35:03 +01:00
Michael LeMay
93126b57bb
x86, galileo: Use IMRs to restrict DMA
...
This patch configures Isolated Memory Regions (IMRs) to block DMA to
code and data regions that do not contain any data that needs to be
DMA-accessible.
2016-03-17 08:35:49 -07:00
Michael LeMay
e0d124c7c5
galileo: Add example to print out IMR information
...
This patch adds an example program to print out information about the
configuration of the Intel Quark X1000 SoC Isolated Memory Regions
(IMRs), the Host System Management Mode Controls register, and the
Host Memory I/O Boundary register.
2016-03-17 08:35:49 -07:00
Michael LeMay
58a00b7c23
x86, galileo: Add driver for Isolated Memory Regions (IMRs)
...
The Intel Quark X1000 SoC includes support for Isolated Memory Regions
(IMRs), which are specified using range registers and associated
control registers that are accessible via the message bus. This patch
adds a driver for accessing those registers.
2016-03-17 08:35:49 -07:00
Michael LeMay
25c07613c2
x86: Add driver for message bus
...
The Intel Quark X1000 SoC includes a message bus that is accessible
via PCI configuration registers. It communicates to various SoC
components such as the Isolated Memory Region (IMR) registers and the
Remote Management Unit. This patch adds a driver for accessing the
message bus.
2016-03-17 08:35:48 -07:00
Fredrik Österlind
f9a30236c8
Merge pull request #1557 from sieben/patch-1
...
fix SerialSocketServer when run without GUI
2016-03-17 10:00:35 +01:00
Rémy Léone
60acf7de98
fix SerialSocketServer when run without GUI
2016-03-16 18:48:09 +01:00
Simon Duquennoy
3057cb3363
TSCH: reset now also flushes all queues and resets backoff exponents
2016-03-15 16:24:04 +01:00
Simon Duquennoy
4b4ea36e9b
TSCH: substract RADIO_DELAY_BEFORE_DETECT from ACK timestamp (more accurate timeout for the following busy wait)
2016-03-15 16:23:57 +01:00
Simon Duquennoy
0fd097f821
TSCH: bound max packet size to the system's packetbuf size
2016-03-15 16:23:57 +01:00
Simon Duquennoy
0aa36eaa0a
TSCH: explicitly turn radio off after ACK tx
2016-03-15 16:23:57 +01:00
Simon Duquennoy
8f9ff51333
Merge pull request #1555 from simonduq/pr/doxygen-warning
...
Fix doxygen warning
2016-03-15 16:13:37 +01:00
Simon Duquennoy
072e416d4a
Fix doxygen warning
2016-03-15 10:25:05 +01:00
Nicolas Tsiftes
9ab327090c
Merge pull request #1444 from mdlemay/galileo-always-init-gpio
...
galileo: Enable I2C and GPIO interrupt sharing and centralize their initialization
2016-03-14 20:09:40 +01:00
Nicolas Tsiftes
862e43d9b0
Merge pull request #1523 from Zolertia/pull/z1-apify-sensors
...
Adapt Z1 on-board sensors to Contiki's API
2016-03-14 17:10:46 +01:00
Simon Duquennoy
5e5904d10e
Merge pull request #1387 from simonduq/pr/ndfree-rpl-fix
...
NDP disabled: also disable uip_ds6_neighbor_periodic
2016-03-14 16:42:45 +01:00
Simon Duquennoy
1ffbafeaa6
Merge pull request #1375 from myrfy001/myrfy001-patch-1
...
off_t changed to signed to stay the same as POSIX
2016-03-14 16:42:13 +01:00
Simon Duquennoy
bbefd4ab4e
Merge pull request #1334 from tadodotcom/1333-resolv-fat-camp
...
trims resolv.c by removing unrequired static declarations
2016-03-14 16:41:33 +01:00
Nicolas Tsiftes
364afcf204
Merge pull request #1553 from simonduq/pr/leftover-aaaa
...
Fix a number of leftover mentions of aaaa as a prefix (now fd00)
2016-03-14 15:40:14 +01:00
Simon Duquennoy
88a0db6aee
Add missing includes
2016-03-14 14:52:59 +01:00
Simon Duquennoy
4bf868fd99
Fix a number of leftover mentions of aaaa as a prefix (now fd00)
2016-03-14 13:56:00 +01:00
Simon Duquennoy
cd981b23d5
Merge pull request #1297 from simonduq/pr/default-prefix
...
Change the default IPv6 prefix from aaaa::/64 to fd00::/64
2016-03-13 20:39:16 +01:00
Simon Duquennoy
a15be9e518
Merge pull request #1438 from jkent/jsonparse
...
jsonparse: multiple improvements
2016-03-11 14:23:17 +01:00
Nicolas Tsiftes
c476194004
Merge pull request #1548 from simonduq/pr/traceroute
...
uip6, icmp6 and ext header handling fixes: traceroute now working!
2016-03-11 14:14:26 +01:00
Simon Duquennoy
3fa25eac8c
uip6: fix bug that caused the payload of ICMPv6 messages not to match that of the original packet
2016-03-10 12:22:23 +01:00
Simon Duquennoy
06e984a02e
uip6: enable sending of "port unreachable" ICMPv6 message
2016-03-10 12:22:15 +01:00
Simon Duquennoy
5886bdea31
uip_icmp6_error_output: remove and add RPL ext header instead of inverting it, so that the payload of the returned ICMP error matches the original packet
2016-03-10 12:22:05 +01:00
Simon Duquennoy
9930756d7c
uip6: restore proto after calling remove_ext_hdr
2016-03-10 12:21:55 +01:00
Simon Duquennoy
add5a8be67
Code style
2016-03-10 11:33:40 +01:00
Simon Duquennoy
f5ea8e613e
Merge pull request #1547 from yatch/pr-fix-typos-in-prints
...
RPL: fix typos in debug messages
2016-03-09 13:24:52 +01:00
Yasuyuki Tanaka
f83e498978
Fix typos in debug messages
2016-03-09 11:32:24 +01:00
Simon Duquennoy
8e120748d3
Merge pull request #1543 from simonduq/pr/tsch-security-save-space
...
TSCH-Security regression test: save space
2016-03-07 20:25:54 +01:00