6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.
Dependencies: libnsdl Nanostack_lib
configuration.h
- Committer:
- ansond
- Date:
- 2015-02-01
- Revision:
- 0:2a5a48a8b4d4
- Child:
- 11:c6bc7543f72f
File content as of revision 0:2a5a48a8b4d4:
#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_