Skip to content

ModeSMixer2 installation script for Debian 9 & 10, 64bit Intel CPU

Notifications You must be signed in to change notification settings

clarkchentw/mm2-debian-amd64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

mm2-debian-amd64

ModeSMixer2 installation script for Debian 9 & 10, 64bit Intel CPU


Copy-paste following command in Terminal / SSH console and press Enter key. The script will install and configure modesmixer2.

sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/mm2-debian-amd64/master/install-mm2.sh)"

After script finishes, it displays following message

=======================
INSTALLATION COMPLETED
=======================
PLEASE DO FOLLOWING:

(1) In your browser, go to web interface 
  From Computer on which you have installed modesmixer2:  
  http://localhost:8787 OR http://127.0.0.1:8787  
  From another computer on same local network:  
  http://ip-of-this-computer:8787  

(2) Open file mm2.sh for editing by following command:

sudo nano /usr/share/mm2/mm2.conf

Add following line: 

--location xx.xxxx:yy.yyyy 

(Replace xx.xxxx and yy.yyyy by your 
actual latitude and longitude) 
After entering location, Save (Ctrl+o) and Close (Ctrl+x) file md2.conf 
then restart mm2 by following command: 

sudo systemctl restart mm2



To see status sudo systemctl status mm2
To restart    sudo systemctl restart mm2
To stop       sudo systemctl stop mm2

CONFIGURATION

The configuration file can be edited by following command;
sudo nano /usr/share/mm2/mm2.conf

Default contents of config file
Default setting are for a decoder like dump1090-mutability or dump1090-fa running on the RPi.
This can be changed by editing config file
You can add extra arguments, one per line starting with --

--inConnectId 127.0.0.1:30005:ADSB
--inConnectId 127.0.0.1:30105:MLAT
--web 8787


To see all config parameters

cd /usr/share/mm2
./modesmixer2 --help

UNINSTALL

To completely remove configuration and all files, give following 4 commands:

sudo systemctl stop mm2 
sudo systemctl disable mm2 
sudo rm /lib/systemd/system/mm2.service 
sudo rm -rf /usr/share/mm2 

About

ModeSMixer2 installation script for Debian 9 & 10, 64bit Intel CPU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages