Marcel VS BAS

Compare Marcel vs BAS and see what are their differences.

Marcel

Very lightweight daemon to publish figures to a MQTT broker (1wire data as temperatures, ISP real time consumption, UPS figures, meteo forecast, ...), check subscribted topics and alerts if out of range or missing. Custom decision scripts can be created in Lua. (by destroyedlolo)

BAS

Embedded Web Server Library with Integrated Scripting Engine (by RealTimeLogic)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Marcel BAS
5 0
6 53
- -
9.2 6.2
3 months ago 7 days ago
C C
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

Marcel

Posts with mentions or reviews of Marcel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.
  • How I wrote my own Smart Home Software using Lua
    4 projects | /r/programming | 5 Jun 2023
    Everything is built around MQTT messaging and I got several daemons picking, processing and submitting information. - https://github.com/destroyedlolo/Marcel is in charge of low level interface with my 1-wire network, get weather forecast, ISP figures ... Lua user script are doing simple processing and validate data if needed - https://github.com/destroyedlolo/Majordome is the root of the automation. Lua user scripts are launch based on received even and implement the automation. Initially, it was fully a Lua application, but separating the low level (C++) and user part (Lua) makes the code more easily manageable, and simply everything. - https://github.com/destroyedlolo/Selene is a framework helpers to Lua. Thanks to its pluggins, it add some capabilities to Lua to generate graphical or textual interface ... and much more like data management, multi-threading (real threading, not only co-routine that wasn't enough for such massive event driven dashboard).

BAS

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

We haven't tracked posts mentioning BAS yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing Marcel and BAS you can also consider the following projects:

Mongoose - Embedded Web Server

C++ REST SDK - The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

WebSocket++ - C++ websocket client/server library

nghttp2 - nghttp2 - HTTP/2 C Library and tools

cpp-httplib - A C++ header-only HTTP/HTTPS server and client library

µWebSockets - Simple, secure & standards compliant web server for the most demanding of applications

POCO - The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.

libwebsockets - canonical libwebsockets.org networking library

libcurl - A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

Boost.Beast - HTTP and WebSocket built on Boost.Asio in C++11

RakNet - RakNet is a cross platform, open source, C++ networking engine for game programmers.

Proxygen - A collection of C++ HTTP libraries including an easy to use HTTP server.