voipmonitor / sniffer

VoIPmonitor sniffer sources
227 stars 105 forks source link

use markdown for all the README files #62

Closed Ynniss closed 4 years ago

Ynniss commented 4 years ago

Hi,

really trivial issue, using markdown will increase readability.

For the filenames, it could be like this:

Here's how it could look:

What is VoIPmonitor

VoIPmonitor is open source live network packet sniffer which analyze SIP and RTP protocol. It can run as daemon or analyzes already captured pcap files. For each detected VoIP call voipmonitor calculates statistics about loss, burstiness, latency and predicts MOS (Meaning Opinion Score) according to ITU-T G.107 E-model. These statistics are saved to MySQL database and each call is saved as pcap dump. Web PHP application (it is not part of open source sniffer) filters data from database and graphs latency and loss distribution. Voipmonitor also detects improperly terminated calls when BYE or OK was not seen. To accuratly transform latency to loss packets, voipmonitor simulates fixed and adaptive jitterbuffer.

Key features

Sponsors and contributors

Installation

Check README_*.md

voipmonitor commented 4 years ago

hi, can you send pull request?

Ynniss commented 4 years ago

Yes, i'll send one, in few hours

voipmonitor commented 4 years ago

merged, thanks.