Skip to content
filips edited this page Jan 17, 2019 · 5 revisions

METEOR-M2

  • status: ok
  • Location: modules/meteor-m2/

How-to

  • decoder webpage: http://5b4az.org/
  • tested for mlrpt-1.1 and mlrpt-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 to modules/meteor-m2/meteor.conf and edit this file. Edit variable rawImageDir to point to the same directory as in mlrptrc 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},
Clone this wiki locally