Add TFTP server functionality to the application

- Implement TFTP server tab with IP and port configuration
- Create methods to start and stop TFTP server
- Add logging functionality for TFTP server events
- Integrate TFTPServer class into the main application
- Re-enable Firmware directory creation
This commit is contained in:
2025-02-16 02:51:47 +03:00
parent dc81fed9d9
commit 299ce329f7
3 changed files with 267 additions and 1 deletions

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
tftpy>=0.8.0