Blog language: en. Basic information about ESP32 Blog language: en. Introduction to ESP32 The ESP32 is a powerful microcontroller that has gained
How to Use FreePBX for Intercom Telephone System
Overview of FreePBX FreePBX is a powerful open-source graphical user interface that manages Asterisk, the leading open-source telephony engine. It provides a
What is LiFePo4 Batteries
Introduction Sure, here’s the continuation of the article: Introduction LiFePo4 Batteries have gained significant popularity in recent years due to their exceptional
How to make 12V 18650 battery pack for solar system
Introduction Welcome to our comprehensive guide on how to make a 12V 18650 battery pack for a solar system. In this article,
Docker Vs Podman
Introduction In this blog, we will dive into the world of containerization with a focus on two powerful tools: Docker and Podman.
Python – A Programing Language
Since the early 1990s, there has been a constant that is happening rapidly, at least on the consumer end. There were initially
Growatt Inverter Client App – Java Client
Java Client for the Growatt Inverter This Java application currently supports 3 main actions. A1) Notify when the grid voltage is 0v
Sako Isun Inverter USB Driver + Monitoring
This is an Solar inverter monitoring and controlling system for hybrid inverters, Following are the main components in the system. Solar Inverter
Electron Desktop App – Camera Access
Electron is a good application building platform for Desktops (Windows, Mac & Linux). It is very easy to access local PC resources
Desktop App using HTML, CSS & JavaScript
Electron is an open source library developed by GitHub for building cross-platform desktop applications with HTML, CSS, and JavaScript. Electron accomplishes this
NODE.JS SMPP Server & Client
Introduction This is a complete implementation of SMPP v5.0 in node.js, with support for custom commands and TLVs. SMPP v5.0, by design,
CBC Encryption and Decryption | What is CBC?
CBC Cipher Block Chaining (significantly known as CBC) is a mode of encryption used in block ciphers. It is an advanced form
ECB Encryption and Decryption | What is ECB?
ECB What is ECB? Electronic Code Book (or ECB) mode of encryption is the simplest of all the modes of encryption. This
Basic AES-128-CBC/AES-256-CBC Encryption/Decryption with PHP
For AES-128-CBC Encryption/Decryption | PHP To use CBC encryption, you also need to sort the $iv offset, as follows: AES-128-CBC encryption and
Basic AES-128-ECB Encryption/Decryption with PHP
Note: ECB is useful for random data, but structured data should use a stronger mode like MCRYPT_MODE_CBC, Because ECB is an insecure
Simple SIP/VoIP Android App using PJSIP Library
Android Application is based on the library here https://github.com/VoiSmart/pjsip-android. This Native PJSIP library for Android is compiled using PJSIP Android Builder You