Tag: installation
-
Install Mosquitto MQTT Windows
This post will discuss how you can install Mosquitto MQTT broker on a windows machine. MQTT or MQ Telemetry Transport is a publish-subscribe lightweight protocol. This protocol is ideal for memory or bandwidth constraint devices like our microcontroller.
-
How to install Python in Windows
In this post we are going to detail the steps on how to install Python in Windows environment. Python is an excellent language being used in AI, Machine Learning and even Microcontroller programming.
-
Setup Raspberry Pi Headless No Monitor
In this post we are going to setup our Raspberry Pi in Headless Mode. We do not need to attach any external monitor or keyboard to it. We will connect to it remotely afterwhich.
-
Install Postman Windows
In this post, I am going to share with you how to install Postman in your Windows machine. We will use this tool to test REST api endpoint.
-
Install Node.js in Windows
In this post we are going to show how to install Node.js in your windows machine. We will use Node.js as backend of our future Internet of Things (IOT) Applications.