You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
dot | 7 years ago | |
src | 5 years ago | |
README.md | 7 years ago |
README.md
NetworkSniffer
Background
These applications were part of my bachelor thesis. The Thesis was about dependebility modelling for distributed systems and handled the topic of using network traces (so captured network-packages) for creating a model from the distributed application and compute some dependability data from that. There were several ideas for computation:
- Bridge Detection
- Faultree generation from the dependency graphs
- calculating failure probabilities for the edges with the sent and received packages (may be impossible with PCAP-library)
For more information see the Wiki at [1].