arduinoWebSockets
arduinoWebSockets (by Links2004)
ESPAsyncWebServer
Async Web Server for ESP8266 and ESP32 (by me-no-dev)
arduinoWebSockets | ESPAsyncWebServer | |
---|---|---|
11 | 30 | |
1,952 | 3,892 | |
1.3% | - | |
6.9 | 4.1 | |
3 months ago | 2 months ago | |
C++ | C++ | |
GNU Lesser General Public License v3.0 only | GNU Lesser General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
arduinoWebSockets
Posts with mentions or reviews of arduinoWebSockets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-11.
-
error during Arduino compiling for esp8266 for Roller Blind project
in my WebSocketsServer library folder, i have these files downloaded from https://github.com/Links2004/arduinoWebSockets
- Which WebSocket library is the best/fastest for an ESP32 programmed in Arduino IDE?
-
Unable to create WebSocket Client over SSL
I'm trying to connect to my NodeJS WebSocket server with my ESP32 using a secured connection over SSL. I'm using an arduinoWebsockets library (v 2.3.7) on platformio with code:
- Websocket programming integration
-
Improving websocket reliability
Hi all, I'm working on an ESP32 project that involves real-time communication between the ESP32 and a web server to send strings and small amounts of binary data. I'm using arduino-esp32 and arduinoWebsockets to achieve this. It's working okay but I'm wondering if it's possible to make the connection a bit more reliable. There are two different issues I'm seeing periodically—one is an error from WifiClient:
-
https://np.reddit.com/r/esp8266/comments/piwwzp/fauxmo_esp8266_possibility_to_send_commands_over/hbspbpj/
#include #include /* for time server: https://github.com/arduino-libraries/NTPClient */ #include /* for alexa */ #include /* for OTA */ #include /* for OTA and timeserver */ #include /* for OTA */ #include /* for Alexa: https://github.com/me-no-dev/ESPAsyncWebServer*/ #include "fauxmoESP.h" /* for alexa */ #include "credentials.h" /* Has the config for the wifi */ #include /* for the debug output via sockets: https://github.com/Links2004/arduinoWebSockets */ fauxmoESP fauxmo; AsyncWebServer server(80); WebSocketsServer webSocket = WebSocketsServer(81); //ws debugger will run on port 81
- Best hardware for creation of simple WebSocket Server for data communication
-
Very new to Arduino, how would I get my board and a Java application to communicate?
This is the WebSocket Arduino library. It also supports socket.io. https://github.com/Links2004/arduinoWebSockets
- Communication between multiple esp8266's - what are my options other than mqtt?
-
Beginner Resources for Understanding Websockets/How to Move Beyond Local?
The project even has examples. Including the client-side integration https://github.com/Links2004/arduinoWebSockets/blob/master/examples/esp32/WebSocketClient/WebSocketClient.ino
ESPAsyncWebServer
Posts with mentions or reviews of ESPAsyncWebServer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-08.
-
Can ESP8266/ESP-WROOM-02D host an API server?
Use esp async Webserver https://github.com/me-no-dev/ESPAsyncWebServer
-
Very unique color clock! Details on https://www.instructables.com/Pingo-Color-Clock-by-Illusionmanager/
I don't know what you're doing wrong, but maybe you could change to the ESPAsyncWebServer instead of the fork you're using. Since me-no-dev works at espressif, it seems like that's basically the official webserver to use and I don't see that dvarrel did much good to it in their fork.
- SOFT AP Mode for ws2812b LED Matrix Sign using esp8266 and Adafruit Neomatrix library.
-
Parsing a variable to ESP8266 from either HTML or Arduino IDE (using wifi)
For something that's supposed to run at home and not be accessible from the broader Internet, you would do this by having your ESP8266 run as a WiFi client in your home internet and then using something like the EspAsynchWebServer library to make it a mini webserver than can receive requests from any browser in any of your home devices.
- ESP8266 server works for a few minutes then times out
-
Arduino IoT help for user input
There is a library called ESPAsynchWebServer that will easilly allow you to run a webserver in your code on the ESP32 and ESP8266 chips with Arduino and if you check their simple example you can see it's reasonably easy to have the code for doing stuff on the hardware side (say, toggle the pin that controlls an LED) as part of the code that receives and processes HTTP requests.
-
Place txt contents into HTML response?
Check out EspAsyncWebServer, it’s documentation will make clear how it would allow you to do this if you use it.
-
Kill switch with ESP32 board
Go get EspAsynchServer. Check here.
-
Trouble receiving http get requests
I don't know what kind of Arduino you are using, but I would never try to implement a HTTP server that wasn't asynchronous. Typically using https://github.com/me-no-dev/ESPAsyncWebServer
-
Checking battery charge remotely
I would make the ESP32 serve up a web page that displays the battery status, and also handle a button click that turns on or off the relay. You are looking at using https://github.com/me-no-dev/ESPAsyncWebServer
What are some alternatives?
When comparing arduinoWebSockets and ESPAsyncWebServer you can also consider the following projects:
ESPAsyncWiFiManager - Port WiFiManager to ESP Async Server
ESP8266WebServer - ESP8266 web server for MicroPython
IXWebSocket - websocket and http client and server library, with TLS support and very few dependencies
PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:
esp-rfid - ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
NTPClient - Connect to a NTP server