Looking to build a p2p data synchronization app that can sync completely without internet connectivity. Use cases include aerospace management and communication, live events in remote areas, etc. This provides a local JSON-compatible database which is synchronized automatically with other devices including but not limited to Bluetooth.
Looking for direction/link to which online course resource is available.
Hi Sydney,
There's no training covering anything Bluetooth in OutSystems, much less peer-to-peer sync. Nevertheless, I believe it is possible to achieve it on, at least, Mobile apps. There is a Bluetooth LE Web API proposal, so it is conceivable that eventually will be available for Reactive Web Apps or Traditional Web applications (but as of now browser compatibility isn't there yet).
If you want to learn OutSystems, there are currently three entry-point training offers, depending on what kind of applications you want to develop. I ordered them in what I believe would be the best match for your needs:
Once you've gone through the Developing Mobile Apps (OutSystems 11) training, there are also a few Bluetooth plugins for Mobile applications that would allow you to interface with the underlying device's bluetooth capabilities:
Hope this helps!
Thank you Jorge, your direction is very helpful, I'll save these links in a ticket and get started!