Erbium README update.

This commit is contained in:
Matthias Kovatsch 2012-01-30 01:41:53 +01:00
parent de82815186
commit 6e41f6fbe9
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ coap-client-example.c: A CoAP client that polls the /toggle resource every 10 se
PRELIMINARIES PRELIMINARIES
------------- -------------
a) Make sure rpl-border-router has the same stack and fits into mote memory, e.g.: a) Make sure rpl-border-router has the same stack and fits into mote memory:
Disable RDC in border-router project-conf.h Disable RDC in border-router project-conf.h
#undef NETSTACK_CONF_RDC #undef NETSTACK_CONF_RDC
#define NETSTACK_CONF_RDC nullrdc_driver #define NETSTACK_CONF_RDC nullrdc_driver
@ -17,7 +17,7 @@ b) For convenience, define the Cooja addresses in /etc/hosts
aaaa::0212:7402:0002:0202 cooja2 aaaa::0212:7402:0002:0202 cooja2
... ...
c) Get the Copper CoAP browser from https://addons.mozilla.org/en-US/firefox/addon/copper-270430/ c) Get the Copper CoAP browser from https://addons.mozilla.org/en-US/firefox/addon/copper-270430/
d) Optional: Save Tmotes as default target d) Optional: Save your target as default target
$ make TARGET=sky savetarget $ make TARGET=sky savetarget
COOJA HOWTO COOJA HOWTO
@ -56,7 +56,7 @@ Add a client:
DETAILS DETAILS
------- -------
The Erbium CoAP currently implements draft 08. The Erbium CoAP currently implements draft 08 (name "er-coap-07" stems from last technical draft changes).
Central features are commented in rest-server-example.c. Central features are commented in rest-server-example.c.
In general, apps/er-coap-07 supports: In general, apps/er-coap-07 supports:
* All draft 08 header options * All draft 08 header options