forked from CNES/libgse
-
Notifications
You must be signed in to change notification settings - Fork 0
A library implementing the Generic Stream Encapsulation (GSE) standard defined by the ETSI - join effort from the French Space Agency (CNES), Thales Alenia Space and Viveris.
License
viveris/libgse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Introduction ------------ This piece of software is an implementation of the Generic Stream Encapsulation (GSE) standard defined by ETSI for Linux (or other Unix-compatible OS). The library may be used to add GSE encapsulation/de-encapsulation capabilities to an application. License ------- The GSE library is released under the LGPL version licence either version 3, or (at your option) any later version. The full text is available in the COPYING.LESSER file. Most part of the src/common/crc.h and src/common/crc.c files is under the BSD license whose text is given in COPYING.BSD. Library ------- The sources are in the src subdirectory. The sources build an unique library that handle both encapsulation and de-encapsulation. See the INSTALL file to learn how to build the libraries. To compile an application using the GSE library use the following expression: gcc `pkg-config libgse --cflags` `pkg-config libgse --libs` -o myappli myappli.c Non-regression tests -------------------- The test subdirectory contains a test application. See the header of the test.c file for details. See the INSTALL file to learn how to use the non-regression tool. References ---------- ETSI TS 102 606 Digital Video Broadcasting (DVB) Generic Stream Encapsulation (GSE) Protocol DVB Document A134 Generic Stream Encapsulation (GSE) Implementation Guidelines
About
A library implementing the Generic Stream Encapsulation (GSE) standard defined by the ETSI - join effort from the French Space Agency (CNES), Thales Alenia Space and Viveris.
Topics
Resources
License
Stars
Watchers
Forks
Languages
- C 90.0%
- Makefile 5.7%
- Shell 3.4%
- M4 0.9%