Is peer-to-peer communication over 3G/4G possible for smart phones?

前端 未结 3 1422
梦如初夏
梦如初夏 2021-02-09 20:29

I\'m trying to write an app that transfers data from one android device to another - but the devices are most likely located in different parts of the city, state, or country. (

3条回答
  •  萌比男神i
    2021-02-09 20:55

    Use Amazon Simple Queue Service:

    Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable, hosted queue for storing messages as they travel between computers. By using Amazon SQS, developers can simply move data between distributed components of their applications that perform different tasks, without losing messages or requiring each component to be always available

提交回复
热议问题