nickpegg / tcpdump-tunes

Think tcpdump is too boring? Put some music to your packets!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streaming output

nickpegg opened this issue · comments

Having to read all the packets before making the MIDI file is dumb. Could probably do some hackery around python-midi's FileWriter to stream events instead of just appending them to a track object. This would limit us to one track, though.