[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANNOUNCE: netclasses 0.993
From: |
Andy Ruder |
Subject: |
ANNOUNCE: netclasses 0.993 |
Date: |
Thu, 5 Dec 2002 02:12:49 -0600 |
User-agent: |
Mutt/1.4i |
Hi,
I'm pleased to announce the release of netclasses 0.993
CHANGES from 0.991
Bug fixes in IRCObject.m including some CTCP interface changes.
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://andyruder.tripod.com/netclasses/
and the slower yet bannerless version
http://beregorn.homelinux.com/netclasses/
Andy Ruder
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ANNOUNCE: netclasses 0.993,
Andy Ruder <=