LAKHYAJEET BORAH
Published © CC BY-NC-ND

Nagaon-Core: Enterprise Industrial Telemetry & Forensic Audi

High-speed (sub-200ms) Industrial Dashboard. Python/Flask backend with SHA-256 data integrity. Arabic (RTL) & English (LTR) native support.

AdvancedProtip2 days12
Nagaon-Core: Enterprise Industrial Telemetry & Forensic Audi

Things used in this project

Hardware components

Raspberry Pi 4 Model B
Raspberry Pi 4 Model B
Serves as the Central Edge Gateway. Optimized for low-latency Python/Flask execution and real-time data ingestion.System architecture is fully compatible with SHT31 humidity sensors, industrial Modbus RTU, and RS485 communication protocols for legacy factory integration
×1
ESP32S
Espressif ESP32S
Used as the primary Sensor Node. Handles high-speed telemetry over MQTT/HTTP with robust hardware-level encryption.
×1
Arduino MKR WiFi 1010
Arduino MKR WiFi 1010
Acts as the high-integrity data logger for remote monitoring sites.
×1

Software apps and online services

Ubuntu Core
Ubuntu Core
Industrial Server OS: The app is optimized for 24/7 reliability on Linux-based industrial gateways and edge servers.
MicroPython
MicroPython
Core Engine: Handles sub-200ms real-time telemetry processing and high-speed data ingestion logic.
Heroku Dynos
Heroku Dynos
Cloud Deployment: Validated for high-availability production environments with seamless bilingual (Arabic/English) UI delivery

Hand tools and fabrication machines

Mastech MS8217 Autorange Digital Multimeter
Digilent Mastech MS8217 Autorange Digital Multimeter
Used for verifying signal integrity and voltage stability for high-uptime industrial gateway deployment.

Story

Read more

Custom parts and enclosures

Industrial Virtual Environment Configuration

Schematics

Nagaon-Core Industrial System Architecture

Technical schematic illustrating the modular backend-to-frontend directory structure. This architecture highlights the separation of the Flask core engine (app.py) from the enterprise database (enterprise_pro.db) and forensic logging assets, ensuring scalable and secure deployment on industrial edge gateways.

Code

Nagaon-Core Source Access & Licensing

Python
Industrial-grade Python/Flask telemetry backend featuring SHA-256 forensic audit logic and a bilingual (Arabic/English) UI engine. This module is optimized for high-integrity data visualization in Energy and Manufacturing sectors.
# =================================================================
# PROJECT: NAGAON-CORE ENTERPRISE TELEMETRY
# ASSET TYPE: INDUSTRIAL SCADA BACKEND (PYTHON/FLASK)
# SECURITY PROTOCOL: SHA-256 FORENSIC DATA INTEGRITY
# =================================================================

"""
INTELLECTUAL PROPERTY NOTICE:
This source code is a protected commercial asset. Access to the
full repository, including backend logic, database schemas, and 
bilingual UI templates, is restricted to authorized licensees.
"""

def get_access():
    live_demo = "https://LAKHY6.pythonanywhere.com"
    inquiries = "spoidyqueens@gmail.com"         product_demo = "https://drive.google.com/file/d/1srS-ffHOO11i-DNI__vOxNtVXPT0aB-o/view?usp=sharing"
    
    status = "COMMERCIAL_LICENSING_AVAILABLE"
    
    print(f"Deployment Status: {status}")
    print(f"Bilingual UI: Arabic/English Supported")
    print(f"Audit Logic: SHA-256 Forensic Verification Enabled")
    print(f"Visit Live Dashboard: {live_demo}")
    print(f"For acquisition or full source access, contact: {inquiries}")

if __name__ == "__main__":
    get_access()
    

Credits

LAKHYAJEET BORAH
1 project • 0 followers

Comments