-
-
Notifications
You must be signed in to change notification settings - Fork 6
AZSPHERE protocol
Georgi Angelov edited this page Nov 3, 2019
·
17 revisions
The azsphere.exe is a simple REST-API client over HTTPS ... https://192.168.35.1/2
- Client/Server certificate
- Elliptic Curve Private Key
The module/server listen:
- UART Slip to Tun/Tap interface ( SerialSlipToTunService.exe )
-
- BaudRate = 921600
-
- Parity = None
-
- DataBits = 8
-
- StopBits = One
-
- Handshake = RequestToSend
azsphere device show-attached
- GET http://192.168.35.2/device/security_state
- {"securityState":"SECURE","generalPublicKey":"22...67","deviceIdentityPublicKey":"E1...3E"}
Get Status
- GET https://192.168.35.2/status
- {"uptime":288}
azsphere device sideload delete
- DELETE https://192.168.35.2/app/image/GUID
- {}