GPS/GSM Tracker Update

I’ve been working on the web application to manage my GPS tracker for the car. It allows remote configuration of the GPS trackers as well as realtime tracking (Maps the current position on a map when the trackers are online) and trip reporting. Here’s a sample trip report:https://trims.tribalchicken.com.au/… continue reading

Incremental backups with Rsync (+ Weekly full backups).

I received an email from the VPS provider telling me I had used 90% of my allocated bandwidth… After scratching my head trying to figure out how on earth that happened, I noticed my backup script was broken and backup up 9GB every day… oops. The backup script was a throw-together meant as a temporary… continue reading

Tracker: Interrupt-based data logging

The second major iteration of the GPS tracker was fantastic because it worked without GSM coverage, but ithad a serious flaw: It used the same program logic as the initial version, which meant if you were driving outside of a GSM coverage area for an hour, when you came back into the coverage area it… continue reading