DEV Community

Chleba
Chleba

Posted on

netscanner

Hi,
For purposes of teaching myself Rust, I made a TUI App for MacOS and Linux for scanning local networks.
I was pretty tired of writing over and over the same or a little bit different commands for nmap, iw, or other CLI apps that would show me what was happening on my local network, what devices were connected and what's my IP address.
I made a small App with the help of awesome library ratatui that would help me with the problem that I've been trying to solve for a few weeks.
I presenting you a netscanner - https://github.com/Chleba/netscanner
Tool that I hope made not just me but at least a few people their life a little bit easier.
netscanner

Top comments (0)