CodeIgniter Forums
P2P file sync plugin/ module/ext? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: P2P file sync plugin/ module/ext? (/showthread.php?tid=68419)



P2P file sync plugin/ module/ext? - Icarion - 07-08-2017

I am looking for a codeigniter P2p file sync solution between devices (mobile, laptop) ..like Syncthe or Resilio? Any point me in right direction?  Thanks.


RE: P2P file sync plugin/ module/ext? - Paradinight - 07-09-2017

(07-08-2017, 03:48 PM)Icarion Wrote: I am looking for a codeigniter P2p file sync solution between devices (mobile, laptop) ..like Syncthe or Resilio? Any point me in right direction?  Thanks.

https://github.com/nextcloud


In my opinion, it is too big for you


RE: P2P file sync plugin/ module/ext? - Icarion - 07-28-2017

(07-09-2017, 12:09 AM)Paradinight Wrote:
(07-08-2017, 03:48 PM)Icarion Wrote: I am looking for a codeigniter P2p file sync solution between devices (mobile, laptop) ..like Syncthe or Resilio? Any point me in right direction?  Thanks.

https://github.com/nextcloud


In my opinion, it is too big for you

What do you mean it's too big for me?


RE: P2P file sync plugin/ module/ext? - Paradinight - 07-28-2017

(07-28-2017, 11:04 AM)Icarion Wrote:
(07-09-2017, 12:09 AM)Paradinight Wrote:
(07-08-2017, 03:48 PM)Icarion Wrote: I am looking for a codeigniter P2p file sync solution between devices (mobile, laptop) ..like Syncthe or Resilio? Any point me in right direction?  Thanks.

https://github.com/nextcloud


In my opinion, it is too big for you

What do you mean it's too big for me?

You are a newbie. What you ask is not possible with codeigniter.
Codeigniter is a mvc framework. It uses php and a webserver to do it.

Language you need to know:
- Java android
- Swift IOS
- C/C++ For desktop client (Linux, Mac and Windows)
- C# Windows Phone / Windows

Why do you need a p2p file sync solution between devices?