Embed client working with Cell network.

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Sarah Marsh

Revision:
19:91eb6f58fd77
Parent:
0:7d5ec759888b
Child:
21:b88cdeb5b302
--- a/simpleclient.h	Wed Sep 21 07:30:08 2016 +0100
+++ b/simpleclient.h	Thu Sep 29 16:15:08 2016 +0100
@@ -91,7 +91,6 @@
                           void *handler=NULL) {
 	// Randomizing listening port for Certificate mode connectivity
     _server_address = server_address;
-	srand(time(NULL));
 	uint16_t port = rand() % 65535 + 12345;
 
     // create mDS interface object, this is the base object everything else attaches to