Node-RED – get tweets in english or german and send simple emails
if (msg.lang === ‚en‘) { return msg; } else { return null; } if (msg.lang === ‚de‘) { return msg; } else { return null; }
View ArticleNode-RED – MQTT broker server
This MQTT broker server is implemented by Node.js and you can test MQTT-in and MQTT-out nodes without MQTT environment like Mosquitto
View ArticleHiveMQ MQTT Broker – you can use any MQTT client or library to publish to the...
HiveMQ MQTT Broker – empowers your organization to connect all your devices and services with minimal effort by using the de-facto IoT standard protocol MQTT
View ArticleRaspberry Pi ‚PiVPN Project‘– simplest OpenVPN setup and configuration
PiVPN Project – even though this installer makes everything so trivial, it doesn’t mean it gives you trivial security settings. Everything has been upgraded right out of the box beyond the default...
View ArticleRaspberry Pi Zero W – mit Batterie als anonymer WLAN-Hotspot als digitales...
Zu behaupten, das Recht auf Privatsphäre sei nicht so wichtig, weil man nichts zu verbergen hat, ist wie zu sagen; Das Recht auf freie Meinungsäußerung sei nicht so wichtig, weil man nichts zu sagen...
View ArticleRaspberry Pi – rdesktop is a client for connecting to Windows Remote Desktop...
# apt-get install rdesktop
View Article