I’ve described how to send server load as a number to MQTT in the previous article. The number could be then translated via Node-RED to […] Read More
Tag: Python
Python has support for virtual environment. It’s very handy to set up isolated space where you can store specific packages for the project. You can […] Read More
Google provides myriad of APIs for invoking operations on Google App Platform. It’s possible to integrate this calls with custom app using OAuth. One option […] Read More
I was testing SimulANT+ software from www.thisisant.com. Application was working without problem, but document with API was not readable. Only index was visible, but no content. […] Read More
One very cool feature of Python 3.x is instant web server. Type the following command on command line: The Python will start a simple web […] Read More