Skip to content

TFTP Proxy #16

@robertpenz

Description

@robertpenz

I'm looking into the possible to extend your code to provide following features for a read only tftp server:

  • If a file is requested and the file can be found on the file system it will be delivered
  • If the file can not be found a request will be send to a configured remote server and its answer/file will be returned

We want to use that for PXE booting of systems. Some files (the biggest normally) are distributed to the various locations and update very seldom and the few and small files that are device specific are retrieved from the central management server.

For me it seems possible to inherit the FilesystemReader and put some tftp client code into it for the request of the remote server if the file was not found. Which leads to following questions:

  • Is this the right place to extend your code?
  • Is the tftp client code implemented in your lib (I could not really find it ...) or do I need to use an other lib for this?
  • do you've any examples how to use access the client part of the code if it exists?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions