summaryrefslogtreecommitdiffstats
path: root/misc/tools/tftpproxy.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc/tftprpoxy: Correctly scale the protocol timeoutChris Johns2021-09-091-6/+7
| | | | | | - Fix data decoding - Fix get MAC call
* Move all python commands to use env pythonChris Johns2020-09-261-3/+3
| | | | | | | | - If you host does not provide a python command consult the User manual for ways you can run the python commands. - Full package paths are being used to avoid namespace pollution and crosstalk.
* misc/tftpproxy: Add a proxy TFTP server.Chris Johns2019-08-191-0/+423
- Uses a config INI file to map clients to servers - Handle a number of requests to a single server's TFTP port (69) and multiplex to a non-su ports or different servers. - Supports running rtems-test to more than one hardware device using TFTP at once.