Peer-to-Peer Streaming
- Updated2023-07-20
- 1 minute(s) read
Peer-to-Peer Streaming
VST devices support peer-to-peer data streaming.
Use LabVIEW FPGA to configure your device to set up a peer-to-peer streaming session.
Peer-to-Peer Resource Availability
The VSTs support both Peer-to-Peer Reader and Peer-to-Peer Writer streams. You can configure a total of 16 DMA streams. The following table lists the stream types available for the VSTs. Each FIFO type in the following table consumes one stream/DMA channel.
FIFO Type | Description |
---|---|
DMA input | Reads data into the FIFO from the VI. |
DMA output | Writes data from the FIFO into the VI. |
P2P writer | Writes data to the peer-to-peer reader device. |
P2P reader | Reads data from the peer-to-peer writer device. |