dani783 / pttdroid

Automatically exported from code.google.com/p/pttdroid
0 stars 0 forks source link

Reach devices behind NAT? #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Many phones don't have an own IP but are hidden behind a NAT or have dynamic IP.

To reach those I think pttdroid could use Jabber/XMPP or email for transport, 
what do you think?

Original issue reported on code.google.com by rdzid...@gmail.com on 9 Sep 2012 at 10:18

GoogleCodeExporter commented 9 years ago
You could use SIP in order to initialize the session. E-mail ? Definitely not . 
An e-mail takes two long to be sent and real time characteristic it's gone

Original comment by ionut.ur...@gmail.com on 26 Nov 2012 at 7:44

GoogleCodeExporter commented 9 years ago
SIP with a REGISTRAR server and STUN would be an option. That makes 3 more RFCs 
and would depend on 2 servers... not sure it would be easy to do something 
better than any of these VoIP programs that are abound.

Jabber/XMPP with inband data should be a lot easier to do and hopefully good 
enough.

Email has some latency but it can be close enough to real time - under good 
conditions I am getting the mails within seconds and under bad conditions 
reliably.

Original comment by rdzid...@gmail.com on 26 Nov 2012 at 11:57

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by ionut.ur...@gmail.com on 7 Dec 2013 at 4:44