Metadata-Version: 2.1
Name: iotile-transport-websocket
Version: 3.1.0
Summary: IOTile Websocket Transport Plugin
Home-page: http://github.com/iotile/coretools
Author: Arch
Author-email: info@arch-iot.com
License: LGPLv3
Keywords: iotile,arch,embedded,hardware,firmware
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.5,<4
Requires-Dist: iotile-core (<6,>=5.0.0)
Requires-Dist: msgpack (<1,>=0.6.1)
Requires-Dist: websockets (~=7.0)
Requires-Dist: iotile-transport-socket-lib (>=1.0.0)

IOTile Websocket Transport Plugin
---------------------------------

A python plug for IOTile CoreTools that allows interacting with IOTile devices through
websockets, including providing DeviceAdapters that allow controlling devices.


