ip address

  1. Sergio Haurat

    Android Code Snippet B4X Check Internet available + type (WiFi/Cell/LAN) + IsValidIP + IsValidURL

    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...
  2. M.LAZ

    B4J Question jRDC2 Testing ip address

    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...
  3. Magma

    B4J Code Snippet Get all "usable" Network Interfaces and all "usable" settings of them (Windows)

    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...
Top