FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Integration
(Moderators: fry, REAS)
   Sockets Networking ?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Sockets Networking ?  (Read 673 times)
kevin

WWW
Sockets Networking ?
« on: May 14th, 2004, 9:19pm »

Hi,
 
I've seen that there's been some discussion on this but haven't been able to find much info on it, from a practical POV.
 
I want to write a client for an IRC server, not a chat client, just want to view data/stats etc...
 
Any pointers appreciated.
 
- Kevin
 
michael05

WWW
Re: Sockets Networking ?
« Reply #1 on: Jun 3rd, 2004, 1:39am »

i started experimenting with some simple socket server / client stuff. it for the communication with flash. but perhaps you can get started with this:
 
http://java.sun.com/docs/books/tutorial/networking/sockets/
 
i do not know anything about the irc protocol. but with the right protocol should be able to communicate with the irc-server.
 

°°°°°°°°°°°°°°°°°°°°
http://www.m05.de
JohnG

WWW
Re: Sockets Networking ?
« Reply #2 on: Jun 3rd, 2004, 10:49am »

IRC is faily easy, like 95% of protocols, it's plain text, and you can find out all the commands by checking out the relevant RFC: http://www.irchelp.org/irchelp/rfc/rfc.html (RFC 1459)
 
In fact, it's so easy you can do it by hand if you're so inclined.. or in utterly wrong languages like BeFunge.
 
Pages: 1 

« Previous topic | Next topic »