Installing PostgreSQL

Installing PostgreSQL for better performance and data integrity in our wifi hotspot machines Using PostgreSQL as our database have many advantages which includes concurrent connections, data integrity, security and more. Step 1: Install Postgre SQL sudo apt update sudo apt install postgresql postgresql-contrib -y Step 2: Configuring Database sudo -u Read more…

Wired Sub-vendo Setup

Setting up wired subvendo using Arduino Nano and W5500 wired ethernet module. Materials Needed Arduino Nano W5500 Ethernet Module Female-female Jumper Wires Flash Arduino nano firmware using Xloader. Download Here. Follow wirings from the diagram Connect w5500 LAN to Access point LAN (your captive portal ip should be 10.0.0.1) Open AdoPiSoft admin Read more…