mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
Update README.md
Add details on how to access more information
This commit is contained in:
parent
024e7fe351
commit
da99ad29d0
|
|
@ -12,8 +12,11 @@ or any signalling system to the radio. Provisions are included for multiple aud
|
||||||
|
|
||||||
Although originally intended for bi-directional signalling modems, the actual implementation could be expanded well beyond simple signalling to such things as noise-blankers or a skimmer, or any third party software that would benefit from baseband or audio stream access.
|
Although originally intended for bi-directional signalling modems, the actual implementation could be expanded well beyond simple signalling to such things as noise-blankers or a skimmer, or any third party software that would benefit from baseband or audio stream access.
|
||||||
|
|
||||||
The API and the wrapper are "open" under GPL2, and therefore allow third party access to an otherwise "closed" software defined radio.
|
The API and the wrapper are "open" under GPL3, and therefore allow third party access to an otherwise "closed" software defined radio.
|
||||||
|
|
||||||
This interface, by using VITA-49 Ethernet packets for control, status and data transport enables an architecture where the
|
This interface, by using VITA-49 Ethernet packets for control, status and data transport enables an architecture where the
|
||||||
"MODEM" can be located inside a separate process inside the radio, on a separate processor attached to the network, or in a separate PC, particularly for development purposes.
|
"MODEM" can be located inside a separate process inside the radio, on a separate processor attached to the network, or in a separate PC, particularly for development purposes.
|
||||||
|
|
||||||
|
For information on this and other APIs, see the FlexRadio web page at www.flexradio.com and the FlexRadio Community at community.flexradio.com
|
||||||
|
|
||||||
|
If you are totally lost, you may send an email at developer /at/ flex radio 0x2E com
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue