Selene Alternatives
Similar projects and alternatives to Selene
-
TeleInfod
TeleInfod is a daemon that publishes electricity smart meters “TéléInformation” data to a MQTT Broker. (TéléInformation are at least generated by French's EDF smart counters)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Marcel
Very lightweight modules driven daemon to publish figures to a MQTT broker, providing watchdog mecanism as well. Lua user script can be created for a better data control. (by destroyedlolo)
-
Majordome
Lightweight declarative automation engine and data logger that can be easily customized by Lua scripts
-
-
dte
A small, configurable terminal text editor (mirrored from https://gitlab.com/craigbarnes/dte) (by craigbarnes)
-
-
-
vifm
Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Selene discussion
Selene reviews and mentions
-
How I wrote my own Smart Home Software using Lua
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).
-
Looking for a tool to extract Lua Interface in C(++) code/comment
I built a framework allowing even based automation, dashboard creation and many other things. It is written in C (and some companion in C++) and is lacking of decent documentation but in source code's comment.
Stats
destroyedlolo/Selene is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of Selene is C.