Just had a nice chat with Pawel of NUIGroup fame. and we did a bit of work and made a few minor changes to the BBOSC codebase so that it now compiles nicely on the iPhone.
Basically, since there are no calls to the AppKit, all that was required was to change all the #import Cocoa stuff to #import Foundation instead.
I also took out one NSAlert that gets called if the BBOSCListener thread dies for some reason, and temporarily replaced it with a simple NSLog. I will go back in later and make it more platform aware, but for now, all you get is a log entry.
as before the code can be found here:
http://code.google.com/p/bbosc/
Happy Coding!










