News:

Pretty crazy that we're closer to 2030, than we are 2005. Where did the time go!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pan

#1
New Project Announcements / Re: CocoaBot
May 25, 2010, 05:51:05 PM
Hello,

Just a quick reply on this:

- No part of Cocoa itself is open source.

- There is a higher level socket API in Cocoa/CoreFoundation: CFNetwork (http://developer.apple.com/mac/library/documentation/Networking/Conceptual/CFNetwork/Concepts/Concepts.html) You can drop down into C-based sockets, but it's not necessary. There is even a higher level API called NSSocket.

- Yes, people have written bots in Cocoa before. In fact, I released a framework last summer to help in easily constructing them (http://www.sensoryresearch.net/thoughtconduit/dev?id=10). I have several IRC bots roaming the network universe that utilize the framework (e.g. FrequencyBot)

at any rate, just a heads up. cheers,

Pan