SmartMeshSDK
 All Classes Namespaces Functions Variables Groups
SimpleIPDownstreamMote Namespace Reference

Variables

list here = sys.path[0]
 
int UDP_PORT_NUMBER = 60000
 
tuple moteconnector = IpMoteConnector.IpMoteConnector()
 
tuple serialport = raw_input("Enter the serial API port of SmartMesh IP Mote (e.g. COM15): ")
 
tuple res = moteconnector.dn_getParameter_moteStatus()
 
 socketId = res.socketId
 
tuple input = moteconnector.getNotificationInternal(-1)
 

Variable Documentation

list SimpleIPDownstreamMote.here = sys.path[0]
tuple SimpleIPDownstreamMote.input = moteconnector.getNotificationInternal(-1)
tuple SimpleIPDownstreamMote.moteconnector = IpMoteConnector.IpMoteConnector()
tuple SimpleIPDownstreamMote.res = moteconnector.dn_getParameter_moteStatus()
tuple SimpleIPDownstreamMote.serialport = raw_input("Enter the serial API port of SmartMesh IP Mote (e.g. COM15): ")
SimpleIPDownstreamMote.socketId = res.socketId
int SimpleIPDownstreamMote.UDP_PORT_NUMBER = 60000