Re: Writing an NNTP client
Re: Writing an NNTP client
- Subject: Re: Writing an NNTP client
- From: Uli Kusterer <email@hidden>
- Date: Tue, 1 Jun 2010 15:57:25 +0200
On 01.06.2010, at 14:28, Joanna Carter wrote:
> Can anyone tell me if Cocoa provides a ready made framework for accessing NNTP, or is there a third-party framework that is recommended?
I'm not aware of anything built-in, however, you can wrap plain unix sockets in an NSFileHandle (maybe even NSStream) to do stuff like that manually.
I think there are also some open source NNTP clients out there (Newswatcher for example, but I don't know what license it's under, and it's pretty old code, so not Cocoa, but may be handy to figure out how to robustly parse headers and extract binaries and all that). You could also ask authors of existing NNTP clients, maybe they're willing to license their library if your use case is different enough from theirs. Panic's Unison is probably a surprisingly modern NNTP codebase.
-- Uli Kusterer
Sole Janitor
http://www.the-void-software.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden