Bug #80
Use other transport instead of TFTP
Status:
Closed
Priority:
High
Assignee:
-
Category:
firmware
Target version:
-
Start date:
2013-03-18
Due date:
% Done:
0%
Description
TFTP is unreliable on some networks.
It is using UDP and not a TCP socket.
Options:
1) Change to a plain socket interface
2) Use simple HTTP server and protocol (more code/overhead, but has the option of hosting a web interface to download and view jobs)
For option 1 there needs to be some protocol to send metadata (like the job name to show on the display).
It could be simply the first line of the file, or lines that start with ";;" or something similar.
Related issues
History
#1
Updated by peter about 10 years ago
- Category set to firmware
- Priority changed from Normal to High
- Parent task set to #67
#2
Updated by peter about 10 years ago
- Parent task deleted (
#67)
#3
Updated by peteruithoven over 8 years ago
- Status changed from New to Closed