B4A Library Simple WIFI library - HotShoe    Dec 17, 2016   (32 reactions) NOTICE :
I am looking for someone to take over development and maintenance on this and other libraries. I am just no longer interested in programming and don't know how long I will feel that way. Anyone interested in taking over this library or any of my others, let me know a bit about yourself by B4A Library Simple WIFI library Updated V. 3.07 09-05-2018 - bgsoft    Sep 05, 2018   (44 reactions) isWifiConnectedOld As Boolean
Checks if WIFI is connected. This only checks for WIFI connection to a router
It does NOT test for Internet availability
Returns True if WIFI is connected or False if 2G, 3G, 4G, WIMAX or no connection
This method uses "getNetworkInfo()" that was deprecated in API level 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 printer,
the other printer i guess can use
.SendDataByte() function send different data format by byte.i didn't try it.
i have try this demo can make a sleep HP printer wake up,but didn't print.
https: B4A Question Proper way to end a WiFi-Direct Connection - Robert Valentino (first post)    Jan 27, 2023   (1 reaction) Haven't look at that code in a long time. Could not figure out how to do it.
Have you selected the wifidirect library
138593 B4A Library MLwifi Library Updated to v4.00 - Computersmith64    Feb 11, 2023   (22 reactions) You can connect to the previously connected network by calling disconnectWifiAP
or a specific network by calling connectWifiAP with the correct parameters.
Example:
Private Sub connectToWifi
Private wifi As MLwifi
'reconnect to a Wifi network saved on this device
wifi.reconnectWifiAP( B4A Library WifiDirect Library - Erel    Jul 07, 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 Question Prompt to Connect to Wireless Network? - Computersmith64 (first post)    Jul 27, 2017 Simple Wifi Library. B4A Question WiFi and Data connections - Erel (first post)    Aug 28, 2016 There are several wifi related libraries.
https://www.b4x.com/search?query=b4a+wifi+library B4A Question Simple WIFI library V. 3.07 - DonManfred (first post)    Jul 12, 2019   (1 reaction) Is the AP created by your app? It should be possible to remove if your app did created the AP.
If not than you can not delete it. Or only using the owner app. B4A Question Switch WiFi connection - Peter Simpson (first post)    Jul 26, 2021   (1 reaction) Hello @Acuario,
Give this a go.
You need these libraries.
117009
Sub GetPermission
'TESTED USING THE MLWIFI WIFI LIBRARY
'https://www.b4x.-library-updated-to-v4-00.125051/
RT.CheckAndRequest(RT.)
'For B4XPages
Wait For B4XPage_PermissionResult (Permission As String, Result Page: 1   2   3   4   5   6   7   Powered by ColBERT |