Crate dvb_gse

source ·
Expand description

DVB-GSE.

This crate implements the DVB GSE (Generic Stream Encapsulation) protocol and related protocols.

It is mainly intended to be used as a CLI application that receives UDP packets from Longmynd containing fragments of BBFRAMES, obtains IP packets from a continous-mode GSE stream, and sends the IP packets to a TUN device.

The crate can also be used as a library to process GSE Packets and DVB-S2/DVB-S2X BBFRAMES.

Modules§

  • DVB-S2 Base-Band Frame (BBFRAME).
  • DVB-S2 Base-Band Header (BBHEADER).
  • CLI application.
  • DVB GSE (Generic Stream Encapsulation) Header.
  • DVB GSE (Generic Stream Encapsulation) Packet.