mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
rtp in lua
This commit is contained in:
10
readme.md
10
readme.md
@@ -27,6 +27,14 @@ The newer standard which is the IEC one, removes these features:
|
||||
|
||||
RDS95 is the only (as far as i can tell) encoder to transmit the 9-bit AF codes
|
||||
|
||||
## Lua engine
|
||||
|
||||
Yet another unique feature, the Lua engine allows you to parse the messages from UDP, and more!
|
||||
|
||||
You wanna make an ODA? Sure go for it, look in the scripts folder to see `0-ert.lua`, that is how ERT is implemmented in this encoder
|
||||
Wanna do scrolling PS without C stuff and no external scripts? Just do it with the `tick` function!
|
||||
Don't wanna run a bash script to send your station's data to the encoder when defaults take over? I'll welcome you to the `on_init` function
|
||||
|
||||
## Disclaimer
|
||||
|
||||
RDS95 is based on [Anthony96922](https://github.com/Anthony96922/)'s [MiniRDS](https://github.com/Anthony96922/MiniRDS)
|
||||
RDS95 is "based" on [Anthony96922](https://github.com/Anthony96922/)'s [MiniRDS](https://github.com/Anthony96922/MiniRDS) licensed under GPLv3
|
||||
|
||||
Reference in New Issue
Block a user