BLE mbed Endpoint network stack for mbedConnectorInterface. The stack makes use of a special BLE Socket abstraction to create socket() semantics over BLE.

Dependencies:   libnsdl_m0 BLE_API Base64 nRF51822 SplitterAssembler

Revision:
37:64cab752e428
Parent:
31:0290f56da60c
--- 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  ***********************/