Variables | |
addr = ip_address(args.address) | |
args = parser.parse_args() | |
dictionary | data |
default | |
int | family = 6 else socket.AF_INET |
help | |
int | |
parser = argparse.ArgumentParser(description="Send UDP test data.") | |
sock = socket.socket(family, socket.SOCK_DGRAM) | |
string | test_str |
float | time = 0.0 |
type | |
udp_client.addr = ip_address(args.address) |
Definition at line 16 of file udp_client.py.
udp_client.args = parser.parse_args() |
Definition at line 14 of file udp_client.py.
dictionary udp_client.data |
Definition at line 26 of file udp_client.py.
udp_client.default |
Definition at line 12 of file udp_client.py.
int udp_client.family = 6 else socket.AF_INET |
Definition at line 18 of file udp_client.py.
udp_client.help |
Definition at line 12 of file udp_client.py.
udp_client.int |
Definition at line 13 of file udp_client.py.
udp_client.parser = argparse.ArgumentParser(description="Send UDP test data.") |
Definition at line 10 of file udp_client.py.
udp_client.sock = socket.socket(family, socket.SOCK_DGRAM) |
Definition at line 19 of file udp_client.py.
string udp_client.test_str |
Definition at line 35 of file udp_client.py.
float udp_client.time = 0.0 |
Definition at line 20 of file udp_client.py.
udp_client.type |
Definition at line 13 of file udp_client.py.