ouisync
Quick start
Include ouisync with Gradle by adding the following to your build.gradle
file:
implementation "ie.equalit.ouinet:ouisync-omni:$ouisyncVersion"
Content copied to clipboard
The entry point to Ouisync is the Session class. Create (org.equalitie.ouisync.lib.Session.Companion.create) it near the start of the app and make effort to close it on app shutdown. Afterwards, use the Repository class to create and manage your Ouisync repositories and use the File and Directory classes to access the repository content.
See also the example app.