Get CW8 from ts file on linux

tasoss

Registered
Messages
58
Hello.
I'm trying to get the cw8 from ts files that are recorded on linux, in order to be entered in colibri's software for further processing...
Is there a simple way to get the cw8?
Thanks!
 

xosef1234

Registered
Messages
107
The following perl-script gives you the c8 values:

_https://mega.nz/#!x1JhhboT!UrlsqaTO8nbCZ7APzRtVkCTxkxFXBtBGUM61uTsZ30c

Code:
Usage: getC8.pl file pid payloadsize
(set payloadsize to 'all' to check all payloadsizes)
 

xosef1234

Registered
Messages
107
getC8.pl

Some improvements implemented:
-'all' pids can be selected
-speed increased

_https://mega.nz/#!p1gGVYAb!qYvSChhTbeSke_PTWDW8iv6aLg5_BbHisZ4cflmopmc

Code:
Usage: getC8.pl file pid payloadsize
Set pid to 'all' for all pids.
Set payloadsize to 'all' for all payloadsizes.
----------------------------------------------
getC8.pl v0.4 03/05/2018
 

xosef1234

Registered
Messages
107
getC8.pl

The following bug was fixed:
Code:
'x' outside of string in unpack at ./getcw8.pl line 85.
This happened if
-the af is larger than 175
-the ts-file is corrupted


_https://mega.nz/#!Y9oD1aQB!6n7e8ioOjl36L0uaiORebwmSl0c3gDGk9CzPrxPHy24


Code:
Usage: getC8.pl file pid payloadsize
Set pid to 'all' for all pids.
Set payloadsize to 'all' for all payloadsizes.
----------------------------------------------
 getC8.pl v0.5 02/09/2018
PS: thanks to tasoss
 
Top