Posts Tagged ‘PiCockpit’
The technology & security foundations of PiCockpit
I was asked to elaborate a bit about the security & technology foundations of PiCockpit. The parts which are involved PiCockpit consists of several parts: picockpit-client picockpit-frontend picockpit-backend picockpit-api (“papi”) the database the MQTT server the picockpit Package repository The MQTT server Data between the picockpit-frontend and picockpit-client is exchanged using the MQTT server (called…
WeiterlesenPiCockpit v2.0 released – amazing new features!
Yesterday, on the 6th of October 2020, we have released the new version of PiCockpit – which has many new, exciting features. And best of all: PiCockpit continues to be free of charge (as in free beer), for up to 5 Raspberry Pis! Get started for free today. What is picockpit.com? PiCockpit is an easy…
Weiterlesensecure command execution with Python: subprocess.Popen
Security is important for me while developing the picockpit-client. The following applies to Linux systems (but probably is applicable to all Unix like systems, including macOS) Python allows to run external commands using the subprocess module. import subprocess In the upcoming version of PiCockpit, users will be able to create their own buttons (simply editing…
WeiterlesenPiCockpit v.0.11.0 & picockpit-client v0.15.6 released–live pi monitoring!
Freshly released for you – now picockpit.com offers you a possibility to monitor up to 5 Pis from everywhere on this planet (with an Internet connection) for free! This is how it looks like: The data (under the heartbeat button) is updated live, currently every second. How do I start monitoring my Pis for free?…
Weiterlesenpicockpit.com new version v.0.11.0 is live!
This new version of picockpit.com supports live streaming of MQTT measurement data from your Pi to your webinterface (desktop or mobile). By clicking on the info icon, you can see the public and private IPs, the serial number and the Pi model: The online state of the Pi is displayed with the online badge. Currently…
WeiterlesenPiCockpit preview: Sensors
Preview This is in the upcoming version of PiCockpit: All these values are updated live (currently each second) using MQTT messages to PiCockpit. The value for Root partition total available is static, as it is the total size of the root partition. Some values are rendered in a prettier (but less precise) view in the…
WeiterlesenFirst message from picockpit client rendered!
Today, 7.8.2019, at around 18:16 the code is in place for the first message to have been rendered: Thus the Pi “Alexander” is shown as online. Thanks to the magic of vue.js, MQTT, VerneMQ, AdminLTE, Crystal Lang, Python, Paho, AXIOS and much much more! This is the effort of around 320 hours of work…
WeiterlesenIntroducing PiCockpit and PiDoctor – how to test your Raspberry Pi and get information about it
We strive to make the Raspberry Pi even easier to use for everyone. Introducing PiCockpit To this end today we are introducing our new platform PiCockpit. PiCockpit will be extended over time with useful tools for Raspberry Pi users and administrators. We start out with two tools to help the Raspberry Pi community: PiDoctor –…
Weiterlesen