How would I go about making a SockServ? A program I can run on my PC that listens on port X, allowing people to connect 'through' me to an IRC server? Any RFC to read?
Printable View
How would I go about making a SockServ? A program I can run on my PC that listens on port X, allowing people to connect 'through' me to an IRC server? Any RFC to read?
You need a programming language like java for instance to program a socket to listen and communicate with other ppl
but you can use a P2P to let other ppl connect to your computer but you will need to configure your machine with them
in order to give them permission to connect
hmmM, I have SockServ beta 2, It was writteN in DELPHi. I dont know what to do with the data that arrives on my PC, I have a port open and listening, my friend uses his PC to connect to this port. But I dont know what to do after that, basically I want my PC (or program rather) to be a proxy for other connections.