pdsender

class roqba.utilities.pdsender.PdSender(host, port)[source]
static format_msg_list(msg)[source]

formats an incoming list as a space separated string

send(msg)[source]

formats and sends an incoming message to the specified host:port

as a UDP Datagram msg -> list

class roqba.utilities.pdsender.Sender[source]
trace_send(msg)[source]