Blockland Forums > Modification Help
Where/What type of server do i use to send and recieve data
Fluff-is-back:
Explain exactly what you want to do.
Port:
--- Quote from: elm on April 28, 2012, 05:01:45 AM ---Never did networking tasks with TS, want to run me through the process?
--- End quote ---
You don't necessarily have to use TS. If you want to use something else, I recommend writing something in Python using either SocketServer or twisted.
elm:
--- Quote from: Fluff-is-back on April 28, 2012, 05:02:10 AM ---Explain exactly what you want to do.
--- End quote ---
Something like an irc for example (not what i'm trying to do though).
Fluff-is-back:
--- Quote from: elm on April 28, 2012, 05:07:37 AM ---Something like an irc for example (not what i'm trying to do though).
--- End quote ---
--- Quote from: Fluff-is-back on April 28, 2012, 05:02:10 AM ---Explain exactly what you want to do.
--- End quote ---
elm:
2 clients have a GUI with a text control and a text edit control.
One sends, "hi" from the text edit control.
It gets sent to my server, and is sent to the other client and that client's text control is set to, "hi".