| jczic/MicroWebSrv2 |
709 |
|
0 |
0 |
8 months ago |
0 |
|
51 |
mit |
Python |
| The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented! |
| fhessel/esp32_https_server |
244 |
|
0 |
0 |
over 3 years ago |
0 |
|
74 |
mit |
C++ |
| Alternative ESP32 Webserver implementation for the ESP32 Arduino Core, supporting HTTPS and HTTP. |
| tuanpmt/esp-request |
64 |
|
0 |
0 |
almost 8 years ago |
0 |
|
11 |
apache-2.0 |
C |
| This project is no longer supported, please use |
| khoih-prog/WebServer_WT32_ETH01 |
32 |
|
0 |
0 |
over 3 years ago |
0 |
|
1 |
gpl-3.0 |
C |
| Simple Ethernet WebServer, HTTP/HTTPS Client wrapper library for WT32_ETH01 boards using LAN8720 Ethernet. The WebServer supports HTTP(S) GET and POST requests, provides argument parsing, handles one client at a time. It provides HTTP(S), MQTT(S) Client and supports WebServer serving from LittleFS/SPIFFS. Now supporting ESP32 core v2.0.0+ |
| jczic/MicroWebCli |
23 |
|
0 |
0 |
over 6 years ago |
0 |
|
2 |
mit |
Python |
| A micro HTTP Web client for MicroPython (used on Pycom modules & ESP32) |
| tuanpmt/esp32-fota |
17 |
|
0 |
0 |
almost 9 years ago |
0 |
|
0 |
|
C |
| ESP32 Firmware update over the air |
| BennehBoy/LRDuinoTD5 |
16 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
|
C++ |
| In car multi gauge system - STM32, SSD1306, MAX31856, L9637D, TD5 ECU |
| nanoframework/System.Net.Http |
15 |
|
0 |
5 |
about 2 years ago |
230 |
June 08, 2022 |
1 |
mit |
C# |
| :package: nanoFramework System.Net.Http class library |
| jczic/MicroRESTCli |
15 |
|
0 |
0 |
about 8 years ago |
0 |
|
0 |
mit |
Python |
| A micro JSON REST Web client based on MicroWebCli for MicroPython (used on Pycom modules & ESP32) |
| khoih-prog/AsyncHTTPSRequest_Generic |
10 |
|
0 |
0 |
about 3 years ago |
0 |
|
0 |
gpl-3.0 |
C++ |
| Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720). Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them |