Sming VS ESP8266_AT_WebServer

Compare Sming vs ESP8266_AT_WebServer and see what are their differences.

Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications. (by SmingHub)

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
Sming ESP8266_AT_WebServer
1 2
1,440 41
0.6% -
8.7 10.0
6 days ago over 1 year ago
C++ C++
GNU Lesser 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.

Sming

Posts with mentions or reviews of Sming. We have used some of these posts to build our list of alternatives and similar projects.

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 Sming and ESP8266_AT_WebServer you can also consider the following projects:

devicescript - TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)

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

meatloaf - A Commodore IEC Serial Floppy Drive and WiFi Modem multi-device emulator

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

tinybasic - A BASIC interpreter for Arduino, ESP, RP2040, STM32, Infineon XMC and POSIX with IoT and microcontroller features.

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

nRFi-Monitor - A 2.4GHz band and WiFi analyzer toolkit made with the D1 Mini and NRF24L01

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

rp2040-esp32-experiment-board - RP2040 and ESP32 experiment board

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.

wardriver_rev3 - A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.

WiFiManager_NINA_Lite - Light-Weight WiFi/Credentials Manager for AVR Mega, Teensy, SAM DUE, SAMD, STM32, etc. boards running U-Blox WiFiNINA modules/shields. Powerful-yet-simple-to-use feature to enable adding dynamic custom parameters. Now using WiFiMulti_Generic library