A simple network status logging server.
Simply post the payload with curl, the server will save it.
My router has multiple wan connection. I just want to log the latency and uptime and not use too much resource on my router. So I decided to use crontab with a bash script that perform a ping test and curl the result to my NAS.
Check the client branch.