-
Notifications
You must be signed in to change notification settings - Fork 17
meteor m2
filips edited this page Jan 17, 2019
·
5 revisions
- status: ok
- Location:
modules/meteor-m2/
- decoder webpage: http://5b4az.org/
- tested for
mlrpt-1.1
andmlrpt-1.4
- versions: 1.2, 1.3 - unable to compile on my system (Debian like - tips needed)
- compilation:
tar jxvf mlrpt-1.1.tar.bz2
cd mlrpt-1.1
./autogen.sh
#./configure
./configure CFLAGS="-g -O2"
make -j4
sudo make install
-
by default, images will go to
/home/user/mlrpt/
- edit/home/user/mlrpt/mlrptrc
for fine tuning and defining the output directory -
copy
modules/meteor-m2/meteor.conf.example
tomodules/meteor-m2/meteor.conf
and edit this file. Edit variablerawImageDir
to point to the same directory as inmlrptrc
file (eg. to/home/user/mlrpt/
) -
autowx2_conf.py
entry:
'METEOR-M2': {
'freq': '137900000', # not so important, as mlrpt uses its own fixed value
'processWith': 'modules/meteor-m2/meteor.sh',
'priority': 1},