![]() |
SmartMeshSDK
|
Variables | |
list | here = sys.path[0] |
string | DEFAULT_MUXHOST = '127.0.0.1' |
int | DEFAULT_MUXPORT = 9900 |
tuple | connect = raw_input('\nDo you want to connect to a manager over SerialMux? [y/n] ') |
tuple | muxHost = raw_input('\nEnter the SerialMux\'s host (leave blank for '+DEFAULT_MUXHOST+') ') |
tuple | muxPort = raw_input('\nEnter the SerialMux\'s port (leave blank for '+str(DEFAULT_MUXPORT)+') ') |
tuple | connector = IpMgrConnectorMux.IpMgrConnectorMux() |
tuple SimpleIPMgr.connect = raw_input('\nDo you want to connect to a manager over SerialMux? [y/n] ') |
tuple SimpleIPMgr.connector = IpMgrConnectorMux.IpMgrConnectorMux() |
string SimpleIPMgr.DEFAULT_MUXHOST = '127.0.0.1' |
int SimpleIPMgr.DEFAULT_MUXPORT = 9900 |
list SimpleIPMgr.here = sys.path[0] |
SimpleIPMgr.muxHost = raw_input('\nEnter the SerialMux\'s host (leave blank for '+DEFAULT_MUXHOST+') ') |
tuple SimpleIPMgr.muxPort = raw_input('\nEnter the SerialMux\'s port (leave blank for '+str(DEFAULT_MUXPORT)+') ') |