|
|
|
|
|
by afuchs
3086 days ago
|
|
It is difficult to make a p2p app on a mobile device work even between devices on the same LAN. A simplified explanation: Mobile devices will often ignore almost all incoming network traffic to reduce battery usage. The only way to reliably communicate with the device is through a centralized push notification service (e.g. APN and GCM). |
|