rename live script to modeslive

pull/27/head
Junzi Sun 6 years ago
parent ef9d2cfd16
commit e5ca76ac0d

@ -66,13 +66,13 @@ To install latest development version (dev-2.0) from the GitHub:
Live view traffic (pmslive) Live view traffic (modeslive)
---------------------------------------------------- ----------------------------------------------------
Supports **Mode-S Beast** and **AVR** raw stream Supports **Mode-S Beast** and **AVR** raw stream
:: ::
pmslive --server [server_address] --port [tcp_port] --rawtype [beast_or_avr] --latlon [lat] [lon] modeslive --server [server_address] --port [tcp_port] --rawtype [beast_or_avr] --latlon [lat] [lon]
Arguments: Arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
@ -90,7 +90,7 @@ If you have a RTL-SDR receiver or Mode-S Beast, use modesmixer2 (http://xdeco.or
Example screen shot: Example screen shot:
.. image:: https://github.com/junzis/pyModeS/raw/master/doc/pmslive-screenshot.png .. image:: https://github.com/junzis/pyModeS/raw/master/doc/modeslive-screenshot.png
:width: 700px :width: 700px
Use the library Use the library

@ -8,8 +8,8 @@ from .decoder import bds
from .extra import aero from .extra import aero
from .extra import tcpclient from .extra import tcpclient
from .decoder import els # depricated # from .decoder import els # depricated
from .decoder import ehs # depricated # from .decoder import ehs # depricated
import os import os
dirpath = os.path.dirname(os.path.realpath(__file__)) dirpath = os.path.dirname(os.path.realpath(__file__))

@ -118,5 +118,5 @@ setup(
# ], # ],
# }, # },
scripts=['pyModeS/streamer/pmslive'], scripts=['pyModeS/streamer/modeslive'],
) )

Loading…
Cancel
Save