Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipcapture/hep-c
HEP: C implementation of HEP/EEP Encapsulation Protocol
https://github.com/sipcapture/hep-c
Last synced: 19 days ago
JSON representation
HEP: C implementation of HEP/EEP Encapsulation Protocol
- Host: GitHub
- URL: https://github.com/sipcapture/hep-c
- Owner: sipcapture
- License: other
- Created: 2014-06-04T11:40:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T14:38:01.000Z (over 1 year ago)
- Last Synced: 2024-07-31T19:17:56.878Z (3 months ago)
- Language: C
- Homepage: http://sipcapture.org
- Size: 15.6 KB
- Stars: 6
- Watchers: 6
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hep - C
README
HEP
===HEP/EEP Encapsulation Protocol
EEP/HEP: Extensible Encapsulation protocol (“EEP” pronounced “HEPPY”) provides a method to duplicate an IP
datagram to a collector by encapsulating the original datagram and its relative header properties
(as payload, in form of concatenated chunks) within a new IP datagram transmitted over UDP/TCP/SCTP
connections for remote collection. Encapsulation allows for the original content to be transmitted
without altering the original IP datagram and header contents and provides flexible allocation of
additional chunks containing additional arbitrary data.HEP/EEP is currently supported natively in platforms such as Kamailio/SER, OpenSIPS, FreeSWITCH, Asterisk and many more.
This repository provides some example reference implementations for Developers and Integrators.
For any question or comment, please visit http://sipcapture.org or contact [email protected]