I have a use case wherein, i need to mark presence of people entering a room assuming each device will have a 5-6 digit user identification.
I can currently upload the result to the back-end. This by executing the attendance marking code if it comes under a desired proximity area of the beacon and that has an active internet connection.
But what if the user has no internet access?
Can the beacons send the data to the server instead?
I came across an option called Ubudu mesh beacons which can make sense in some way. I am more of a front-end JavaScript developer creating this app using Appcelerator Studio and have been using the Ti module available for Estimote beacons currently. Any help appreciated.