Announcing LipSync - A Sync Library and Protocol

In the process of building our 2013 scouting app, Team 11 realized that we needed a portable solution for syncing our data.

Out of this need, LipSync was born. LipSync is a library that synchronizes relational databases over a bidirectional socket object.

We used LipSync to sync the PostgreSQL database that backs mort11.org with SQLite databases on Android devices running our scouting app.

More information can be found on LipSync’s GitHub Page.