MDNS_Generic VS ESP8266_AT_WebServer

Compare MDNS_Generic vs ESP8266_AT_WebServer and see what are their differences.

MDNS_Generic

mDNS Library for nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, AVR Mega, RP2040-based boards, etc. using Ethernet W5x00. Supports mDNS (Registering Services) and DNS-SD (Service Discovery). Ethernet_Generic library is used as default for W5x00 (by khoih-prog)

ESP8266_AT_WebServer

This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, nRF52, etc. boards running ESP8266 AT-command shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Now with fix of severe limitation to permit sending much larger data (by khoih-prog)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
MDNS_Generic ESP8266_AT_WebServer
1 2
27 41
- -
4.7 10.0
over 1 year ago over 1 year ago
C++ C++
GNU General Public License v3.0 only MIT License
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.

MDNS_Generic

Posts with mentions or reviews of MDNS_Generic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-23.

ESP8266_AT_WebServer

Posts with mentions or reviews of ESP8266_AT_WebServer. We have used some of these posts to build our list of alternatives and similar projects.
  • Recommendations for WiFi+Web Server?
    1 project | /r/esp32 | 16 Feb 2023
    I started by trying to use an ESP8266/ESP-01 module just for the WiFi interface, with the idea of hosting the web server on the Teensy 4.0 (T4). But I've had trouble finding well-supported/documented web server code that will run on the T4 and is compatible with the ESP-01's AT-command interface. I did find this library, but my initial tests indicate that it is VERY slow. So I think it's time to consider a different approach based on using an ESP32 to offload the WiFi/Web code.
  • Recommendations for embedded Web tools?
    1 project | /r/embedded | 4 Feb 2023
    The controllers are based on the Teensy 4.0 MCU (ARM Cortex-M7 @ 600MHz, ~2MB Flash, ~1MB RAM). I'm currently using an ESP-01 (ESP8266) wifi module configured in soft-AP mode, passing data to the Teensy (T4) MCU via AT commands. The web server I initially chose is the ESP8266_AT_WebServer, which despite the misleading name, runs on the T4. I'm not married to this choice, but it was very easy to integrate and get up and running (and it supports AP mode). But I'm open to other suggestions.

What are some alternatives?

When comparing MDNS_Generic and ESP8266_AT_WebServer you can also consider the following projects:

TaskScheduler - Cooperative multitasking for Arduino, ESPx, STM32, nRF and other microcontrollers

Sming - Sming - powerful open source framework simplifying the creation of embedded C++ applications.

bonjour-reflector - A reflector that forwards mdns packets between VLANs - like avahi-reflector but with fine-grained control !

Mach3Controller - Android / ESP32 / ESP8266 Controller (+ coordinate display) for Mach3 CNC

MySQL_MariaDB_Generic - This MySQL_MariaDB_Generic library helps you connect your boards directly to a MySQL / MariaDB server, either local or cloud-based, so that you can store / retrieve data to / from the server. Supported boards are ESP8266/ESP32, WT32_ETH01 (ESP32 + LAN8720A), nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, SAM DUE, Mega, RP2040-based boards, Portenta_H7, etc. with Teensy 4.1 NativeEthernet/QNEthernet, W5x00 or ENC28J60 Ethernet, WiFiNINA modules/shields or Portenta_H7 WiFi/Ethernet. Ethernet_Generic library is used as default for W5x00

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.

Beacon - A simple UPnP Assistant that is capable of opening arbitrary ports.

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

CppServer - Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

ciao - RFC 6762 and RFC 6763 compliant mdns service discovery library written in Typescript

ArduinoWOL - My first ever Arduino project! I needed to set this up as I'm going off to college and I didn't want to bring my desktop with me but still wanted to be able to control it. This was programmed mostly by me with some help from ChatGPT.