observe fixes

Dependencies:   nanoservice_client_1_12_X Nanostack_lib

Fork of mbedEndpointNetwork_6LowPAN by Doug Anson

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers configuration.h Source File

configuration.h

00001 #ifndef __CONFIGURATION_H_
00002 #define __CONFIGURATION_H_
00003 
00004 /************** CONFIGURATION PARAMETERS  ************************/
00005 
00006 // APP
00007 #define APP_DEV_HEAP_SIZE       6000
00008 
00009 // Tasklet
00010 #define RETRY_TIMER             1
00011 #define NSP_REGISTRATION_TIMER  2
00012 #define NODE_SHORT_ADDRESS      1
00013 #define AUDP_SOCKET_PORT        61630
00014 #define RECV_CTRL_UDP_PORT      1050                                        // receive
00015 #define SEND_CTRL_UDP_PORT      1060                                        // send
00016 
00017 /************** CONFIGURATION PARAMETERS  ************************/
00018 
00019 #endif // __CONFIGURATION_H_