B4A Library WifiDirect Library - Erel    Jun 20, 2013   (15 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 Simple WIFI library - HotShoe    Mar 7, 2014   (31 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    Feb 15, 2017   (42 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 Android Wifi Hotspot Manager - Johan Schoeman    Dec 11, 2015   (20 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    Apr 7, 2011   (7 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    Nov 30, 2020   (16 reactions) Library updated to v4.30 Minor code tweaks & tidy up. Tested saveWifiAP, connectWifiAP, reconnectWifiAP & disconnectWifiAP on Android 4.4.2, 9 & 10. Library updated to v4.20 Bug Fixes... saveWifiAP with Android Q+. Library updated to v4.10 Added: reconnectWifiAP: (reconnects to a saved Wifi network) Parameters: ssid - the name of the Wifi Network timeout - fail if not connected within timeout (Ms) Raises Wifi_ConnectionResult event on success or failure NOTE FOR SDK 29... 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 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... B4A Library [class] AsyncStreamsText - Useful when working with streams of text - Erel    Mar 5, 2013   (9 reactions) .GetMyWifiIP) server.Listen End If End Sub Sub server_NewConnection (Successful As Boolean... B4A Library ECS/POS printer WIFI print library - hears (first post)    Jan 9, 2018 didn't connect success,
first make sure your andriod device can success PING your printer.
secon... Page: 1   |