Explore real-time network infrastructure monitoring with Qt/C++, companion live Firebase telemetry for Android, and an offline-first task scheduler built with Jetpack Compose and Room SQLite.
Download packages and view setup instructions.
High-throughput ICMP/TCP infrastructure observability suite. Multi-threaded ping dispatcher publishing real-time host status to Firebase RTDB (network_monitor/hosts) with zero UI thread lag.
Native Android companion app synchronizing with Firebase RTDB via Kotlin callbackFlow. Features custom Canvas rendering for stacked branch telemetry charts and dynamic runtime Firebase switching.
100% Kotlin offline-first Android task scheduling platform. Features multi-level subtask completion rollups, Natural Language NLP quick add, exact AlarmManager notification action center, and Pomodoro focus tracking.
Direct instructions for setting up Firebase Realtime Database and connecting your Desktop & Android apps.
NetworkMonitor-Setup.exe above and run the installer on your Windows/Linux machine.network_monitor/hosts.Network_Monitor_app.apk on your Android device (Android 8.0+ supported).callbackFlow listener to network_monitor/hosts and updates instantly whenever any host goes UP or DOWN.Task_Flow.apk and install on your Android device (minSdk 26 / Android 8.0+).Quick simulation check before diving into setup.
Click any host card to toggle UP/DOWN status.
Deep dive into performance tuning, database architecture, and native optimizations.
Both NetworkMonitor Desktop and Companion App decouple data acquisition from UI rendering. On desktop, worker threads asynchronously ping multi-branch network hierarchies and stream updates directly to Firebase RTDB under network_monitor/hosts. On Android, data is collected in background Coroutines to prevent frame drops.
TaskFlow is designed with zero cloud dependency requirements. Built on top of AndroidX Room SQLite with composite indexing and relational cascades, it delivers instant query execution, smooth 120Hz calendar scrolling, and safe atomic JSON backup/restore.
Built exclusively with Jetpack Compose Material 3 and custom high-precision Canvas rendering. Designed with accessible contrast ratios, dynamic dark/light mode palettes, and fluid state machines for Pomodoro focus loops.
Specialized in systems engineering, high-throughput desktop applications, and native Android architectures with emphasis on performance, reliability, and modern interactive user interfaces.
Ready to download compiled package for testing and deployment.