Hello Hosters,
Here is the second test of the long requested console based dedicated host.
Yesterday's version seemed to work well, but did not accept text input. This one does, but it is invisible while you type. This is to totally separate stdin and stdout which I believe can be quite helpful. I don't know much about this kind of thing but I think you can get your input from where you want and send the output where you want.
Also, I've removed all libraries that I could from the linker and in doing so removed various unnecessary calls to Windows functions, which may be helpful when connecting to external systems (e.g. Wine). It's cleaner anyway.
I think it still needs :
A command to optionally remove colour codes
A command to optionally replace "high ascii" (c > 126) with question marks
Some status commands, e.g. who is connected and which track you are at
Save DCon.exe into a DEDI folder then you can run it as usual with a command line or a setup.cfg file.
Here is the second test of the long requested console based dedicated host.
Yesterday's version seemed to work well, but did not accept text input. This one does, but it is invisible while you type. This is to totally separate stdin and stdout which I believe can be quite helpful. I don't know much about this kind of thing but I think you can get your input from where you want and send the output where you want.
Also, I've removed all libraries that I could from the linker and in doing so removed various unnecessary calls to Windows functions, which may be helpful when connecting to external systems (e.g. Wine). It's cleaner anyway.
I think it still needs :
A command to optionally remove colour codes
A command to optionally replace "high ascii" (c > 126) with question marks
Some status commands, e.g. who is connected and which track you are at
Save DCon.exe into a DEDI folder then you can run it as usual with a command line or a setup.cfg file.