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: libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler
Revision 37:64cab752e428, committed 2015-11-03
- Comitter:
- ansond
- Date:
- Tue Nov 03 17:02:34 2015 +0000
- Parent:
- 35:71eb3663ecbd
- Child:
- 38:30e71f1206b1
- Commit message:
- updated buffer sizes, updated
Changed in this revision
| configuration.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/configuration.h Fri Sep 04 21:04:08 2015 +0000
+++ b/configuration.h Tue Nov 03 17:02:34 2015 +0000
@@ -30,7 +30,7 @@
/************* NSP CONFIGURATION DEFAULTS ***********************/
// NSP node name
- #define NODE_NAME_LENGTH 32
+ #define NODE_NAME_LENGTH 128
#define NODE_NAME "mbed-endpoint"
// NSP Address (4 bytes for IPV4, 16 bytes for IPV6)
@@ -38,11 +38,11 @@
#define NSP_IP_ADDRESS {23,99,29,171}
// NSP Endpoint Type specification
- #define NSP_ENDPOINT_TYPE_LENGTH 32
+ #define NSP_ENDPOINT_TYPE_LENGTH 128
#define NSP_ENDPOINT_TYPE "mbed-device"
// NSP Domain used
- #define NSP_DOMAIN_LENGTH 48
+ #define NSP_DOMAIN_LENGTH 128
#define NSP_DOMAIN "domain"
/************* NSP CONFIGURATION DEFAULTS ***********************/