CoreWLANWirelessManager Porting Completed
by admin on February 13, 2011
Yay!
After working my ass off for two days, I finally finished porting CoreWLANWirelessManager sample from Apple’s Official Reference Library (http://developer.apple.com/library/mac/#samplecode/CoreWLANWirelessManager/History/History.html) to MonoMac. This was my first time working with Cocoa+MonoMac, and the experience wasn’t that bad. As I was trying to mimic the behavior, naming convention, and style of the official sample, it took me more time than expected. Nevertheless, the coding was a breeze – only couple of times I got stuck. During this time, I was also able to find a bug in MonoMac related to some threading issue (my guess).
Anyways, it feels super awesome to finish a Mac Application in a language that I love (C#) and then distribute the source code for the open source lovers to play, and learn from it. The source code is hosted on github: https://github.com/ashokgelal/CoreWLANWirelessManager
One comment
[...] weekend I finished up porting CoreWLANWirelessManager from Apple’s Official Reference Library to MonoMac. The sample is now [...]
by Writing a complete Mac Application using MonoMac from scratch « monotropa on February 16, 2011 at 12:23 pm. #