A Linux–Android file synchronization system that syncs folders in real time.

android cpp filesharing linux tcp websockets
1 Open Issue Need Help Last updated: Mar 6, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The Android client's new foreground service sends frequent `PING` heartbeats, which the Linux daemon currently logs like standard file transfers. This excessive logging clutters the terminal, obscuring important `UPLOAD` and `DELETE` operations. The proposed solution is for the daemon to silently handle `PING` actions, suppressing all related connection and protocol logging.

Complexity: 1/5
good first issue

A Linux–Android file synchronization system that syncs folders in real time.

Kotlin
#android#cpp#filesharing#linux#tcp#websockets