Simple Live Data Collection

Simple Live Data Collection.

How it works?

  • Build server
  • Connect with admin and client to server
  • To collect information, send the request to the server through the admin, and then to the client

Installation

git clone https://github.com/LetsDefend/Simple-Live-Data-Collection

Server

cd server
python main.py

Admin

cd admin
python main.py

Client

cd client
python main.py

Change the “HOST” variable in main.py file

Screenshots

R K

Recent Posts

Debian vs Ubuntu Server: Which Linux Server OS Wins?

Choosing between Debian vs Ubuntu is one of the most common decisions Linux administrators face…

22 minutes ago

Check Ubuntu Version Using Simple Linux Commands

Knowing how to Check Ubuntu Version details is essential for system administration, troubleshooting, and software…

3 hours ago

Create Sudo User on Ubuntu for Secure Admin Access

Managing a Linux server becomes much safer when you Create Sudo User accounts instead of…

6 hours ago

List Installed Packages on Ubuntu Like a Pro

Managing software on Linux becomes much easier when you know how to List Installed Packages…

8 hours ago

How To Use Variables In Bash Scripts

Introduction Variables are one of the most important basics of Bash scripting. A variable is…

1 day ago

How To Run A Bash Script In Linux Step By Step

Introduction Running a Bash script in Linux is a basic but important skill for anyone…

1 day ago