From e8a4c551119c8f78bd13db1549d852019baa8561 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 3 Mar 2016 21:13:17 -0800 Subject: [PATCH] Add send+receive and character devices --- adsbus/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adsbus/README.md b/adsbus/README.md index 7877616..b36cbba 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -23,12 +23,13 @@ make * Transports: * Outgoing 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) * Execute a command and talk to its stdin/stdout * Data flows: * Send (data flows out of adsbus) * Receive (data flows in to adsbus) + * Send + Receive (both directions on the same socket, without echo) * Formats: * [airspy_adsb](../protocols/airspy_adsb.md) (a.k.a. ASAVR) * [beast](../protocols/beast.md)