Articles
Posts with Tag: SS7
Vpost.nl is a technology-focused website where you can upload a trace file (pcap) and get a good looking signaling diagram. You can analyze the trace with AI (Artificial Intelligence)! Also we write articles to informing, educating, and engaging readers with the latest advancements in signaling traces and related telecommunications fields. It offers in-depth insights into protocol decoders and documentation.
Training Guide: How to Use Mscgen
Introduction
Mscgen is a tool used to create simple and visually appealing Message Sequence Charts (MSCs). It takes a text-based description of an MSC and generates an image of the chart. This guide will help you understand the basics of using Mscgen to create M...
MsGenny language tutorial 2
MsGenny was designed to make writing sequence charts in text even simpler than it already is in MscGen.
Options: arcgradient, hscale, width, wordwraparcs
With arcgradient all lines get skewed a little.
Options go on top
client => server : SYN;
server => client...
Training Guide: Advanced Usage of Msgenny
This guide provides an overview of advanced features of msgenny, a modern syntax for describing message sequence charts (MSCs). This builds on the documentation found at msgenny.
Table of Contents
- Introduction
- Advanced Features
MsGenny language tutorial
MsGenny was designed to make writing sequence charts in text even simpler than it already is in MscGen.
Basics
a sends a signal to b
The most simple sequence chart is the one where an entity a sends a signal to an entity b
a -> b;

As you can see this creates t...