From 140b68afbceb4754cc4a83267a7ae82e7de6bba2 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Sat, 23 Jun 2018 01:28:41 +0200 Subject: [PATCH] add pmslive command reference --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index cd780e8..efb1862 100644 --- a/README.rst +++ b/README.rst @@ -65,6 +65,17 @@ To install latest development version (dev-2.0) from the GitHub: pip install git+https://github.com/junzis/pyModeS + +Live view traffic +---------------------------------------------------- +Supports Mode-S Beast raw stream + +.. code:: python + + pmslive --server URL/IP --port PORT --lat0 RECEIVER_LAT --lon0 RECEIVER_LON + + + Use the library ---------------