コード例 #1
0
def connect(block_sends=True):
    global blocking_mode
    blocking_mode = block_sends
    unixIPC.run_client("mod_exec", int(config.map['mod_exec']['port']));
コード例 #2
0
def connect():
    unixIPC.run_client('',int(config.map['xbee_relay']['port']), remote_host=config.map['global']['host'])