commit b1fe6d541770ce7da5b2e413ffec38506d50e8c6 Author: Masoko Date: Mon Apr 27 16:33:46 2020 +0300 Create README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99396bd --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Python 2 script to check cpu load, cpu temperature and free space, +# on a Raspberry Pi computer and publish the data to a MQTT server. +# RUN pip install paho-mqtt +# RUN sudo apt-get install python-pip