08-27-2023, 12:52 PM
Well, this project seems to be progressing fine so far; albeit using terminals instead of actual CP/M-Z80 machines. But that should be enough for a proof of concept. Of the six commands I plan to implement, I have 3 of them working. I will be testing the fourth one sometime today.
The CP/M-Z80 'client' machines will be able to request the date (DTE), request the time (TME), get a directory of the server (DIR), delete a file from the server (DEL), get a file from the server (GET), and save a file to the server (PUT). So far, the first three are working as intended. I will be testing the DEL command today.
The CP/M-Z80 'client' machines will be able to request the date (DTE), request the time (TME), get a directory of the server (DIR), delete a file from the server (DEL), get a file from the server (GET), and save a file to the server (PUT). So far, the first three are working as intended. I will be testing the DEL command today.