mads.udp

relay txt through a udp port listener.

class UDP[source]

Bases: mads.object.Object

UDP class to echo txt through the bot, use the mads-udp program to send.

_start(host='', port='', *args, **kwargs)[source]
exit()[source]

shutdown the UDP server.

output(txt, addr=None)[source]

output to all bots on fleet.

path = 'runtime/udp'
start(*args, **kwargs)[source]

start the UDP server.