Hello,
I am writing a chat type application using B4A. It is derived from Erel's Walkie Talkie tutorial:
https://www.b4x.com/android/forum/t...reaming-over-wifi-or-bluetooth.30648/#content
In fact, the connector service is almost identical.
I would like to establish a network connection via a cellular data network. My guess is that this is probably not possible since many cellular networks block nonstandard network ports.
To get around this nonstandard port problem I've tried using port 80 instead of the defined port, 21341.
The connector crashes on the line (when port = 80):
It works when port = 21341. I'm thinking it's probably because this port may already be in use or it is not allowed to connect to standard defined ports.
I thought I would ask to be sure.
If I use a standard port, might it be possible to connect over cellular data networks?
Is there a different way to enable use over cellular data networks?
Is the problem that I am not allowed to use standard ports? Or, is it that the port is busy?
Thanks for any insight.
Barry.
I am writing a chat type application using B4A. It is derived from Erel's Walkie Talkie tutorial:
https://www.b4x.com/android/forum/t...reaming-over-wifi-or-bluetooth.30648/#content
In fact, the connector service is almost identical.
I would like to establish a network connection via a cellular data network. My guess is that this is probably not possible since many cellular networks block nonstandard network ports.
To get around this nonstandard port problem I've tried using port 80 instead of the defined port, 21341.
The connector crashes on the line (when port = 80):
B4X:
server.Initialize(port, "server")
I thought I would ask to be sure.
If I use a standard port, might it be possible to connect over cellular data networks?
Is there a different way to enable use over cellular data networks?
Is the problem that I am not allowed to use standard ports? Or, is it that the port is busy?
Thanks for any insight.
Barry.