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 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 [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 Wifi Library - alwaysbusy    Dec 23, 2014   (8 reactions) read the wifis around you, and ONLY doing that.
Functions:
Initialize("eventName")
Initialize ABWifi
StartWifi
Start ABWifi. Use GetNewReadingWifi() to get one reading
The event FoundReadings() will be raised containing the current Wifi infos
If WIFI was not enabled on the device... B4A Library Android Wifi Hotspot Manager - Johan Schoeman    May 2, 2016   (21 reactions) added to the B4A manifest file
AddPermission(android.permission.CHANGE_WIFI_STATE)
AddPermission(android.permission.ACCESS_WIFI_STATE)
AddPermission(android.permission.INTERNET)
Sample Code:
#Region... 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... B4A Library MLwifi Library Updated to v4.00 - Computersmith64    Feb 11, 2023   (24 reactions) @Events so the callbacks can be auto-generated by the B4A IDE. Library updated to v4.40 Added WifiBSSID function. Returns a string with the currently connected AP BSSID. Note that Wifi_ConnectionResult... tweaks & tidy up. Tested saveWifiAP, connectWifiAP, reconnectWifiAP & disconnectWifiAP... for Android Pie. * Improved connectivity when using saveWifiAP with Android Q+. Library updated to v4.10 Added: reconnectWifiAP: (reconnects to a saved Wifi network) Parameters: ssid... B4A Library ECS/POS printer WIFI print library - hears    Dec 12, 2017   (10 reactions) THIS libary can print string ,and picture ,
same to USB print libary,only can use for ECS/POS print... Page: 1   2   |