Hi,
How can I ping a web server every 10 minutes from my app in background.
(The user isnt necessarily required to keep the app open).
Exactly what I want to achieve:-
- I am running a web server on my raspberry pi
- I want to make an HTTP get request to it so that it could know the client is alive
Thanks in advance