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 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 WifiDirect Library - Erel    Jul 7, 2015   (17 reactions) Tutorial: http://www.basic4ppc.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 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 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 MLwifi Library Updated to v4.00 - Computersmith64    Feb 11, 2023   (21 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 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 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... B4A Library Hotspot - share your wifi - tuhatinhvn    Jun 5, 2014   (5 reactions) #Region Project Attributes #ApplicationLabel: Free Wifi #VersionCode: 1 #VersionName... 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... wait.......",True) Else ToastMessageShow("Starting turn on wifi hotspot " &...("Starting turn off wifi hotspot, please wait.......",True) End Sub Sub CheckBox1_CheckedChange... Page: 1   |