I wish to implement a small private server able to process http queries coming from the Live tracking functionality of Locus app.
I understand that it shall basically be an http server (e.g. Apache) with some serve-side software able to process GET and/or POST (e.g. with php+mysql).
What I am missing (and unable to find) is:
- Is the Locus app in the phone waiting and processing the page returned by the server?
- If yes, what should that page contain? (I suppose Locus should at least accept ako success/failure answer page)
Many thanks.
I understand that it shall basically be an http server (e.g. Apache) with some serve-side software able to process GET and/or POST (e.g. with php+mysql).
What I am missing (and unable to find) is:
- Is the Locus app in the phone waiting and processing the page returned by the server?
- If yes, what should that page contain? (I suppose Locus should at least accept ako success/failure answer page)
Many thanks.