E electro179 Active Member Licensed User Longtime User Jan 10, 2014 #1 Hi I would like select the network interface that my program will use How to list with all interface network of my computer How to select interface when I create the socket ? thank you
Hi I would like select the network interface that my program will use How to list with all interface network of my computer How to select interface when I create the socket ? thank you
Erel B4X founder Staff member Licensed User Longtime User Jan 10, 2014 #2 This is currently not possible. Upvote 0
E electro179 Active Member Licensed User Longtime User Jan 13, 2014 #4 And if I create a new library ? Upvote 0
warwound Expert Licensed User Longtime User Jan 13, 2014 #5 electro179 said: And if I create a new library ? Click to expand... Google is your friend: https://www.google.co.uk/search?cli...f-8&gl=uk&gws_rd=cr&ei=m_DTUsb_IpGshQea3IG4Dw. First work out if it's possible to choose which network interface android uses and from there look at what code is required. Martin. Upvote 0
electro179 said: And if I create a new library ? Click to expand... Google is your friend: https://www.google.co.uk/search?cli...f-8&gl=uk&gws_rd=cr&ei=m_DTUsb_IpGshQea3IG4Dw. First work out if it's possible to choose which network interface android uses and from there look at what code is required. Martin.
Erel B4X founder Staff member Licensed User Longtime User Jan 13, 2014 #6 The question is about B4J. With a custom library it should be possible to create a SocketServer that is binded to a specific local ip address. Upvote 0
The question is about B4J. With a custom library it should be possible to create a SocketServer that is binded to a specific local ip address.