daniestevez / dvb-gse

Rust implementation of DVB-GSE
Apache License 2.0
17 stars 3 forks source link

Add support for additional input formats #23

Closed daniestevez closed 1 year ago

daniestevez commented 1 year ago

This adds support for receiving BBFRAMEs either as complete frames in UDP packets (using jumbo frames) or in a TCP stream (the CLI application acts as server). For this, the bbframe and cli modules have been largely rewritten. Now it should be easier to add other input formats.