Proximity detection for social distancing

0
Hi Experts, i want to create a simple app that has proximity detection, if anyone comes within 1-2m range of me, beeps or vibrates both parties considering social distancing requirements nowadays. No privacy implications, just a simple reminder to one to maintain social distancing. I have read that it is possible using Bluetooth technology in articles like: https://www.wired.com/story/apple-google-bluetooth-contact-tracing-covid-19/ https://www.tech.gov.sg/media/technews/six-things-about-opentrace And there are the open source codes available in githubs: https://github.com/TCNCoalition/TCN https://github.com/opentrace-community Can i check if Mendix is able to develop this type of app?
asked
1 answers
0

Dear Lee,

The Mendix apps are web based are limited to web API that are available.

For the Native mobile client you have to implement the react native modules, if there is no “ready to use”  module available

https://medium.com/wix-engineering/creating-a-native-module-in-react-native-93bab0123e46

Not an easy ‘low code’ task, but it could be possible

Cheers, Andries

 

answered