A simple TCP listener that writes data to a file. Used to receive and parse commands from a printer driver.
Go to file
2024-10-27 23:31:42 +07:00
data.txt Initial commit 2024-10-27 23:31:42 +07:00
index.js Initial commit 2024-10-27 23:31:42 +07:00
LICENSE Initial commit 2024-10-27 16:24:58 +00:00
README.md Initial commit 2024-10-27 16:24:58 +00:00

TCPListenToFile

A simple TCP listener that writes data to a file. Used to receive and parse commands from a printer driver.