> > >
Steve's Page
< < <
Programs I Wrote
(All free / open-source)
| Project | OS | Lang | Description |
| archeck | Unix, possibly Windows | Python | Tracks files in a directory, making sure they are never lost or altered (useful for backups). |
| bpfcount | Unix | C++, Perl | Gathers network usage stats based on user-defined filters to group traffic into. |
| iptree | Any | Python | Library for working with IP addresses and networks, particularly in tree structures. |
| mp3sum | Unix, Windows | C | Compares MP3 files by looking at the actual audio portion only (tags not counted). |
| netdumpd | Unix | C | Logs network traffic like 'tcpdump -w', only a daemon and allows for clean file rotation. |
| pingmond | Unix | Perl | A daemon that pings a host and reports stats to log files or syslog. |
| tcptrack | Unix | C++ | Shows active TCP connections on a network and their bandwidth usage and more (like 'top'). |
| umlmgr | Linux | Python | Tool for managing user mode linux virtual machines. |