B4A Library Android Wifi Hotspot Manager - Johan Schoeman    May 2, 2016   (21 reactions) it between my tablet (client) and cell phone (hotspot) and it seems to work 100%.
Note the permissions added to the B4A manifest file
AddPermission(android.permission.CHANGE_WIFI_STATE)
AddPermission(android... B4A Library Hotspot - share your wifi - tuhatinhvn    Jun 5, 2014   (5 reactions)
a.tat
ToastMessageShow("Starting turn off wifi hotspot and exit, please wait.......",True...
a.batdau(txtten.text,True,txtmatkhau.Text)
ToastMessageShow("Starting turn on wifi hotspot... B4A Library Wifi Library - NeoTechni (first post)    Oct 22, 2011 Having some trouble, myWifi.ABNumberOfAvailableWifiNetworks returns 0 even though OS Settings returns a bunch of wifi hotspots near me... B4A Library WebSocket Client Library - ArminKH (first post)    May 26, 2015 @Erel I dont know this is a bug or not but i think thats better if i report this Please follow this steps: 1-Run your server on local host(created by b4j) 2-click on connect button on your client side Now you see the is trying to connect to server 3- turn on your phone wifi hotspot and connect your pc to this network Now you see your app connect to the server and wsh_connected event raised 4-turnoff your internet connection on pc (not turn off your wifi hotspot) now you see _disconnected event... B4R Library rESP8266WiFi v.1.61: new WiFi.Connect4 method with connection timeout - peacemaker    Aug 31, 2025   (4 reactions) WiFi.Connect3 of lib v.1.6 was cloned into WiFi.Connect4 with timeout in seconds - default WiFi... can be accessed from all modules. Public wifi As ESP8266WiFi Private FailedCounter As Byte... As Boolean Return wifi.IsConnected End Sub Sub Start(tag As Byte) Delay(500) Log... = False Then 'todo Return End If End Sub Sub Connect As Boolean wifi.Disconnect Log("After disconnect NETip = ", wifi.LocalIp) Dim connected As Boolean... B4A Library [B4X] SP IFStatus - Check if interface status (WiFi, cell network data or LAN) has enabled or disabled - Sergio Haurat    Jun 28, 2024   (7 reactions) As String, IP As String) IsConnected: True or False ConnType: NONE (B4X), WIFI (B4A/B4I), CELL... B4A Library Simple WIFI library - HotShoe    Dec 17, 2016   (32 reactions)
MLScan
Events:
ScanDone (Results() As String, Count As Int)
Fields:
wifis As String
A string... the current wifi AP connection
Returns True on success
WifiCap (EntryNumber As Int) As String
Returns... B4A Library WifiDirect Library - Erel    Jul 7, 2015   (17 reactions) Tutorial: http://www.b4x.com/forum/basic4android-getting-started-tutorials/30409-android-wifi-direct-tutorial.html#post176526 V1.05 is attached. New Connect2 method that allows setting the group owner. Note that there is no guarantee that the system will set the owner as requested.... B4A Library Simple WIFI library Updated V. 3.07 09-05-2018 - bgsoft    Sep 5, 2018   (44 reactions)   tags: WiFi This library is based on the library Jem:https://www.b4x.com/android/forum/threads/simple-wifi....ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.INTERNET
android.permission.WAKE_LOCK... B4A Library Wifi connect library (WEP,WPA,Open) - jalle007    Mar 12, 2013 I am still missing library which enables me to connect to any type of secured wifi. So I made... = txtUser.toString();
String networkPass = txtPass.toString();
WifiConfiguration conf = new... Page: 1   2   |