Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nanoservice_client_1_12_X Nanostack_lib
Fork of mbedEndpointNetwork_6LowPAN by
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_
Generated on Fri Jul 15 2022 08:02:55 by
1.7.2
