-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (54 loc) · 3.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
title: Hello, World!
layout: default
---
<div class="row row-offcanvas row-offcanvas-right">
<div class="col-xs-12 col-sm-9 ">
<!--
<p class="pull-right visible-xs">
<button type="button" class="btn btn-primary btn-xs" data-toggle="offcanvas">Toggle nav</button>
</p>
-->
<div class="jumbotron">
<h1>About SIP</h1>
<p>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.
</p>
<p>In short, everything you would ever need for anything SIP. </p>
</div> <!-- jumbotron -->
<div class="row">
<!-- SIP Intro Section -->
<div class="col-sm-6 col-md-6">
<h2>SIP</h2>
<p>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.
</p>
<p><a class="btn btn-default" href="/sip" role="button">View details »</a></p>
</div><!--/span-->
<!-- SIP Lib Intro Section -->
<div class="col-sm-6 col-md-6">
<h2>siplib.io</h2>
<p>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.
</p>
<p>siplib is is used by sipstack.io for all its SIP parsing & framing needs.
</p>
<p><a class="btn btn-default" href="http://www.siplib.io" role="button">View details »</a></p>
</div><!--/span-->
</div><!--/row-->
<div class="row">
<!-- Pkts.io Intro Section -->
<div class="col-sm-6 col-md-6">
<h2>pkts.io</h2>
<p>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.
</p>
<p><a class="btn btn-default" href="/pktsio" role="button">View details »</a></p>
</div><!--/span-->
<!-- Netty Integration Intro Section -->
<div class="col-sm-6 col-md-6">
<h2>sipstack.io</h2>
<p>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.
</p>
<p><a class="btn btn-default" href="http://www.sipstack.io" role="button">View details »</a></p>
</div><!--/span-->
</div><!--/row-->
</div><!--/span-->