The iotile.cloud module contains all services and classes needed for interacting
with the IOTile Cloud. It is designed to be dropped into an otherwise IOTile
unaware application and provide a small API that encapsulates
all necessary interactions with IOTile Devices.
The main point of entry in the iotile.cloud module is the IOTileCloud service, which
is the only public service provided by iotile.cloud.
overview
iotile.cloud
Introduction
The
iotile.cloud
module contains all services and classes needed for interacting with the IOTile Cloud. It is designed to be dropped into an otherwise IOTile unaware application and provide a small API that encapsulates all necessary interactions with IOTile Devices.The main point of entry in the
iotile.cloud
module is theIOTileCloud
service, which is the only public service provided byiotile.cloud
.