Classes | |
class | WifiAP |
Functions | |
def | loop |
def | main |
def | minmax |
def | usage |
Variables | |
string | PKG = 'wifi_ddwrt' |
chat is a simple IM-like test node. | |
dictionary | wifi_data = {"header": {"seq": 24, "stamp": 1257901832.6, "frame_id": "0"}, "networks": [{"macaddr": "00:18:F8:F9:6C:41", "essid": "willow", "channel": 11, "rssi": -35, "noise": -88, "beacon": 100}, {"macaddr": "00:18:F8:F9:6B:BD", "essid": "willow", "channel": 11, "rssi": -71, "noise": -88, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:1D", "essid": "willow", "channel": 1, "rssi": -70, "noise": -92, "beacon": 100}, {"macaddr": "00:30:44:03:1F:F9", "essid": "PRLAN", "channel": 1, "rssi": -73, "noise": -92, "beacon": 100}, {"macaddr": "00:30:44:03:1F:F4", "essid": "PRGLAN", "channel": 2, "rssi": -80, "noise": -89, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:4D", "essid": "willow", "channel": 6, "rssi": -81, "noise": -86, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:44", "essid": "willow", "channel": 6, "rssi": -79, "noise": -85, "beacon": 100}]} |
def ddwrt_sim::loop | ( | ) |
Definition at line 109 of file ddwrt_sim.py.
def ddwrt_sim::main | ( | argv, | ||
stdout, | ||||
environ | ||||
) |
Definition at line 127 of file ddwrt_sim.py.
def ddwrt_sim::minmax | ( | v, | ||
lower, | ||||
upper | ||||
) |
Definition at line 54 of file ddwrt_sim.py.
def ddwrt_sim::usage | ( | progname | ) |
Definition at line 124 of file ddwrt_sim.py.
string ddwrt_sim::PKG = 'wifi_ddwrt' |
chat is a simple IM-like test node.
It demonstrates publishing and subscribing to the same topic.
Definition at line 39 of file ddwrt_sim.py.
dictionary ddwrt_sim::wifi_data = {"header": {"seq": 24, "stamp": 1257901832.6, "frame_id": "0"}, "networks": [{"macaddr": "00:18:F8:F9:6C:41", "essid": "willow", "channel": 11, "rssi": -35, "noise": -88, "beacon": 100}, {"macaddr": "00:18:F8:F9:6B:BD", "essid": "willow", "channel": 11, "rssi": -71, "noise": -88, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:1D", "essid": "willow", "channel": 1, "rssi": -70, "noise": -92, "beacon": 100}, {"macaddr": "00:30:44:03:1F:F9", "essid": "PRLAN", "channel": 1, "rssi": -73, "noise": -92, "beacon": 100}, {"macaddr": "00:30:44:03:1F:F4", "essid": "PRGLAN", "channel": 2, "rssi": -80, "noise": -89, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:4D", "essid": "willow", "channel": 6, "rssi": -81, "noise": -86, "beacon": 100}, {"macaddr": "00:18:F8:F9:6C:44", "essid": "willow", "channel": 6, "rssi": -79, "noise": -85, "beacon": 100}]} |
Definition at line 52 of file ddwrt_sim.py.