Sending UDP with Lidi ===================== .. code-block:: none Send UDP datagrams to diode-receive-udp. Usage: diode-send-udp [OPTIONS] --from <--to-tcp |--to-unix > Options: --log-level Log level [default: Info] --to-tcp TCP address and port to connect to diode-send --to-unix Path to Unix socket to connect to diode-send --from IP address and port to receive UDP packets -h, --help Print help .. code-block:: none Receive UDP packets sent by diode-send-udp. Usage: diode-receive-udp [OPTIONS] --to-bind --to <--from-tcp |--from-unix > Options: --log-level Log level [default: Info] --from-tcp IP address and port to accept TCP connections from diode-receive --from-unix Path of Unix socket to accept Unix connections from diode-receive --to-bind IP address and port to send UDP packets from --to IP address and port to send UDP packets to -h, --help Print help