Giter VIP home page Giter VIP logo

sigtran.net's Introduction

SIGTRAN.net

A suite for telecommunications with SS7 over IP using .NET

This project is in development; please have patience until there is a viable product.

Documentation

This repository provides extensive documentation using Markdown.

Technology stack

SIGTRAN.net is developed from the Network Layer (3) to the Application Layer (7) in the OSI model of systems interconnection.

Network Layer

In the Network Layer, SIGTRAN.net has implementations of the IP and the ICMP protocols.

Internet Protocol (IP)

Since Sockets in .NET have extensive support for TCP and UDP in the Transport Layer, they do not need an implementation of the Internet Protocol (IP), because Sockets already provide the implementation of the IP.

SIGTRAN, however, uses the SCTP protocol in the Transport Layer and requires its specification in the IP header. Therefore, an implementation of the IP is required. An additional advantage is that SIGTRAN.net has more control over IP datagrams.

For more information on the IP implementation, please refer to the documentation.

Internet Control Message Protocol (ICMP)

To handle faults in IP communication, SIGTRAN.net has an implementation of the Internet Control Message Protocol (ICMP).

For more information on the ICMP implementation, please refer to the documentation.

Transport Layer

SIGTRAN uses SCTP as the protocol in the Transport Layer. This differs from TCP and UDP in that its core paradigm is using streams for communication. This is particularly advantageous in streaming data and channels.

Stream Control Transmission Protocol (SCTP)

SIGTRAN.net has its own implementation of the Stream Control Transmission Protocol (SCTP), because .NET does not seem to natively support it.

For more information on the SCTP implementation, please refer to the documentation.

sigtran.net's People

Contributors

benburgers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.