Doug Anson / mbedEndpointNetwork_BLE

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Files at this revision

API Documentation at this revision

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  ***********************/