About SIP

Welcome to aboutsip. This site is dedicated to all things related to SIP, both providing information about the protocol as well as libraries for building your very own SIP stack and libraries for reading & writing pcaps.

In short, everything you would ever need for anything SIP.

SIP

This section is dedicated to providing information about the protocol. Here you will find information ranging from the very basic use case of SIP, deep dives into areas such as the transaction state machine to issues with NAT & Firewall as related to SIP.

View details »

siplib.io

A powerful SIP library for framing & parsing SIP messages with a fluent API and immutable objects. siplib is part of pkts.io and is designed to be used as a standalone module, either for building your own SIP stack from scratch, or developing your own tools for parsing & manipulating SIP.

siplib is is used by sipstack.io for all its SIP parsing & framing needs.

View details »

pkts.io

A set of pure java libraries for manipulating pcaps. A must-have tool for developers and system integrators alike, which provides an easy-to-use intutive API for reading & writing pcaps. It's primary purpose is to allow anyone to write the tools you need to analyze pcaps.

View details »

sipstack.io

If you are looking to build your own SIP stack you will need a fast & reliable network stack and a solid framing & parsing library to start off with. sipstack.io is project based on netty.io and pkts.io, where Netty is providing the reliable network stack and the framing & and parsing of SIP messages is provided by pkts.io.

View details »