I would like to build a wireless ad hoc instant messenger, but don't know if there are any classes to use. Basically what I need is a way to broadcast out and detect all wireless devices in my wireless range without ever using an access point, then I would like to be able to communicate with each device in range. I know this is possible with C# on pocket pc's with the .net compact framework. These mobile devices use IEEE 802.11b to communicate with each other and this type of communication can be done with dynamic source routing and a few other nifty protocols. If anyone knows how to help me solve this I would appreciate it.
Chuckdawit@gmail.com

help with wireless communication