Re: Anyone used btlsocket framework?
Re: Anyone used btlsocket framework?
- Subject: Re: Anyone used btlsocket framework?
- From: Wade Tregaskis <email@hidden>
- Date: Sat, 10 May 2008 11:59:25 -0700
btlsocket <http://code.google.com/p/btlsocket/> is a new open-source
Cocoa framework that provides a high-level API for TCP and UDP
sockets. On first glance it looks quite nice, definitely a step up
compared to using NSStreams directly (a la the CocoaEcho sample.)
But it's so new that I can't find anything about it other than the
actual project page and source code.
Has anyone used this yet? Does it seem solid?
I haven't used it directly, but I did notice when looking at it that
it seems to rely on you polling it... that's terrible, given you can
setup a socket as a runloop source very easily and it operates very
efficiently. It seems to me that this API requires you to do a lot
more work. :/
Wade
_______________________________________________
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