Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

3g to 3g communication

Options
  • 20-02-2011 6:19pm
    #1
    Closed Accounts Posts: 564 ✭✭✭


    Hi guys. I need help as I know what I want to do is possible in theory. Essentially I am building an application that needs to communicate between 2 phones. We want this communication to be done via 3g. We will have a group of phones. And I want phones to be able to send UDP packets to each other over 3g. This is trivial over wifi but with 3g I don't know how to get around the whole NAT thing. If all the phones are on the same network will I be allowed to send UDP packets over 3g?


Comments

  • Closed Accounts Posts: 537 ✭✭✭JonJoeDali


    Hi guys. I need help as I know what I want to do is possible in theory. Essentially I am building an application that needs to communicate between 2 phones. We want this communication to be done via 3g. We will have a group of phones. And I want phones to be able to send UDP packets to each other over 3g. This is trivial over wifi but with 3g I don't know how to get around the whole NAT thing. If all the phones are on the same network will I be allowed to send UDP packets over 3g?

    I'd use NodeJS for this. Do everything over either port 80 or port 443. Some operators block certain ports and it's a real headache to find out which ports are open on which networks.


Advertisement