I'm looking to use my free time and build a client/server program akin to IRC. I've been reading over the RFCs and have decided to make my own protocol aswell as construct a server from the ground up.
However, what I would like to know is if anyone has any resources which would be useful in such an endevour. I'm still relatively new to Java programming and am well aware that this is a rather grandious project, but like I said: I have alot of time on my hands
What I'm mostly interested in, would be articles on good ways to format and send text/commands from a client to a server, and vice-versa.
I'd like to have a general IRC style underworkings for the project, and as such would like to implement something like DCC to allow users more privacy with their one-to-one conversations. For this I'd like to know possible encryption methods to keep that privacy.
Anyway, many thanks in advance to any of you who are able to provide any relevent information!
However, what I would like to know is if anyone has any resources which would be useful in such an endevour. I'm still relatively new to Java programming and am well aware that this is a rather grandious project, but like I said: I have alot of time on my hands
What I'm mostly interested in, would be articles on good ways to format and send text/commands from a client to a server, and vice-versa.
I'd like to have a general IRC style underworkings for the project, and as such would like to implement something like DCC to allow users more privacy with their one-to-one conversations. For this I'd like to know possible encryption methods to keep that privacy.
Anyway, many thanks in advance to any of you who are able to provide any relevent information!