SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
Xively Namespace Reference

Classes

class  NullHandler
 
class  xivelyConnectorThread
 A singleton which publishes data to Xively. More...
 
class  AppData
 A singleton that holds the data about the motes. More...
 
class  notifClient
 Class which subscribes to and receives notifications from the manager. More...
 
class  xivelyGui
 

Functions

def main
 

Variables

list here = sys.path[0]
 
tuple log = logging.getLogger('App')
 
string DFLT_API_KEY = ''
 
int GUI_UPDATEPERIOD = 500
 
int MAX_QUEUE_SIZE = 10
 
string COL_NUMDATARX = 'data received'
 
string COL_NUMDATAPUB = 'published'
 
string COL_NUMDATAPUBOK = 'published OK'
 
string COL_CLR = 'clear'
 
string COL_URL = 'see data online'
 

Variable Documentation

string Xively.COL_CLR = 'clear'
string Xively.COL_NUMDATAPUB = 'published'
string Xively.COL_NUMDATAPUBOK = 'published OK'
string Xively.COL_NUMDATARX = 'data received'
string Xively.COL_URL = 'see data online'
string Xively.DFLT_API_KEY = ''
int Xively.GUI_UPDATEPERIOD = 500
list Xively.here = sys.path[0]
tuple Xively.log = logging.getLogger('App')
int Xively.MAX_QUEUE_SIZE = 10