Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
elbug - simple c program for electronic morse key at the serial port
a simple c program for an serial elbug = electronic morse key.which is to be plugged to the serial port, its output is also a pin in the serial port.
Just compile it by 'gcc elbug.c -o elbug'
or use the ready-compiled file and copy elbug to user/local/bin.
/* Call it as root. */
How to cable your homebrew elbug?
Middle pad: +9V battery via Resistor 2k
Left contact: -> DCD
(9-pin plug: 1) (25-pin plug: 8)
Right contact: -> CTS
(9-pin plug: 8) (25-pin plug: 5)
Ground: -pole battery
(9-pin plug: 5) (25-pin plug: 7)
/*
by Günther Montag , ex- dl4mge
now maintained by Patrick Strasser OE6PSE (trapicki)
now actual version also at
https://github.com/trapicki/elbug
*/