summaryrefslogtreecommitdiffstats
path: root/misc/rtems-tftp-proxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all python commands to use env pythonChris Johns2020-09-261-14/+17
| | | | | | | | - 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/+42
- 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.