Hello,
We have an ANT+ compatible application that uses the native ANT+ DLL to communicate with our application. Since our application is written in .NET and our ANT+ communication library is written in C++ this is causing a lot of threading issues. The solution to this seems to be rewriting our communication library using the Managed ANT+ DLL. (According to several posts on these forums.)
Unfortunately we are also targeting mobile devices. We will most likely do this using MonoDroid and MonoTouch. Since this is also .NET, I was wondering if it was possible to use our rewritten communication library on these platforms too, and thus if the Managed ANT+ DLL is usable on mobile platforms?