|
The Assimilation Monitoring Project
|
Data Structures | |
| class | CMAdb |
| class | HbRing |
| class | DroneInfo |
| class | DispatchTarget |
| class | DispatchHBDEAD |
| class | DispatchSTARTUP |
| class | DispatchJSDISCOVERY |
| class | DispatchSWDISCOVER |
| class | MessageDispatcher |
| class | PacketListener |
Variables | |
| OurAddr = None | |
| int | DefaultPort = 1984 |
| OurPort = None | |
| skipme = False | |
| dictionary | configinit |
| tuple | config = pyConfigContext(init=configinit) |
| tuple | io = pyNetIOudp(config, pyPacketDecoder(0)) |
| tuple | disp |
| tuple | listener = PacketListener(config, disp) |
| tuple newcma::config = pyConfigContext(init=configinit) |
| dictionary newcma::configinit |
00001 { 00002 CONFIGNAME_CMAINIT: OurAddr, # Initial 'hello' address 00003 CONFIGNAME_CMAADDR: OurAddr, # not sure what this one does... 00004 CONFIGNAME_CMADISCOVER: OurAddr, # Discovery packets sent here 00005 CONFIGNAME_CMAFAIL: OurAddr, # Failure packets sent here 00006 CONFIGNAME_CMAPORT: OurPort, 00007 CONFIGNAME_HBPORT: OurPort, 00008 CONFIGNAME_OUTSIG: pySignFrame(1), 00009 CONFIGNAME_DEADTIME: 10*1000000, 00010 CONFIGNAME_WARNTIME: 3*1000000, 00011 CONFIGNAME_HBTIME: 1*1000000, 00012 CONFIGNAME_OUTSIG: pySignFrame(1), 00013 }
| int newcma::DefaultPort = 1984 |
| tuple newcma::disp |
| tuple newcma::io = pyNetIOudp(config, pyPacketDecoder(0)) |
Definition at line 1195 of file newcma.py.
Referenced by _jsondiscovery_send(), and nano_start_full().
| tuple newcma::listener = PacketListener(config, disp) |
| tuple newcma::OurAddr = None |
| int newcma::OurPort = None |
| newcma::skipme = False |