How you can check enter data is IP or not valid
when user input Ip in textbox, you must check this.
one way is using Regex
for this i have source code. i test it and work true:
Sub ValidateIP(ip As String) As Boolean
If ip.EqualsIgnoreCase("localhost") Then Return True
Dim pattern...
Working with this example project from Erel:
https://www.b4x.com/android/forum/threads/b4x-b4xpages-network-asyncstreams-b4xserializator.119011/
All working fine, but trying out the best way for the receiving device to get the IP address of the connecting device, that is when
that device is...
SOLUTION HERE
https://www.b4x.com/android/forum/threads/b4x-sp-inetstatus-check-if-internet-is-available-type-wifi-cell-lan.161750/
Class version
I share with you this code that works in B4A, B4I and B4J.
Requires B4A -> Network, B4I -> iNetwork, or B4J -> jNetwork
If you use this class you...
Hi,,
i'm trying testing jRDC2 on my local browser and my Dedicated Server :
when put in local browser or Server browser :
http://localhost:51029/test result is this is Your ip : [0:0:0:0:0:0:0:1]
http://127.0.0.1:51029/test result is this is Your ip : 127.0.0.1
in...
Another one "usable" routine, for those want to have more control at their network...
Get all "usable" Network Interfaces and all "usable" settings of them (Windows)...
copy - paste at your module:
Sub Class_Globals
Type netinterface(Index As String,macaddress As String,Name As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.