B4A Library MLwifi Library Updated to v4.00 - Computersmith64    Feb 11, 2023   (22 reactions) connectWifiAP("wifissid", wifi.SECURITY_OPEN, "", 30000)
'To connect to a WPA-2 secured network
wifi.connectWifiAP("wifissid", wifi.SECURITY_WPA2PSK, "password", 30000)
End Sub
Public Sub Wifi_ConnectionResult(success As Boolean)
If success then
'Connected - set up sockets, etc. B4A Library Simple WIFI library Updated V. 3.07 09-05-2018 - bgsoft    Sep 05, 2018   (44 reactions) This only checks for connection to a phone network.
It does NOT test for Internet availability.
Returns True if 2G, 3G or 4G Data is connected or False if WIFI, WIMAX or no connection
ActiveNetworkTypeName As String
Returns the Type (0:MOBILE, 1:WIFI, 6:WIMAX, 7:BLUETOOTH, 9:ETHERNET, etc) of the B4A Library Simple WIFI library - HotShoe    Dec 17, 2016   (32 reactions) Example
dim wifi as MLwifi
wifi.EnableWifi(true)
IpAddress As String
Get IP address from the wifi interface)
Returns address or empty string
MACAddress As String
Returns MAC address of the current interface
Returns MAC address or empty string
SSID As String
Returns the current SSID
WifiSignal As B4A Library [B4X] SP IFStatus - Check if interface status (WiFi, cell network data or LAN) has enabled or disabled - Sergio Haurat    Jun 28, 2024   (6 reactions) Fields Tag As Object Default: Null (It is always valuable to have a Tag field ;)) IPs As tpeIPs Default: IsConnected = False, ConnType = "NONE", IP: "127.0.0.1" blnIPv4IsValid As Boolean Default: false blnIPv6IsValid As Boolean Default: false Methods Initialize (CallBack As Object, EventName As S 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 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 Library Creat Wifi Profiles - blouchris    Aug 07, 2015   (2 reactions) Hi, I have derived a Library from VBwep to create WEP and WPA2 wireless profiles. B4A Library Android Wifi Hotspot Manager - Johan Schoeman    May 02, 2016   (21 reactions) It wraps this Github project. It prints the connected clients to the B4A log. We can panel beat it a bit if I know what info you would like to have returned to the B4A project. I have tested it between my tablet (client) and cell phone (hotspot) and it seems to work 100%.
Note the permissions added B4A Library Wifi Manager Library - Firpas (first post)    Jan 09, 2015   (1 reaction) Hello Joehil. I have a problem with my new application and a bit special stage. The application must connect to a specific wifi I know the SSID and BSSID (MacAddress), for which use the library "jhWifi" The problem is that there are times when different wifis coincide with the same SSID, BSSID th B4A Library ConnectivityManager in the age of asynchronicity - drgottjr    Jun 16, 2024   (6 reactions) the monitor tells
you if it has been able to establish an internet connection. if that changes, it notifies you of the change
(along with dozens of other changes).
a less fortuitous feature of the new classes relates to data which are supposed to be returned regarding
so-called "transport" informa Page: 1   2   3   4   5   6   7   Powered by ColBERT |