Zeev Goldstein Well-Known Member Licensed User Longtime User Feb 11, 2023 #1 Hi Can I get the current ip address the phone is using? Thanks
Solution W W walt61 Feb 11, 2023 Hi Zeev, this works for me (needs the Network library): B4X: Public server As ServerSocket ' Needs the Network library server.Initialize(8888, "") Log(server.GetMyIP) server.Close
Hi Zeev, this works for me (needs the Network library): B4X: Public server As ServerSocket ' Needs the Network library server.Initialize(8888, "") Log(server.GetMyIP) server.Close
W walt61 Active Member Licensed User Longtime User Feb 11, 2023 #2 Hi Zeev, this works for me (needs the Network library): B4X: Public server As ServerSocket ' Needs the Network library server.Initialize(8888, "") Log(server.GetMyIP) server.Close Upvote 0 Solution
Hi Zeev, this works for me (needs the Network library): B4X: Public server As ServerSocket ' Needs the Network library server.Initialize(8888, "") Log(server.GetMyIP) server.Close
Zeev Goldstein Well-Known Member Licensed User Longtime User Feb 11, 2023 #3 thank you so much! you actually made my day you solved me a serrious problem and it is so simple yet efficient THANK YOU Upvote 0
thank you so much! you actually made my day you solved me a serrious problem and it is so simple yet efficient THANK YOU