Implement the functionality behind the TFTP server by requesting a file from Cobbler via XMLRPC. If Cobbler cannot return a file at the requested path, cobbler-tftp will fall back to serving files from a local static directory.
This is much slower than a normal TFTP server: on my laptop, it can handle about 25 requests per second but is too slow for 30.
Linked Items
Fixes #6
Description
Implement the functionality behind the TFTP server by requesting a file from Cobbler via XMLRPC. If Cobbler cannot return a file at the requested path, cobbler-tftp will fall back to serving files from a local static directory.
This is much slower than a normal TFTP server: on my laptop, it can handle about 25 requests per second but is too slow for 30.
TODO
Category
This is related to a:
Tests