From b40d079847adce827078c81329597ee2412e30e1 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 11 Mar 2016 15:05:41 -0800 Subject: [PATCH] Start of use section --- adsbus/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/adsbus/README.md b/adsbus/README.md index 365d400..b38baf4 100644 --- a/adsbus/README.md +++ b/adsbus/README.md @@ -61,6 +61,11 @@ make * SO_REUSEPORT allows multiple adsbus instances to accept connections on the same IP and port without a load balancer +## Use +* As a commandline utility + * For captures from a network source: + + ## Security, reliability, testing * Secure build options by default * -Weverything -Werror -pedantic-errors (with limited specific exceptions)