iotile / coretools

Core python tools for building and using IOTile based devices
GNU General Public License v3.0
14 stars 7 forks source link

Add support for gateway for maintaining connectivity to a device across resets #111

Closed timburke closed 7 years ago

timburke commented 7 years ago

Also need support in WebSocketStream

timburke commented 7 years ago

The core functionality is done in DeviceManager and AWSIOT agent. WebSocket agent needs to be updated as does WebSocketStream, which should be replaced with a Websocket DeviceAdapter.

timburke commented 7 years ago

Closing this and tracking web socket work in a different issue