A synchronization daemon for AsteroidOS watches. Forked from Rockpool.
asteroidsyncserviced is a daemon relying on libasteroid to synchronize data from a given platform to a watch. It comes with a QML module named asteroidsyncservice. It is used by starfish, a SailfishOS synchronization app and Telescope, an Ubuntu Touch synchronization app.
To build asteroidsyncservice, all submodules must be loaded.
git submodule update --init
Current qmake build configuration options:
Starfish: CONFIG+=starfish
Telescope: CONFIG+=telescope
Install bluetooth
sudo apt-get install qtconnectivity5-dev
Create build dir
mkdir build && cd build
Run qmake:
qmake -makefile -o Makefile "CONFIG+=telescope" ../asteroidsyncservice.pro
Run make:
make