syncthing-lite
syncthing-lite copied to clipboard
A Sync Browser: a browser app for Syncthing-compatible shares
Syncthing Lite just ignores any remote device that try to share folders. This defeats the whole introducer device idea in Syncthing.
I am planning on building an android app where I would like to (re)-use the syncthing protocol. What would be the best way to re-use the native Java implementation in...
- [ ] disable global discovery - [ ] custom discovery servers - [ ] disable local discovery - [ ] ask for permission to use global discovery during the...
When a file is changed, the file is downloaded again and not only the changed parts. The same applies if a file with equal blocks was already downloaded. This should...
As requested from #98 (pasted from the clipboard, detailed report enabled): ```Version: 0.3.7 java.lang.RuntimeException: Exception in transaction at android.arch.b.b.e.a(RoomDatabase.java:309) at net.syncthing.repository.android.a.a(SqliteIndexRepository.kt:15) at net.syncthing.a.a.c.f.a(IndexMessageQueueProcessor.kt:111) at net.syncthing.a.a.c.f$1.c_(IndexMessageQueueProcessor.kt:86) at a.c.b.a.a.b(ContinuationImpl.kt:32) at kotlinx.coroutines.az$a.a(Dispatched.kt:235) at...
current problems: - regular retrying to not use a relay -> regular interruptions of the connection when a relay is required - global discovery is only executed once, but should...
A major usecase of syncthing-lite is to download individual files from remote shares on demand, such as for uploading to other apps. Thumbnail support would be a major quality of...
I'm using syncthing server whihc available from wifi network only. Global and local discovery, relays are disabled. I can add this device to syncthing with static address (e.g. tcp://192.168.1.2:8435) and...
When the user has got a big index, it should be possible to update it without Syncthing in the foreground
- fail early if there was an connection attempt already and it failed - improve the error message at the file downloading when there was no connection to the server