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

Committer:
ansond
Date:
Wed Feb 11 22:13:25 2015 +0000
Revision:
0:7809547930d9
Child:
15:3c021e52addd
initial BLE network support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 0:7809547930d9 1 #ifndef __CONFIGURATION_H_
ansond 0:7809547930d9 2 #define __CONFIGURATION_H_
ansond 0:7809547930d9 3
ansond 0:7809547930d9 4 /************** Ethernet CONFIGURATION PARAMETERS ************************/
ansond 0:7809547930d9 5
ansond 0:7809547930d9 6
ansond 0:7809547930d9 7 /************** Ethernet CONFIGURATION PARAMETERS ************************/
ansond 0:7809547930d9 8
ansond 0:7809547930d9 9 #endif // __CONFIGURATION_H_