Difference between revisions of "Bidirectional PAD communication protocol"
From OpenDigitalRadio
Jump to navigationJump to search (Replace version by type) |
|||
| Line 1: | Line 1: | ||
| − | The | + | The communication between [[ODR-PadEnc]] and [[ODR-AudioEnc]] was done using a nonblocking FIFO until ODR-PadEnc v3, and was subsequently replaced by a unix domain datagram socket. |
| − | The | + | The implementations are in https://github.com/Opendigitalradio/ODR-PadEnc/blob/master/src/pad_interface.cpp and https://github.com/Opendigitalradio/ODR-AudioEnc/blob/master/src/PadInterface.cpp |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 09:21, 23 September 2020
The communication between ODR-PadEnc and ODR-AudioEnc was done using a nonblocking FIFO until ODR-PadEnc v3, and was subsequently replaced by a unix domain datagram socket.
The implementations are in https://github.com/Opendigitalradio/ODR-PadEnc/blob/master/src/pad_interface.cpp and https://github.com/Opendigitalradio/ODR-AudioEnc/blob/master/src/PadInterface.cpp