B4A Library Simple WIFI library Updated V. 3.07 09-05-2018 - bgsoft    Sep 05, 2018   (44 reactions) This library is based on the library Jem:https://www.b4x.-wifi-library.38601/
Which Jem can no longer maintain.
I needed some methods that the library did not have, for an application I'm doing, and instead of creating a library from scratch, I preferred to take advantage of Jem's library and crea 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 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 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 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 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 How to use WifiConnect Library - Erel (first post)    Aug 22, 2021 There is no internal library named WifiConnect. Maybe you are asking about WifiDirect. Wish WiFi - TCP/IP Library for ESP32 - Erel (first post)    Jun 17, 2018   (1 reaction) There is a TCP/IP library for ESP32. It is the same one as the library for ESP8266.
If there is a specific feature that is missing then it can be added. It is also possible that you can call it with inline C. B4R Question ESP8266/ ESP32 wifi library - thetahsk (first post)    Jul 03, 2020   (1 reaction) A short look into the r8266wifi.h answered your question and choose the right board in the Board Selector.
#pragma once
#include "B4RDefines.h"
#ifdef ESP32
#include <WiFi.h>
#include <WiFiClientSecure.h>
#else
#include <ESP8266WiFi.h>
#endif
#include <WiFiUdp.h> Page: 1   2   3   4   5   6   7   Powered by ColBERT |