TCP over COM ports
Posted: Thu May 02, 2019 7:55 pm
Download here: https://nofile.io/f/d7D4JnBTPJR/TCP-Ser ... r-v100.zip (20mb)
Features
-Multiple clients, ONE JB thread.
-Client I/O differentation: send text to one, or all clients.
What It Does
I've bundled together com0com, and a python script. What they do is create two
COM ports (COM10 and 11) and link them. The python script listens on port 3000
and any information received is sent to com11 (which com0com relays to com10).
Included is a step-by-step instruction guide (which takes 2 minutes to work through,
at the end of that 2 minutes, you'll be running and playing 567MUD in JustBasic!)
Once it is all set up, you'll be able to use JustBasic to make a MUD (like the one
included), a HTTP/HTTPS server, a SMTP server, anything that can be done over
TCP. If you have troubles connecting, make sure to allow connections to port 3000
in Windows Firewall.
Download https://nofile.io/f/d7D4JnBTPJR/TCP-Ser ... r-v100.zip, unzip it, and follow the instructions in README.txt, roughly from top to bottom.
Create anything?
If you've improved 567MUD, please share it below (just the .bas, there's no need to include the installers, scripts and such.
Bug reports, and improvements
If you have a bug, report it here. If you want a new feature to the relay, put it here too.
Features
-Multiple clients, ONE JB thread.
-Client I/O differentation: send text to one, or all clients.
What It Does
I've bundled together com0com, and a python script. What they do is create two
COM ports (COM10 and 11) and link them. The python script listens on port 3000
and any information received is sent to com11 (which com0com relays to com10).
Included is a step-by-step instruction guide (which takes 2 minutes to work through,
at the end of that 2 minutes, you'll be running and playing 567MUD in JustBasic!)
Once it is all set up, you'll be able to use JustBasic to make a MUD (like the one
included), a HTTP/HTTPS server, a SMTP server, anything that can be done over
TCP. If you have troubles connecting, make sure to allow connections to port 3000
in Windows Firewall.
Download https://nofile.io/f/d7D4JnBTPJR/TCP-Ser ... r-v100.zip, unzip it, and follow the instructions in README.txt, roughly from top to bottom.
Create anything?
If you've improved 567MUD, please share it below (just the .bas, there's no need to include the installers, scripts and such.
Bug reports, and improvements
If you have a bug, report it here. If you want a new feature to the relay, put it here too.