6LowPAN mesh-based network support for mbedConnectorInterface. The Atmel-based mbed 6LowPAN shield is the assumed network hardware.

Dependencies:   libnsdl Nanostack_lib

Revision:
4:2c8eeaf31699
Parent:
0:2a5a48a8b4d4
--- a/mbedEndpointNetworkStubs.h	Tue Feb 03 05:16:21 2015 +0000
+++ b/mbedEndpointNetworkStubs.h	Fri Feb 06 04:35:38 2015 +0000
@@ -32,10 +32,15 @@
  #endif
  #define DBG  printf
  
- // Linkage to the lower network APIs and interfaces
- extern "C" void net_stubs_plumb_network(bool canActAsRouterNode);
+  // Linkage to the lower network APIs and interfaces
+ extern "C" void net_stubs_pre_plumb_network(bool canActAsRouterNode);      // before endpoint is configured...
+ extern "C" void net_stubs_post_plumb_network(void);                        // after endpoint is configured...
  extern "C" void net_stubs_create_main_loop(void);
  extern "C" void net_stubs_register_endpoint();
  extern "C" void net_stubs_begin_main_loop(void);
  
+ // Utils.cpp functions...
+ extern void utils_configure_endpoint(void);
+ extern void utils_init_and_register_endpoint(void);
+ 
  #endif // __MBED_ENDPOINT_NETWORK_STUBS_H__
\ No newline at end of file