use TCP to connect to mbed connector

Fork of mbedConnectorInterfaceWithDM by Doug Anson

Revision:
8:f950fb1b78c0
Parent:
6:d4d1105a1777
Child:
33:1d0b855df5a5
--- a/mbed-connector-interface/mbedEndpointNetwork.h	Sun Feb 21 19:05:14 2016 +0000
+++ b/mbed-connector-interface/mbedEndpointNetwork.h	Wed Feb 24 05:52:00 2016 +0000
@@ -40,10 +40,11 @@
  // Include the Connector::OptionsBuilder
  #include "mbed-connector-interface/OptionsBuilder.h"
  
-  // Linkage to the lower network APIs and interfaces
- extern "C" void net_stubs_plumb_network(void *p);                        					
- extern "C" void net_stubs_create_main_loop(Connector::Endpoint *endpoint);
- extern "C" void net_stubs_begin_main_loop(Connector::Endpoint *endpoint);
+ // Linkage to the lower network APIs and interfaces
+ extern "C" void net_plumb_network(void *p);                        				
+ extern "C" void net_perform_endpoint_registration(Connector::Endpoint *endpoint);	
+ extern "C" void net_create_main_loop(Connector::Endpoint *endpoint);
+ extern "C" void net_begin_main_loop(Connector::Endpoint *endpoint);
  extern "C" void net_setup_deregistration_button(void *p);
  
  #endif // __MBED_ENDPOINT_NETWORK_H__