Go to the source code of this file.
Namespaces | |
udp_client | |
Variables | |
udp_client.addr = ip_address(args.address) | |
udp_client.args = parser.parse_args() | |
dictionary | udp_client.data |
udp_client.default | |
int | udp_client.family = 6 else socket.AF_INET |
udp_client.help | |
udp_client.int | |
udp_client.parser = argparse.ArgumentParser(description="Send UDP test data.") | |
udp_client.sock = socket.socket(family, socket.SOCK_DGRAM) | |
string | udp_client.test_str |
float | udp_client.time = 0.0 |
udp_client.type | |