This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
contiki
Watch
1
Star
0
Fork
0
You've already forked contiki
mirror of
https://github.com/oliverschmidt/contiki.git
synced
2025-01-10 11:29:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
contiki
/
core
/
net
History
Simon Duquennoy
ddf970d3db
Merge pull request
#695
from sdefauw/contiki
...
IPv6 prefix bug
2015-08-29 20:27:50 +02:00
..
http-socket
Explicitly use the IPv6 address copy macro when copying IPv6 addresses
2015-05-10 10:51:12 +02:00
ip
Merge pull request
#1116
from cetic/pr-uip-clear-buffer
2015-08-27 10:27:08 +02:00
ip64
Merge pull request
#1116
from cetic/pr-uip-clear-buffer
2015-08-27 10:27:08 +02:00
ipv4
Add uip_clear_buf() macro and replace all instances of uip_len = 0; with it
2015-06-15 11:10:51 +02:00
ipv6
Merge pull request
#695
from sdefauw/contiki
2015-08-29 20:27:50 +02:00
llsec
CCM* module now accepts fixed-size 13-byte nonces
2015-06-29 22:51:00 +02:00
mac
Merge pull request
#1161
from g-oikonomou/contrib/contikimac-sw-ack
2015-08-04 13:15:03 +02:00
rime
cc2538: examples: Fix build warnings
2015-06-02 01:38:11 +02:00
rpl
removed pointer to next parent since it is not used anymore
2015-08-28 19:15:23 +02:00
linkaddr.c
…
linkaddr.h
…
nbr-table.c
…
nbr-table.h
…
netstack.c
…
netstack.h
…
packetbuf.c
Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex.
2015-04-01 21:33:02 +02:00
packetbuf.h
Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default
2015-05-06 16:36:15 +02:00
queuebuf.c
Remove the unused reference queuebufs, as they only make the code more complex than it needs to be
2015-04-01 10:01:57 +02:00
queuebuf.h
…