**By:** webdevel@sparkhausmedia.com (Anonymous User (Linux Magazine))
© Lead Image © Lightwise, 123RF.com
With memcached, you can establish communication between Arduinos, Pi Picos, handhelds, and other small microcontrollers.
When you’re connecting your microcontrollers, you have some excellent networking options such as MQTT [1], Redis [2], and even SQL databases to choose from.
If you work with low-end hardware or have some software limitations, memcached [3] is another good option to consider: It is a high-performance, distributed memory key-value caching solution.
Memcached servers are supported on all major operating systems, and clients are available for almost all programming languages.
Memcached is commonly used in back-end web applications, but it can also be used in distributed microcontroller projects.
Small systems only require network sockets to access a memcached server.
This minimal requirement lets low-end hardware platforms such as gaming consoles (Figure 1) share information with Linux and Raspberry Pi systems.
Bash users will be happy to hear that it only takes a one-liner to get or set a memcached key value.
This last winter was colder than usual, so I built a simple home temperature monitoring system using some low-end hardware (Figure 2).
In this article, I’ll show you how I used memcached with Bash, Python, and socket connections for my monitoring project.
[…]
This practical caching tool can reduce the load on a web database server by as much as 90%.
Adding custom firmware to a handheld gaming device enhances your gaming experience and lets you write custom apps.
We show you how with Onion OS on a Miyoo Mini Plus.
Maybe we should listen to those network guys.
What cannot be measured cannot be improved.
Netdata lets you measure almost anything – at least as long as it’s about the performance and health of a Linux computer.
If you’re looking for a laptop with tons of power and battery, look no further than the latest iteration of the System76 Lemur Pro.
Using the cloc utility, Michael Larabel of Phoronix discovered that Linux kernel 7.2 has over 43 million lines of code.
The Kubuntu Focus team has upped the performance ante of its M2 and Zr laptops with the latest, greatest CPUs from Intel.
Gamers using KDE’s Plasma desktop have been suffering from a slight input delay in mouse movement that could lead to getting fragged.
A developer changed three lines of code, giving Linux storage performance a 5% bump.
Once again the Arch User Repository is plagued by a high volume of malicious packages.
If you’re a fan of Alpine Linux, it’s time to upgrade because the latest version has been released with KDE Plasma 6.6, Gnome 50, and Linux kernel 6.18 LTS.
Comprehensive measures adopted by the European Commission aim to reduce dependency on non-EU countries.
Within growing security and skills gaps, AI has been found to be a positive driving force behind tech hiring trends in Europe.
A new open source portal seeks to coordinate and scale open source efforts across the United Nations system.
—
**📚 Original Source:**
[Share Data Between Small Low-End Devices](http://www.linux-magazine.com/Issues/2026/307/memcached)
