Developed and headquartered in Europe (Barcelona, Spain), Passwork meets GDPR, NIS2, ENS and other European regulatory requirements by design.
On-premise solution with double encryption and certified development processes for maximum protection of corporate data. Zero‑knowledge architecture ensures your passwords never leave your infrastructure.
Learn More
Silverware is an enterprise-grade hospitality platform built for hotels, resorts, and complex multi-venue operations.
Silverware is built for hotel, resort, and multi-venue hospitality operators who need enterprise-grade control, deep integrations, and always-on reliability to run complex operations at scale.
fully modular opensource firmware for the ez430 chronos
openchronos-ng is a major rework of openchronos. Compared to openchronos it has the following features:
* system message bus for system<->module communication.
* hardware RTC timekeeping (no more clock inaccuracy).
* rework of timer and ports drivers.
* implementation of a module system (drop in applications).
* rework of the display routines.
* rework of the menu system.
The firmware code is also conceptually simpler and smaller which leaves room for more modules (applications).
The **libmsgque** project is an infrastructure that allows multiple package-items to be linked together to act as one application.
To link, you need to distribute the work from one package-item to another package-item and wait for an answer or not.
> Philosophy: Write Once → Run Everywhere
The package-item can be a thread, a separate local process that is started by fork or spawn, or even a network of multiple services on multiple hosts.
The package-item can be written in any...