From 82ea1143d4018a8b1fe34418cf846bf2c3ed651a Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Fri, 19 Jul 2024 23:36:06 -0400 Subject: [PATCH] updated readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c86330f..42f192f 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # IP Reporter -IP Reporter is a desktop application built with Rust and GTK that listens for specific UDP packets on the network and displays the IP and MAC addresses of the sources. It allows users to export the collected data to a file and provides functionality to open the IP address in the default web browser. +IP Reporter is a desktop application built with Rust and GTK that listens for specific UDP packets on the network and displays the IP and MAC addresses of the sources. It allows users to export the collected data to a file and provides functionality to open the IP address in the default web browser. I should probably mention this is a pretty niche project built for my needs at work. If you find it useful, great! ![ip-reporter gui](ipreporter.png)