py3tftp
py3tftp copied to clipboard
An asynchronous TFTP server in pure Python 3.5
When running in docker (--net=bridge) on Ubuntu 22.04 we hit a problem where the TFTP responses were not routed properly. After some investigation we concluded that the response got lost...
i am a python newbie and would like to implement this with a program i write. Can you give a simple example how to implement it (i understand how to...
``` In [6]: !py3tftp -p 69 2023-03-13 12:38:47,982 [INFO] Starting TFTP server on 0.0.0.0:69 2023-03-13 12:38:47,983 [INFO] Listening... 2023-03-13 12:38:52,145 [INFO] Initiating RRQProtocol with ('192.168.1.7', 45690) 2023-03-13 12:38:52,146 [INFO] Initiating...