6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.
Dependencies: libnsdl Nanostack_lib
Diff: configuration.h
- Revision:
- 0:2a5a48a8b4d4
- Child:
- 11:c6bc7543f72f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configuration.h Sun Feb 01 18:26:13 2015 +0000 @@ -0,0 +1,19 @@ +#ifndef __CONFIGURATION_H_ +#define __CONFIGURATION_H_ + +/************** CONFIGURATION PARAMETERS ************************/ + +// APP +#define APP_DEV_HEAP_SIZE 6000 + +// Tasklet +#define RETRY_TIMER 1 +#define NSP_REGISTRATION_TIMER 2 +#define NODE_SHORT_ADDRESS 1 +#define AUDP_SOCKET_PORT 61630 +#define RECV_CTRL_UDP_PORT 1050 // receive +#define SEND_CTRL_UDP_PORT 1060 // send + +/************** CONFIGURATION PARAMETERS ************************/ + +#endif // __CONFIGURATION_H_ \ No newline at end of file