Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AsteroidOS/AsteroidOSSync
Android application to synchronize a phone with a watch running asteroid-btsyncd.
https://github.com/AsteroidOS/AsteroidOSSync
android asteroidos hacktoberfest smartwatch
Last synced: about 1 month ago
JSON representation
Android application to synchronize a phone with a watch running asteroid-btsyncd.
- Host: GitHub
- URL: https://github.com/AsteroidOS/AsteroidOSSync
- Owner: AsteroidOS
- License: gpl-3.0
- Created: 2016-06-06T10:37:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T02:15:47.000Z (3 months ago)
- Last Synced: 2024-10-29T17:23:39.505Z (3 months ago)
- Topics: android, asteroidos, hacktoberfest, smartwatch
- Language: Java
- Homepage:
- Size: 28.5 MB
- Stars: 101
- Watchers: 10
- Forks: 37
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Good First Issues][good-first-issue-shield]][good-first-issue-url]
[![GPL License][license-shield]][license-url]AsteroidOS Sync
===============
Synchronize the time, notifications and more with your AsteroidOS smartwatch.
Help us translate AsteroidOS Sync via Weblate
Explore the docs
Report Bug
.
Request Feature
# Table of Contents
* [About The Project](#about-the-project)
* [Getting Started](#getting-started)
* [Development Instructions](#development-instructions)
* [Architecture of AsteroidOSSync](#architecture-of-asteroidossync)
* [Roadmap](#roadmap)
* [Contributing](#contributing)
* [Matrix](#matrix)# About The Project
AsteroidOS is an open-source operating system for smartwatches.
### Freedom & Privacy
We believe that when it comes to wearable devices, users should have full control over their machines and data. AsteroidOS has been created from the ground-up with modularity and freedom in mind. For this reason, it is a free and open-source project.
### Ready for your wrist
AsteroidOS unleashes the potential of your watch with up to 48 hours of autonomy and a set of apps including everything you need on a smartwatch: an agenda, an alarm clock, a calculator, a music controller, settings, a stopwatch, a timer and a weather forecast app.
### Proven building blocks
AsteroidOS is built upon a rock-solid base system. Qt and QML are used for fast and easy app development. OpenEmbedded provides a full GNU/Linux distribution and libhybris allows easy porting to most Android and Wear OS watches.
### Community-friendly
Since its creation in 2015, AsteroidOS has been led by Florent Revest, but is open towards external contribution and collaboration. The project is still in active development and if you want to help, make sure to check the Get Involved page.
# Getting Started
AsteroidOSSync can be downloaded from f-droid [here](https://f-droid.org/packages/org.asteroidos.sync/)
If you don't have a device running AsteroidOS, instructions for installation can be found [here](https://asteroidos.org/install/)
### Development Instructions
To get started with a developing for AsteroidOSSync, fork and clone the project, and import into any Android IDE.
### Architecture of AsteroidOSSync
The [MainActivity](./app/src/main/java/org/asteroidos/sync/MainActivity.java) manages the UI fragments based on the current `IAsteroidDevice.ConnectionState` and starts a backend that is responsible for communication with the watch.
The Bluetooth backend is the [SynchronizationService](./app/src/main/java/org/asteroidos/sync/services/SynchronizationService.java). It is responsible for talking to the watch via the [AsteroidBleManager](./app/src/main/java/org/asteroidos/sync/asteroid/AsteroidBleManager.java) and loading/unloading a service module that can talk to the watch.
A service, that implements [IConnectivityService](./app/src/main/java/org/asteroidos/sync/connectivity/IConnectivityService.java) (e.g. the [NotificationService](./app/src/main/java/org/asteroidos/sync/connectivity/NotificationService.java)), is a module that can send and receive data from a watch via a backend that implements the [IAsteroidDevice](./app/src/main/java/org/asteroidos/sync/asteroid/IAsteroidDevice.java) interface.
# Roadmap
See the [open issues](https://github.com/AsteroidOS/AsteroidOSSync/issues) for a list of proposed features and known issues
# Contributing
AsteroidOS is driven by a vibrant community. We would love your help!
### Matrix
General discussions around AsteroidOS happen on the [#asteroid:matrix.org](https://matrix.to/#/#asteroid:matrix.org) channel on Matrix. Logs are available [here](https://log.asteroidos.org/).
[contributors-shield]: https://img.shields.io/github/contributors/AsteroidOS/AsteroidOSSync.svg?style=flat-square
[contributors-url]: https://github.com/AsteroidOS/AsteroidOSSync/graphs/contributors[forks-shield]: https://img.shields.io/github/forks/AsteroidOS/AsteroidOSSync.svg?style=flat-square
[forks-url]: https://github.com/microsoft/AsteroidOS/AsteroidOSSync/members[stars-shield]: https://img.shields.io/github/stars/AsteroidOS/AsteroidOSSync.svg?style=flat-square
[stars-url]: https://github.com/AsteroidOS/AsteroidOSSync/stargazers[issues-shield]: https://img.shields.io/github/issues/AsteroidOS/AsteroidOSSync.svg?style=flat-square
[issues-url]: https://github.com/AsteroidOS/AsteroidOSSync/issues[good-first-issue-shield]: https://img.shields.io/github/issues/AsteroidOS/AsteroidOSSync/good%20first%20issue?style=flat-square
[good-first-issue-url]: https://github.com/AsteroidOS/AsteroidOSSync/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22[license-shield]: https://img.shields.io/github/license/AsteroidOS/AsteroidOSSync.svg?style=flat-square
[license-url]: https://github.com/AsteroidOS/AsteroidOSSync/blob/master/LICENSE