Go to the source code of this file.
Classes | |
class | xbee_network.FakeSerial |
Namespaces | |
xbee_network | |
Variables | |
string | xbee_network.__author__ = "astambler@willowgarage.com (Adam Stambler)" |
xbee_network.argv | |
dictionary | xbee_network.client_ports = {} |
dictionary | xbee_network.clients = {} |
xbee_network.data = msg['rf_data'] | |
xbee_network.deamon | |
bool | xbee_network.debug = False |
xbee_network.msg = xbee.wait_read_frame() | |
list | xbee_network.network_ids = [] |
xbee_network.ser = serial.Serial(xbee_port, 57600, timeout=0.01) | |
xbee_network.src = msg['source_addr'] | |
list | xbee_network.threads = [ threading.Thread(target=c.run) for c in clients.values()] |
xbee_network.xbee = XBee(ser, escaped= True) | |
string | xbee_network.xbee_port = '' |