f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.83k stars 429 forks source link

ADS-B Open Notification Dialog #2223

Closed Comm-on-call closed 1 week ago

Comm-on-call commented 1 month ago

What is the syntax used to make use of the audio notifications? I am having trouble finding anything more than what is on the wiki. I would like to to use the language and command strings accurately.

srcejon commented 1 month ago

All it does it that simple substitutions. What are you hoping for?

Comm-on-call commented 1 month ago

Basically some of the filtering, like when any aircraft are between specific altitudes, etc.

On Fri, Jul 26, 2024, 10:58 AM srcejon @.***> wrote:

All it does it that simple substitutions. What are you hoping for?

— Reply to this email directly, view it on GitHub https://github.com/f4exb/sdrangel/issues/2223#issuecomment-2253052335, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKCJHDHQXYMM7N3QFA2R6PLZOJWZ3AVCNFSM6AAAAABLQWOZ66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGA2TEMZTGU . You are receiving this because you authored the thread.Message ID: @.***>

srcejon commented 1 month ago

That isn't supported currently I'm afriad

Comm-on-call commented 1 month ago

That's fine. What "syntax" is used under the "Reg Exp" column? I'm looking for "broad information" not trying to have my hand held necessarily. The wiki image give the impression there is the ability to filter to a certain extent.

srcejon commented 1 month ago

Sorry, I misunderstood. I thought you were just referring to the speech substitutions. Reg Exps are Regular Expressions and should be broadly compatible with Perl syntax.

See:

https://en.wikipedia.org/wiki/Regular_expression https://regexr.com/ https://pcre.org/original/doc/html/pcrepattern.html

Comm-on-call commented 1 month ago

Fantastic. This was what I looking for. I appreciate it.

On Sat, Jul 27, 2024, 3:30 AM srcejon @.***> wrote:

Sorry, I misunderstood. I thought you were just referring to the substitutions. Reg Exps are Regular Expressions and should be broadly compatible with Perl syntax.

See:

https://en.wikipedia.org/wiki/Regular_expression https://regexr.com/ https://pcre.org/original/doc/html/pcrepattern.html

— Reply to this email directly, view it on GitHub https://github.com/f4exb/sdrangel/issues/2223#issuecomment-2254057079, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKCJHDFHUVHP4635HEVKVPDZONLBRAVCNFSM6AAAAABLQWOZ66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGA2TOMBXHE . You are receiving this because you authored the thread.Message ID: @.***>