Reach Apps

Hi,

Will it be possible to create an ios/android application that uses the reach coordinates? Communicating over wifi/bluetooth or USB.

And if so, what’s the best option? ios or android?

Thanks

Hello Kristof!

I am not sure what kind of application you are interested in.

If you just want the processed positioning information, then you can get that via a TCP port stream or USB OTG radio.

If you want to create a native mobile app for using Reach, you can do that one too. We rely on Socket.IO library to broadcast information and change settings. As far as I know, Socket.IO has a swift api, but a better option would probably be using Ionic javascript framework for cross-platform mobile apps.