K KingEdem Member Licensed User Longtime User Oct 29, 2016 #1 I would like to make port forwarding application such as this one : https://play.google.com/store/apps/details?id=com.elixsr.portforwarder&hl=en Please help.
I would like to make port forwarding application such as this one : https://play.google.com/store/apps/details?id=com.elixsr.portforwarder&hl=en Please help.
Erel B4X founder Staff member Licensed User Longtime User Oct 30, 2016 #2 It is not an OS feature. They probably create a server socket that listens on one port and then forwards the data to the other port. Upvote 0
It is not an OS feature. They probably create a server socket that listens on one port and then forwards the data to the other port.
K KingEdem Member Licensed User Longtime User Oct 30, 2016 #3 Erel said: It is not an OS feature. They probably create a server socket that listens on one port and then forwards the data to the other port. Click to expand... I think so, please help me with sample code to achieve the same. Thanks. Upvote 0
Erel said: It is not an OS feature. They probably create a server socket that listens on one port and then forwards the data to the other port. Click to expand... I think so, please help me with sample code to achieve the same. Thanks.
Erel B4X founder Staff member Licensed User Longtime User Oct 30, 2016 #4 Start with this tutorial: https://www.b4x.com/android/forum/threads/network-asyncstreams-b4xserializator.72149/#content Upvote 0
Start with this tutorial: https://www.b4x.com/android/forum/threads/network-asyncstreams-b4xserializator.72149/#content