rweiser-manual-reg-by-adm Report post Posted February 4, 2016 Hi. I'm new to Bittorrent development and I was hoping someone here could give me some direction on how to get started. My goal is to enable my Android app (already built) to use the BitTorrent protocol to sync images that have been captured by the app up to our Amazon AWS servers. Would doing so require our users to separately install the BitTorrent Sync client on their Android devices? Or is there some way to build the BitTorrent engine into our Java-based Android app? If the latter, where can I find details on how to do that (and what to do on the other end - the AWS side)? Thanks. Share this post Link to post Share on other sites
GreatMarko Report post Posted February 4, 2016 7 hours ago, rweiser-manual-reg-by-adm said: Would doing so require our users to separately install the BitTorrent Sync client on their Android devices? Or is there some way to build the BitTorrent engine into our Java-based Android app? Whilst there is an API available for Sync (see: http://getsync.com/api), it isn't presently available for mobile devices. Therefore, your users would need to install the Sync Android app on their devices, and you would also need to install Sync in your AWS Share this post Link to post Share on other sites
rweiser-manual-reg-by-adm Report post Posted February 4, 2016 Thanks, @GreatMarko. Share this post Link to post Share on other sites
Rweiser Report post Posted August 4, 2016 Hi, @GreatMarko. Any chance there's an update here - the ability to build Sync (Resilio Connect) into our Android app without having the user install the Sync Android app separately? Thanks. Share this post Link to post Share on other sites
RomanZ Report post Posted August 10, 2016 @Rweiser Not at the moment. Currently, API only available for desktops. Share this post Link to post Share on other sites