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: 2816
- 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
Re: AISDECO2 download has no .bat file
Hi Guiseppe
I have the same problem but am new to this all. Can you tell me how to write that .bat file and what to do with it then.
Thanks.
Louw
I have the same problem but am new to this all. Can you tell me how to write that .bat file and what to do with it then.
Thanks.
Louw
Re: AISDECO2 download has no .bat file
I found no Help File for.
Does I need to select the 2 Channel since there are fixed.
I see this:
https://opencpn.org/index.html show me only one "Vessel".
Does I need to select the 2 Channel since there are fixed.
I see this:
#Is that rite?2019-08-26 23:25:33.579 INFO !AIVDM,2,2,3,A,>04o,0*40
2019-08-26 23:25:53.659 INFO !AIVDM,2,1,4,A,[email protected]@0D`[email protected]@7wsT190l06P<k;wtL1UhL0000?1p0,0*26
2019-08-26 23:25:53.665 INFO !AIVDM,2,2,4,A,>04o,0*47
2019-08-26 23:26:24.949 INFO !AIVDM,2,1,5,A,[email protected]@[email protected]@7wsL190l06h<k;wtQ1UhL0040?1p0,0*69
2019-08-26 23:26:24.955 INFO !AIVDM,2,2,5,A,=h4o,0*1D
2019-08-26 23:26:35.616 INFO !AIVDM,2,1,6,A,[email protected]@0E:[email protected]@7wsD
2019-08-26 23:26:35.621 INFO !AIVDM,2,2,6,A,=h4o,0*1E
2019-08-26 23:26:36.328 INFO !AIVDM,1,1,,B,801tME0j60E04Pnp1hNd10?N0DFk,0*6
2019-08-26 23:26:48.062 INFO !AIVDM,1,1,,A,401tME1v>=EK0Q=AD0KTJUo00000,0*13
2019-08-26 23:27:38.192 INFO !AIVDM,1,1,,B,401tME1v>=EKjQ=AD0KTJUo00L1P,0*57
2019-08-26 23:27:45.484 INFO !AIVDM,2,1,8,A,[email protected]@[email protected]@7wrp190l06h<k;wte1UhL0040?1p0,0*69
2019-08-26 23:27:45.491 INFO !AIVDM,2,2,8,A,=04o,0*48
2019-08-26 23:27:48.154 INFO !AIVDM,1,1,,A,401tME1v>=EL0Q=AD0KTJUo00000,0*14
2019-08-26 23:27:56.152 INFO !AIVDM,2,1,0,A,[email protected]@0F>[email protected]@7wrp190l06h<k;wtf1UhL0080?1p0,0*52
2019-08-26 23:27:56.158 INFO !AIVDM,2,2,0,A,[email protected],0*30
2019-08-26 23:28:06.818 INFO !AIVDM,2,1,1,A,[email protected]@[email protected]@7wrl190l06h<k;wth1UhL0080?1p0,0*04
2019-08-26 23:28:06.824 INFO !AIVDM,2,2,1,A,<h4o,0*18
2019-08-26 23:28:08.240 INFO !AIVDM,1,1,,A,401tME1v>=ELDQ=AD0KTJUo00000,0*60
2019-08-26 23:28:17.484 INFO !AIVDM,2,1,3,A,[email protected]@[email protected]@[email protected]<k;[email protected]?1p0,0*5B
2019-08-26 23:28:17.489 INFO !AIVDM,2,2,3,A,[email protected],0*33
2019-08-26 23:28:38.280 INFO !AIVDM,1,1,,B,401tME1v>=ELjQ=AD0KTJUo00000,0*4D
https://opencpn.org/index.html show me only one "Vessel".
-
- Posts: 1
- Joined: Sat Jan 02, 2021 3:22 pm
Re: AISDECO2 download has no .bat file
Use folowing
working well
@echo off
START "runas /user:administrator" cmd.exe /k "C:\aisdeco2_windows_20180430\aisdeco2 --gain 40.2 --freq-correction 27 --udp 127.0.0.1:4159
exit
working well
@echo off
START "runas /user:administrator" cmd.exe /k "C:\aisdeco2_windows_20180430\aisdeco2 --gain 40.2 --freq-correction 27 --udp 127.0.0.1:4159
exit