[tftpy-general] how to start tftp.py server for RNDIS server?
Status: Beta
Brought to you by:
msoulier
From: Jörg S. <jo...@sc...> - 2017-12-01 15:48:26
|
Hello, due to the nature of RNDIS, the server is only running while there is a current RNDIS transmission (e.g. a ping or file transfer) ongoing - but if there is no current RNDIS traffic (or request) running, there also will be no such server (IP-address) existing - in other words: I cannot even start the server for a RNDIS network since that servers IP-address is not existing at the time when starting the server! (at the moment I need to start a ping on the RNDIS-client to have the RNDIS-driver loaded/running before starting tftp.py for the RNDIS network) how can this be solved? regards, Jörg p.s. that problem only persists for starting the server - once it is running, there is no problem with the dynamic unloading/reloading of the RNDIS driver; only starting is the problem) |