1
vote
3answers
143 views

Software to draw graphics with millions of “measurements”

In my trading software I generate a file like the following: 10:00:00.0000001 1.25333 ........................... ........................... 14:58:48.5024961 1.23456 14:58:48.5024987 ...
1
vote
1answer
54 views

Looking for network analysis tools

I mostly develop network analysis software, and sometime I need to do some deep protocol analysis which is basically to reverse engineer a network protocols. Currently, I am working with wireshark + ...
5
votes
6answers
3k views

spectrum analyzer that shows 'live' input from the microphone

I have a friend which helps children with speaking disabilities, and she needs some software that shows the amplitude of the sound immediately as the children speak through the microphone. I have ...
2
votes
2answers
1k views

Analyzing properties of a zip file

I have a zip file here, and i want to determine how it was compressed (the specific algorithm, properties used to apply that algorithm, etc.). What software can do this for me?