IP Logging System
About this Project
Implemented a real-time IP logging system using Python client-server scripts. Integrated it into a Flutter application for comprehensive network monitoring and security analysis.
Real-time capture
Python client and server scripts report device addresses the moment a connection happens.
App integration
The logger plugs into a Flutter app, feeding monitoring and analytics without any user friction.
Clean log pipeline
Events are structured and timestamped, ready for analysis instead of raw text dumps.
Security minded
Built with abuse prevention in mind, from rate limiting to careful data handling.
Networks lie. Proxies, NAT, and mobile carriers all mask real addresses, so the system needed multiple resolution strategies and honest fallbacks for the times a true address simply cannot be known.
The logger became a small but dependable monitoring tool, and a practical lesson in real-world networking.