Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to transfer data from one device to another over wifi

I am trying to create a todo list type of application, and want to run within intranet (over wifi). Where any one can add task and see other task within enviorment. So how can i transfer or sync data between the devices.

This application will be in android native or hybrid (Ionic).

like image 1000
Ahad Avatar asked Oct 29 '25 08:10

Ahad


1 Answers

Try Following links, may be this can help you

http://developer.android.com/guide/topics/connectivity/wifip2p.html http://developer.android.com/training/connect-devices-wirelessly/wifi-direct.html

like image 144
ArsalanK Avatar answered Oct 30 '25 23:10

ArsalanK