observe fixes

Dependencies:   nsdl_lib Nanostack_lib

Fork of mbedEndpointNetwork by Michael Koster

configuration.h

Committer:
michaeljkoster
Date:
2015-04-23
Revision:
10:da76961ba3e9
Parent:
0:2a5a48a8b4d4

File content as of revision 10:da76961ba3e9:

#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_