ModeSDecod2 Setup Windows

A

Archive-8

Guest
step 1

32 bit modesdeco2_windows_20150815.zip

64 bit modesdeco2_windows_20160520.zip

step 2

unzip the folder, and cut and paste the folder to your c drive.

step 3

copy the

look in the folder, for a file called modesdeco2_example (windows batch file) single left click the batch file, select edit.

it should look like this or similar,

@echo off
cmd /c modesdeco2.exe --gain 49.6 --freq-correction 1 --location 52.4714:-2.0472 --web 8080 --db C:\modesdeco2\basestation.sqb --frdb C:\modesdeco2\flightroute.sqb --silhouettes C:\modesdeco2\SilhouettesLogos --pictures C:\modesdeco2\pictures --msg 30003 --sbs10001 10001 --beast 31001 --avrmlat 33003
PAUSE
exit

step 4

edit the --location to match your location, then save.

Make a folder inside the ModeSDeco2, called SilhouettesLogos and one called pictures.

Step 5

Run the batch file you have just edited.


Output is beast port 31001.

And with this program if you need another port for say the mlat client for 360radar we can just add it in the batch file

Need a port for say Flightradar24, we just add another port.
 
Last edited by a moderator:

jeallen01

Specialist Contributor
Joined
Oct 12, 2003
Messages
6,674
Reaction score
2,630
Points
113
My Satellite Setup
See Signature
My Location
Somewhere in England (possibly?)!
Chris,

Should this not be in A/S's new thread instead of here?
 
A

Archive-8

Guest
When you try to launch the modesdeco2 and you can get an error that msvcp120.dll or/and msvcr120.dll is missing.

Please, get the actual Microsoft Visual C++ Redistributable Packages for Visual Studio 2013 from the Microsoft site.

Download Visual C++ Redistributable Packages for Visual Studio 2013 from Official Microsoft Download Center

You will need the 32 bit version: VSU_4\vcredist_x86.exe regardless of what bitness have your operating system.

The Visual C++ Redistributable Packages install run-time components that are required to run C++ applications that are built by using Visual Studio 2013.
 
Top