For a BSc project I would like to monitor an elderly. The app would run a model on certain sensors, and if a threshold is reached would take the coordinates and send a message to a server (wifi) or connect with an Android application (bluetooth) to send the message. The model must run constantly in the background, and must "immediately" send when anomalities are monitored. Would this be possible to implement in a straightforward way with the Developer SDK? And, would it be possible to let the model be updated in a x-interval time? If so, can you point me in the right direction or example (which classes/abstraction to use etc etc).
Kind regards.