-
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.1andmlrpt-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/mlrptrcfor fine tuning and defining the output directory -
copy
modules/meteor-m2/meteor.conf.exampletomodules/meteor-m2/meteor.confand edit this file. Edit variablerawImageDirto point to the same directory as inmlrptrcfile (eg. to/home/user/mlrpt/) -
autowx2_conf.pyentry:
'METEOR-M2': {
'freq': '137900000', # not so important, as mlrpt uses its own fixed value
'processWith': 'modules/meteor-m2/meteor.sh',
'priority': 1},