EasyManua.ls Logo

Avnet SmartEdge - Page 38

Avnet SmartEdge
39 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SmartEdge Industrial IoT Gateway
User Guide
http://www.element14.com/gateway Page 38
GET WIFI CLIENT CONNECTION STATUS
GET http://<ipaddress>:8080/WiFiClientConnectionStatus
Possible Response:
{
"WiFi client IP": "<wifi_ipaddress, netmask, etc>"}
}
SET NEW IOTCONNECT CREDENTIALS
PUT
'{"cpid":"<myCpid123dddd4567>","username":"<myname@email.com>","password":"<myp@$
$>"}'
http://<ipaddress>:8080/IOTNewCPID
Possible Response:
{
"Response": {1,-1}
}
START IOTCONNECT SDK AND DISABLE REST API & WIFI AP
PUT '{""}'
http://<ipaddress>:8080/CloudAttach
Possible Response:
{
"Response": {1,0}
}
READ IOTCONNECT SDK CONFIGURATION
GET http://<ipaddress>:8080/IOTGetIOTConnectSDKConf
Possible Response:
{
"IOTGetIOTConnectSDKConf": "<contents of file>"
}
WRITE IOTCONNECT SDK CONFIGURATION
PUT '<contents of file>'
http://<ipaddress>:8080/IOTSetIOTConnectConf
Possible Response:
{
"IOTConnectSDKConf": {1,0}
}
WRITE CELLULAR APN CONFIGURATION
PUT '<contents of file>'
http://<ipaddress>:8080/IOTSetAPNConf
Possible Response:
{
"IOTSetAPNConf": {1,0}
}

Table of Contents

Other manuals for Avnet SmartEdge