Joakim Eriksson
|
adff634b88
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-03-09 01:11:21 -08:00 |
|
Joakim Eriksson
|
ae3ff57c39
|
replaced inet6 with inet for linux to get tunbridge working.
|
2012-03-09 01:09:56 -08:00 |
|
David Kopf
|
07f6e10c1c
|
Add display options to border router web page, default now uses stack instead of static buffer.
Turn radio off until prefix is acquired.
|
2012-03-02 16:01:12 -05:00 |
|
Ilya Dmitrichenko
|
b67e49051c
|
Use __APPLE__ instead of __MACH__ .
|
2012-03-02 15:15:46 -05:00 |
|
Ilya Dmitrichenko
|
7621bdfc77
|
Fixed ifconfig for Darwin
|
2012-03-02 15:15:45 -05:00 |
|
Ilya Dmitrichenko
|
70d3acf9af
|
Fixed baudrate issue on Darwin.
|
2012-03-02 15:15:44 -05:00 |
|
Matthias Kovatsch
|
cd802979da
|
Fixed token bug in separate response and extended API (thanks to Klaus Hartke for the bug report).
|
2012-02-06 06:22:55 +01:00 |
|
Matthias Kovatsch
|
2ef46ac47a
|
Bugfix for separate NON requests and updated separate resonse API.\nEnabled multiple BLOCKING_REQUESTs in the same scope.
|
2012-02-05 06:21:35 +01:00 |
|
David Kopf
|
7110075108
|
Make static buffer the default, add comments.
|
2012-03-06 09:10:12 -05:00 |
|
Niclas Finne
|
40c32990e3
|
Added missing arguments to usage information
|
2012-03-06 12:33:16 +01:00 |
|
Matthias Kovatsch
|
dc6142fa0b
|
Revised Erbium observing.
|
2012-02-01 03:24:49 +01:00 |
|
Matthias Kovatsch
|
4a02790c76
|
Simplified Erbium support for separate responses.
|
2012-01-31 04:38:07 +01:00 |
|
Matthias Kovatsch
|
6e41f6fbe9
|
Erbium README update.
|
2012-01-30 01:41:53 +01:00 |
|
Matthias Kovatsch
|
de82815186
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
Conflicts:
apps/er-coap-06/er-coap-06-engine.c
apps/er-coap-06/er-coap-06-observing.c
apps/er-coap-06/er-coap-06-separate.c
apps/er-coap-06/er-coap-06-transactions.c
apps/er-coap-06/er-coap-06.c
Removed er-coap-06.
|
2012-01-30 01:30:49 +01:00 |
|
Joakim Eriksson
|
417a2b691f
|
increase uip buffer size for native border router
|
2012-02-23 13:59:39 -08:00 |
|
Niclas Finne
|
5fdcd6bc13
|
Fixed typo, added option to run without slip connection
|
2012-02-21 14:42:05 +01:00 |
|
Nicholas J Humfrey
|
a561d20828
|
Converted u8_t to uint8_t and u16_t to uint16_t in the examples directory.
|
2012-02-21 08:33:25 -05:00 |
|
Niclas Finne
|
23a70177b2
|
Added option to connect to server instead of serial device
|
2012-02-21 11:05:52 +01:00 |
|
David Kopf
|
0327fe3020
|
Turn off RDC before SLIP prefix interchange. Disable SIN/SUT prints, leave off-route prints.
|
2012-02-11 15:15:00 -05:00 |
|
Matthias Kovatsch
|
f23e86f589
|
Moved status code API from REST engine to main coap implementation.
|
2012-01-30 01:28:43 +01:00 |
|
Matthias Kovatsch
|
bca4d56eec
|
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
|
2012-01-28 18:52:45 +01:00 |
|
Matthias Kovatsch
|
2240289d1f
|
Erbium code cleanup.
|
2012-01-28 18:52:14 +01:00 |
|
Matthias Kovatsch
|
4c3e858df5
|
Made Erbium function parameters const where applicable.\nMinor clean-up.
|
2012-01-20 18:30:12 +01:00 |
|
Matthias Kovatsch
|
0a4c77dbff
|
Fixed snprintf() return value handling.
|
2012-01-20 16:11:45 +01:00 |
|
Niclas Finne
|
aceb36c66b
|
Replaced SELECT_CALLBACK with an API that supports multiple select callbacks
|
2012-01-19 17:52:01 +01:00 |
|
Adam Dunkels
|
8a89f90e3e
|
Update to the newest RPL API
|
2012-01-18 06:12:24 -08:00 |
|
Matthias Kovatsch
|
c861ce0197
|
Fixed Erbium bugs (ext. header, client request path) and added server resource config defines.
|
2012-01-12 20:19:54 +01:00 |
|
Nicolas Tsiftes
|
c6abd58340
|
Include stdarg.h
|
2012-01-10 11:26:03 +01:00 |
|
Nicolas Tsiftes
|
41ad30f93a
|
Avoid setting GCC-specific flags here.
|
2012-01-10 11:25:18 +01:00 |
|
David Kopf
|
b251619a2f
|
Add wpcap for cygwin/Windows native border router
|
2012-01-08 13:37:56 -05:00 |
|
David Kopf
|
777cc88872
|
Add 921600 baud to slip options, fix compiler warnings
|
2012-01-08 13:33:40 -05:00 |
|
Joakim Eriksson
|
3d388760c3
|
added parsing of frame to get receiver address, etc
|
2012-01-08 02:27:37 -08:00 |
|
Niclas Finne
|
8b83ffec67
|
Added native-border-router and slip-radio
|
2012-01-01 09:29:33 +01:00 |
|
Joakim Eriksson
|
65163a9b57
|
Changed FRAMER to return negative values for error to allow 0 size headers.
|
2012-01-01 09:10:56 +01:00 |
|
Niclas Finne
|
28e5cac1ea
|
Sensors already included by platform
|
2011-12-20 05:09:34 +01:00 |
|
Niclas Finne
|
d14d90ea68
|
Moved variable definitions from header file
|
2011-12-20 05:09:31 +01:00 |
|
Niclas Finne
|
c0cf69ecbd
|
fixed compiler warnings
|
2011-12-20 05:09:28 +01:00 |
|
Mariano Alvira
|
5247be27bf
|
dio_intcurrent is now part of the instance struct
|
2011-12-09 11:15:33 -05:00 |
|
Nicolas Tsiftes
|
d0ebeb409e
|
Merge remote-tracking branch 'sf/master' into rpl-patch
Conflicts:
core/net/tcpip.c
|
2011-12-08 15:26:11 +01:00 |
|
Matthias Kovatsch
|
6e0bb440ea
|
Restructured Erbium example resources.
|
2011-12-07 20:51:03 +01:00 |
|
Matthias Kovatsch
|
13140f922f
|
Disabled RDC for CoAP demo purposes due to changing memory requirements of core system.
|
2011-12-07 20:03:54 +01:00 |
|
nvt
|
da4d0280e8
|
NetDB: a simple DBMS application using Rime's Mesh protocol to transfer queries and responses.
|
2011-12-06 20:27:41 +01:00 |
|
nvt
|
639bb72855
|
Added the first Antelope example: a simple command-line interface to the DBMS.
|
2011-12-06 19:11:04 +01:00 |
|
Nicolas Tsiftes
|
6177187954
|
Check the return value of udp_new.
|
2011-12-01 14:40:55 +01:00 |
|
Nicolas Tsiftes
|
2b1549bfe8
|
Continued merge with sf master
|
2011-11-21 15:25:13 +01:00 |
|
Nicolas Tsiftes
|
0e32956a63
|
Merge remote-tracking branch 'sf/master' into rpl-patch
|
2011-11-21 14:59:31 +01:00 |
|
Niclas Finne
|
c273969400
|
Added missing include
|
2011-11-15 15:14:43 +01:00 |
|
David Kopf
|
899123a634
|
Use fixed font for neighbors and routes
|
2011-10-27 09:25:56 -04:00 |
|
Joakim Eriksson
|
cf61e522a8
|
added powertrace to IPv6 including an example
|
2011-10-13 15:09:40 +02:00 |
|
Matthias Kovatsch
|
df9f871313
|
Fixed Erbium chunks for minimal-net
|
2011-10-10 16:09:17 +02:00 |
|