AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Alles zum Thema DAB(+) Digitalradio.
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Thanks for reporting. I will try the package on my Apple Sillicon M1 HW, last time I tried the installer it was working fine.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

I can confirm that application downloaded from GitHub does not work on MacOS Ventura with message that App is damagaed. I have re-uploaded AppleSilicon dmg on the server but it is the same. I can also confirm that MD5sum after download is the same as original file (06eb2a8796119d30ba28214638410c9d). I can run application installed from original dmg but not from dmg downloaded from GitHub even though they are exactly the same. The problem is security settings of the OS that does only allow installation from AppStore or from known developers.

This solution works for me (run from Terminal) but it is upto you if you trust my binary or not:

Code: Alles auswählen

xattr -cr /Applications/AbracaDABra.app
More details can be found for example here: https://www.howtoisolve.com/app-is-dama ... ed-on-mac/

I am sorry I do not have better solution, if anyone knows how to solve the issue in a cleanway, please let me know.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
fn1107
Beiträge: 43
Registriert: Di 3. Jan 2023, 17:06
Wohnort: Dresden

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von fn1107 »

I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.

As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.
andimik
Beiträge: 5696
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

When will you publish the new library for the branch announcement support?

And: could this library also be called by other projects? Because I have much better audio reception with AbracaDABra compared to Qt-DAB.
SeltenerBesucher
Beiträge: 1768
Registriert: Fr 31. Aug 2018, 18:49

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von SeltenerBesucher »

fn1107 hat geschrieben: Mi 4. Jan 2023, 22:59 I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.
As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.
Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/

Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/

I don't know any different. It's always like this. Apps from the store run without warning because Apple has checked them. The operating system always warns when apps have been downloaded directly from the Internet. This happens before the first start and after an update.
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

andimik hat geschrieben: Mi 4. Jan 2023, 23:46 When will you publish the new library for the branch announcement support?

And: could this library also be called by other projects? Because I have much better audio reception with AbracaDABra compared to Qt-DAB.
I will publish the library when it becomes reasonably stable. There is still a lot to do for the announcement support. Currently only audio switching is working, I still need to handle data services and provide configuration interface.
Library can be used by anyone, binaries are released under MIT license.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32
fn1107 hat geschrieben: Mi 4. Jan 2023, 22:59 I can confirm that it's running with the proposed solution. Also the Intel version did not run immediately by double clicking it. I had to right click it and then click "Open" and confirm that I really want to run it.
As a cleanway solution: I am not a MacOS developer, but maybe a package manager like Homebrew could solve the problem? I have installed many applications not via the AppStore but via Homebrew.
Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/

Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/

I don't know any different. It's always like this. Apps from the store run without warning because Apple has checked them. The operating system always warns when apps have been downloaded directly from the Internet. This happens before the first start and after an update.
I think this is something new in Ventura, I even consider the behavior as bug (differences between Intel and Apple Silicon - why?). In past it was always enough just to right-click on app in Applications folder and run it. On latest Ventura on my M1, this procedure does not work and the only possibility that worked for me was to the command from terminal.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
fn1107
Beiträge: 43
Registriert: Di 3. Jan 2023, 17:06
Wohnort: Dresden

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von fn1107 »

SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32 Did you move the app to the program folder?
https://www.danstutorials.com/tutorials ... -the-dock/
Yes
SeltenerBesucher hat geschrieben: Do 5. Jan 2023, 00:32 Have you ever previously downloaded an app from the Internet or only from the App Store?
https://www.idownloadblog.com/2017/04/2 ... atekeeper/
Yes, always direct or via Homebrew, never from the App Store.
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

AbracaDABra source code was updated to version 1.99 with the following changes:
  • Announcement support
  • DABSDR library updated to version 1.99.0.
    • API redesigned
    • suppport for announcements
    • optimized for ARM NEON
    • SNR calculation changed again
    • Many improvement and fixes

Please test and report any problems.

WARNING: Application and DABSDR API is still under development, compilation errors and bugs to be expected
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
Austria MV
Beiträge: 1376
Registriert: Fr 31. Aug 2018, 17:42

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von Austria MV »

Is there a executable 1.99 Version?
I see only 1.2 Version for Windows?
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

No, there is only source code available. My plan was to release executable for final 2.0 but I can work on releasing it for 1.99.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
andimik
Beiträge: 5696
Registriert: Sa 1. Sep 2018, 19:11
Wohnort: Arnoldstein, Bezirk Villach Land, Österreich
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von andimik »

I have tested 1.99 yesterday, but just for a few minutes. Will tell you more later and will use samples with announcements.
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

If something fails, please share also the samples.

@Austria MV: I will try to release Windows binaries tomorrow, Apple and Linux binaries should be available today.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Version 1.99.1 has been released with binaries available for Apple Silicon, Apple Intel and Linux-x86_64. Windows binary will be released tomorrow.
Please note that Linux AppImage does not support SoapySDR, Apple binaries support it but there are no device plugins included. I am not sure how to include SoapySDR correctly, any hints are welcome.
There are very small changes compared to 1.99.

Binaries can be downloaded here: https://github.com/KejPi/AbracaDABra/re ... ag/v1.99.1

WARNING: this is testing release, some bugs to be expected.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
KejPi
Beiträge: 202
Registriert: Fr 21. Dez 2018, 12:56
Wohnort: Prague, CZ
Kontaktdaten:

Re: AbracaDABra - multiplatform SDR for RTL-SDR USB sticks

Beitrag von KejPi »

Version 1.99.1 binary for Windows has been released.
AbracaDABra: multiplatform DAB & DAB+ SDR | https://github.com/KejPi/AbracaDABra
Support forum: viewtopic.php?f=11&t=60938
Antworten