async-tcp

There are 31 repositories under async-tcp topic.

  • khoih-prog/AsyncHTTPRequest_Generic

    Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with built-in LAN8742A Ethernet.

    Language:C++9063129
  • DominikN/ESP32-http-websocket

    ESP32 + HTTP server + websockets + Bootstrap + Husarnet. A simple project template showing how to use those technologies to create a fast, pretty and secure web UI hosted on ESP32. Works in LAN and over the internet. Written using Arduino framework.

    Language:C++733216
  • wuyingsong/tcp

    simple async tcp framework

    Language:Go275116
  • khoih-prog/AsyncWebServer_RP2040W

    Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code and support using CString to save heap to send very large data

    Language:C++23596
  • khoih-prog/AsyncTCP_SSL

    Asynchronous SSL TCP Library for ESP32, ESP32_C3, ESP32_S2, ESP32_S3. This library is the base for future and more advanced Async SSL libraries, such as AsyncSSLWebServer, AsyncHTTPSRequest

    Language:C20317
  • jefrisibarani/tobasaqueue

    Tobasa Queue - Software Antrian Tobasa : Manage customer queues

    Language:C#193217
  • khoih-prog/AsyncWebServer_WT32_ETH01

    This is Asynchronous HTTP and WebSocket Server Library for WT32_ETH01 (ESP32 + LAN8720). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++16344
  • khoih-prog/Portenta_H7_AsyncWebServer

    Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core. This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc. Now supporting using CString in optional SDRAM to save heap to send very large data

    Language:C++12283
  • khoih-prog/AsyncWebServer_ESP32_W5500

    Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++11215
  • khoih-prog/AsyncHTTPRequest_RP2040W

    Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi. This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.

    Language:C9201
  • khoih-prog/Portenta_H7_AsyncTCP

    Asynchronous TCP Library for STM32H7-based Portenta_H7 using mbed_portenta core. This library is the base for future and more advanced Async libraries, such as AsyncWebServer, AsyncHTTPRequest and AsyncHTTPSRequest

    Language:C++7423
  • khoih-prog/AsyncTCP_RP2040W

    Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W

    Language:C++6304
  • khoih-prog/AsyncWebServer_ESP32_SC_W5500

    Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W5500). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++4203
  • khoih-prog/ESPAsyncTCP

    Async TCP Library for ESP8266 using WiFi or LwIP Ethernet. This library is the base for more advanced Async libraries, such as ESPAsyncWebServer, AsyncHTTPRequest, etc.

    Language:C++4114
  • khoih-prog/AsyncWebServer_ESP32_ENC

    Asynchronous HTTP and WebSocket Server Library for (ESP32 + ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++3211
  • khoih-prog/AsyncWebServer_ESP32_SC_ENC

    Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP ENC28J60). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++3101
  • mkgeiger/mqtt-plug

    Modification of the Luminea ZX-2820 plug to run with an own MQTT client

    Language:C++3200
  • khoih-prog/AsyncDNSServer_WT32_ETH01

    Fully Asynchronous DNS Server Library for WT32_ETH01 or ESP32-based boards using LwIP LAN8720 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_WT32_ETH01, AsyncHTTPRequest_WT32_ETH01, AsyncHTTPSRequest_WT32_ETH01

    Language:C220
  • khoih-prog/Portenta_H7_AsyncHTTPRequest

    Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Portenta_H7_AsyncTCP library for Portenta_7, using Vision-shield thernet or Murata WiFi. This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.

    Language:C2211
  • khoih-prog/AsyncDNSServer_ESP32_ENC

    Fully Asynchronous DNS Server Library for ESP32 boards using LwIP ENC28J60 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_ENC, AsyncHTTPRequest_ESP32_ENC, AsyncHTTPSRequest_ESP32_ENC

    Language:C120
  • khoih-prog/AsyncDNSServer_ESP32_W5500

    Fully Asynchronous DNS Server Library for ESP32 boards using LwIP W5500 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_W5500, AsyncHTTPRequest_ESP32_W5500, AsyncHTTPSRequest_ESP32_W5500

    Language:C1201
  • khoih-prog/AsyncDNSServer_ESP32_W6100

    Fully Asynchronous DNS Server Library for ESP32 boards using LwIP W6100 Ethernet. This library is one of the current or future and more advanced Async libraries, such as AsyncWebServer_ESP32_W6100, AsyncHTTPRequest_ESP32_W6100, AsyncHTTPSRequest_ESP32_W6100

    Language:C110
  • khoih-prog/AsyncWebServer_ESP32_SC_W6100

    Asynchronous HTTP and WebSocket Server Library for (ESP32_S2/S3/C3 + LwIP W6100). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks

    Language:C++110
  • khoih-prog/Teensy41_AsyncTCP

    Asynchronous TCP Library for Teensy 4.1 using QNEthernet. This library is the base for future Async support for many current or future libraries, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, AsyncWebServer_Teensy41, AsyncUDP_Teensy41, AsyncDNSServer_Teensy41, AsyncTCP_SSL_Teensy41, etc.

    Language:C++1201
  • mkgeiger/mqtt-dimmer

    MQTT 230V AC LED dimmer, based on a commercial dimmer with an ESP8266

    Language:C++1211
  • mkgeiger/mqtt-geiger-counter

    This project is based on my older Geiger Counter project on the same hardware. It converts the hardware in an MQTT client.

    Language:C++1200
  • mkgeiger/mqtt-rgbw-led-controller

    MQTT contoller for RGBW LED stripes, based on a commercial ESP8266 product

    Language:C++120
  • mkgeiger/mqtt-ww-led-controller

    MQTT contoller for Warm White and Cold White LED stripes, based on a commercial ESP8266 product

    Language:C++120
  • windfallw/GraduationProject

    Alarm System for Intrusion Detection Based on ToF LiDAR

    Language:C0101
  • khoih-prog/AsyncHTTPRequest_Teensy41

    Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet. This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc.

    Language:C++20
  • khoih-prog/AsyncWebServer_ESP32_W6100

    Asynchronous HTTP and WebSocket Server Library for (ESP32 + LwIP W6100). Now supporting using CString to save heap to send very large data and with examples to demo how to use beginChunkedResponse() to send large html in chunks. To install AsyncTCP manually for Arduino IDE

    Language:C++10