Reputation: 369
Is it possible to push data directly from one device to another over the mobile network without using a server and without wifi or Bluetooth?
(Both have the same app installed.)
How? :)
Upvotes: 5
Views: 376
Reputation: 81489
Yes. Android is capable of peer to peer communication over 3G
Google for android 3G peer to peer
and you will get many hits. And you'll see that you have some hurdles to overcome:
Upvotes: 4