MQTT clients can publish messages to a MQTT broker, and other clients can subscribe to message topics which they want to receive. However, there might be a case where we...
Git is an open-source version control system that is used track a file changes. Git is commonly used by developers during software development.
This tutorial shows how to install Git...
Java is a programming language that is used in various applications and systems. OpenJDK and Oracle JDK are two implementations of the Java based on same specification. The main difference...
Tesseract is an optical text recognition (OCR) engine developed by Google. Tesseract allows to recognize the text in image and supports more than 100 languages. Tesseract is an open-source project...
Sometimes we may need to get a list of dates between two dates. Programming languages provides various methods to do that. A table includes a links to posts with examples...
Sometimes we may need to get the number of days in a month for a given year. Programming languages provides various methods to do that. A table includes a links...
Most countries use the 24 hour clock, but there are countries that use the 12 hour clock. Programming languages provides various methods to convert 12 hour time to 24 hour...
The ESP8266 is a chip that has a full TCP/IP protocol stack. The ESP8266 can act as a MQTT client and subscribe messages from the MQTT broker for specified topic...
The ESP8266 is a chip that has a full TCP/IP protocol stack. The ESP8266 can act as a MQTT client and publish messages to the MQTT broker on specified topic...
By default, Mosquitto broker allows anonymous connections. Mosquitto broker can be configured to require username and password when client connects to the broker. This tutorial shows how to setup username...