cobbler / cobbler-tftp

Experimental - Cobbler stateless TFTP server
GNU General Public License v2.0
4 stars 2 forks source link

Implement fetching files from XMLRPC or static directory #24

Closed affenull2345 closed 10 months ago

affenull2345 commented 10 months ago

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

SchoolGuy commented 10 months ago

Since I wasn't able to merge the parent PR we cannot merge this for now. We will leave this as is until the parent PR is ready.