Commit Graph

3 Commits

Author SHA1 Message Date
Bob Swift
1847b4d068 Refactor to create new RemoteCommands class 2022-11-22 15:54:39 -07:00
Bob Swift
551043ceaf Process command line executable commands through a queue object.
- Implement a queue object to hold the executable command queue
- Implement a command processor thread to parse the command queue
- Implement command file tracking to avoid circular references
- Do not queue additional commands after a `QUIT` has been queued

Still required:

- Block new command execution until current command is complete
- Test for completion must include all sub threads created
2022-11-22 15:54:38 -07:00
Kamil
434e1f3d25 Added remote command: FROM_FILE
Remote commands can be read directly from a file (one per line).
Lines starting with `#` and empty lines are ignored.
2022-09-07 10:47:30 +02:00