botlib.udp

relay txt through a udp port listener.

class UDP[source]

Bases: botlib.object.Object

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

exit()[source]

shutdown the UDP server.

output(txt, addr=None)[source]

output to all bot on fleet.

server(host='', port='', *args, **kwargs)[source]
start(*args, **kwargs)[source]

start the UDP server.

init(event)[source]
shutdown(event)[source]