zlacker

[parent] [thread] 2 comments
1. ihuman+(OP)[view] [source] 2024-10-20 21:08:55
> They're Java-only APIs and since Syncthings core isn't written in Java, the author would have to write JNI glue to call Android when writing/reading files

Syncthing-android is already written in Java, so shouldn't there already be JNI glue code? https://github.com/syncthing/syncthing-android

replies(2): >>carste+lL >>izacus+fl1
2. carste+lL[view] [source] 2024-10-21 06:59:31
>>ihuman+(OP)
It's an app that ships with/downloads the synching (go-based) binary. (I am pretty sure this is still the case, I looked at it some years ago)
3. izacus+fl1[view] [source] 2024-10-21 12:54:21
>>ihuman+(OP)
The actual file monitoring, access nad upload is handled by syncthing cross-platform Go library wrapped with the Java app.
[go to top]