According to the tutorial for aisdeco2 this program should be started with the .bat file.
This .bat file needs to be modified for the specific installation.
I downloaded aisdeco2 from xdeco.org but there is no .bat file in the downloaded files.
How to start aisdeco2 with the right parameters now??
AISDECO2 download has no .bat file
-
- Site Admin
- Posts: 1955
- Joined: Mon Nov 19, 2012 11:54 pm
Re: AISDECO2 download has no .bat file
Hmm strange that they removed it.
You can create your own, just paste the following into a .bat file (note I didn't test it yet)
@echo off
cmd /c aisdeco2.exe --gain 33.8 --freq-correction 62 --udp 192.168.1.100:9742 --net 30007
PAUSE
exit
You can create your own, just paste the following into a .bat file (note I didn't test it yet)
@echo off
cmd /c aisdeco2.exe --gain 33.8 --freq-correction 62 --udp 192.168.1.100:9742 --net 30007
PAUSE
exit
Re: AISDECO2 download has no .bat file
This is my bat file, it works (the frequency correction has to be realted to your device
@echo off
cmd /c aisdeco2 --gain 38.6 --freq-correction 65 --freq 161975000 --freq 162025000 --udp 127.0.0.1:10110
PAUSE
exit
Giuseppe
@echo off
cmd /c aisdeco2 --gain 38.6 --freq-correction 65 --freq 161975000 --freq 162025000 --udp 127.0.0.1:10110
PAUSE
exit
Giuseppe