Add send+receive and character devices
This commit is contained in:
@@ -23,12 +23,13 @@ make
|
|||||||
* Transports:
|
* Transports:
|
||||||
* Outgoing TCP connection
|
* Outgoing TCP connection
|
||||||
* Incoming TCP connection
|
* Incoming TCP connection
|
||||||
* Local files or [named pipes](https://en.wikipedia.org/wiki/Named_pipe)
|
* Local files, [named pipes](https://en.wikipedia.org/wiki/Named_pipe), and [character devices](https://en.wikipedia.org/wiki/Device_file#Character_devices)
|
||||||
* [stdin/stdout](https://en.wikipedia.org/wiki/Standard_streams)
|
* [stdin/stdout](https://en.wikipedia.org/wiki/Standard_streams)
|
||||||
* Execute a command and talk to its stdin/stdout
|
* Execute a command and talk to its stdin/stdout
|
||||||
* Data flows:
|
* Data flows:
|
||||||
* Send (data flows out of adsbus)
|
* Send (data flows out of adsbus)
|
||||||
* Receive (data flows in to adsbus)
|
* Receive (data flows in to adsbus)
|
||||||
|
* Send + Receive (both directions on the same socket, without echo)
|
||||||
* Formats:
|
* Formats:
|
||||||
* [airspy_adsb](../protocols/airspy_adsb.md) (a.k.a. ASAVR)
|
* [airspy_adsb](../protocols/airspy_adsb.md) (a.k.a. ASAVR)
|
||||||
* [beast](../protocols/beast.md)
|
* [beast](../protocols/beast.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user