discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE: netclasses 0.999


From: Andrew Ruder
Subject: ANNOUNCE: netclasses 0.999
Date: Tue, 27 May 2003 16:10:23 -0500
User-agent: Mutt/1.5.4i

Hi,

I'm pleased to announce the release of netclasses 0.999

CHANGES:
   Bug fixes in IRCObject.m
      
      Netclasses is an easy to use socket interface written in Objective-C with
      GNUstep.  While netclasses is not specifically designed for any one 
      protocol, this distribution comes with everything needed for TCP/IP.  
      Adding new protocols should not be difficult with the strictly 
      protocol-based object-oriented design.  Netclasses seamlessly integrates 
      into NSRunLoop which means it requires very little code outside of the 
      actual connection object.  In other words, if you interface at all with 
      NSRunLoop, netclasses will require no added code besides the setting up 
      of ports.  Netclasses supports multiple ports that can each spawn a 
      different connection object.  The TCP/IP system has support for 
      initiating a connection.  Also, everything is event-based so speed
      is very good.

      This is not a real library, it is merely a few source files you can add 
      to your project.  

      The release contains:

      IRCBot: the name speaks for itself
      EchoServ: a simple tool using netclasses
      Documentation: gsdoc'd documentation describing how to use netclasses
      Source: the four source files you can add to your project

      All of this is available from:

      http://linuks.mine.nu/andy/

      or

          http://andyruder.tripod.com

      Andy Ruder




reply via email to

[Prev in Thread] Current Thread [Next in Thread]