blockchain , sdchain cpp sdk and demo

Dependencies:   EthernetInterface mbed-rtos mbed uniqueCPUID

Fork of bcsdk by SDchain C Plus Plus Team

Revision:
15:7ec76c840343
Parent:
14:59412fcf8fa2
--- a/Client.cpp	Wed May 23 02:40:40 2018 +0000
+++ b/Client.cpp	Wed Jun 06 06:14:09 2018 +0000
@@ -7,11 +7,11 @@
 
 Client::Client()
 {
-	m_strIP = "49.76.122.41";
+	m_strIP = "192.168.31.114";
 	string strDomain = "hengwell.asuscomm.com";
 	getipbydomain(strDomain);
 	//m_strIP = strDomain;
-	m_sPort = 26990;
+	m_sPort = 1000;
 	m_url = "/info";
 	m_host = "rest-beta.sdchain.io";
 	m_token = "962cd39d-6496-4b23-a2c5-85e445069a78";