0
votes
2answers
47 views
Tool for network traffic analysis of a custom protocol
The protocol is very simple and is developed on top of TCP. I need to analyze a big libpcap dump file to calculate the average value and standard deviation of the conversation time and of the number …
0
votes
4answers
150 views
Communicating from website to desktop application (not vice-versa)
I am designing an application such that it will have to react to certain actions required by the website, mostly the same way Last.FM client does (if you have used one)
The way Last.FM client works …
3
votes
2answers
222 views
Tools for experimental Protocol Design & Development?
Are there any open source, high level tools that would facilitate and simplify development of experimental network protocols (TCP/UDP) using a GUI?
Basically, something like a dynamic state machine …
4
votes
4answers
326 views
Custom protocol in linux?
I am attempting to port one of my hobby project to linux. Preferrably to Mono since it is written in C#. But I am looking into Python as well.
One of the feature of the application is that it needs …
