Introduction
Microsoft Messenger is a popular Instant Messenging client. MSN# is a managed library implementing the current version of the protocol used by Messenger. This isn't the only available implementation of the protocol, though when we did it MSN just changed the protocol and we had better choice than to implement our version.
Notes
The library implements also file transfer, though the transfer fails after beginning. We don't know yet why.
Another implementation is availble from dotMSN, though that implementation isn't open source so we thought it can be useful to release our sourcecode.
In the distribution you'll find two projects: TestMsn and MsnTest. The former one uses our implementation of Msn protocol, the latter uses DotMsn.
Why is in Robotics4.NET?
Wonder why, eh? We decided that if you have a robot featuring wireless connection the easiest way to interact with him can be via Messenger! You can send messages to the robot and have it as a standard Messenger contact.
Example