Skip to content

A synchronization daemon for AsteroidOS watches on SailfishOS and Ubuntu Touch.

License

Notifications You must be signed in to change notification settings

StefWe/asteroidsyncservice

 
 

Repository files navigation

asteroidsyncservice

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.

Building

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

About

A synchronization daemon for AsteroidOS watches on SailfishOS and Ubuntu Touch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.8%
  • QMake 3.2%