observe fixes

Dependencies:   nanoservice_client_1_12_X Nanostack_lib

Fork of mbedEndpointNetwork_6LowPAN by Doug Anson

configuration.h

Committer:
michaeljkoster
Date:
2015-04-13
Revision:
8:820d35246b82
Parent:
0:2a5a48a8b4d4

File content as of revision 8:820d35246b82:

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