X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=doc%2Fafb-plugins-overview.md;h=720e13084723a14a19c5eca685686f99f0019ecb;hb=8a5e5c8e036b9166c6419d4b3243a34b4a1af336;hp=1986adf3635aca73b4f57b5d28f67a0d3b2d19d2;hpb=8902bb356f6b67c31e54cb23c27cd375f2f4ccdb;p=src%2Fapp-framework-binder.git diff --git a/doc/afb-plugins-overview.md b/doc/afb-plugins-overview.md index 1986adf3..720e1308 100644 --- a/doc/afb-plugins-overview.md +++ b/doc/afb-plugins-overview.md @@ -5,14 +5,12 @@ ## List of plugins - Here are the plugins shipped in the source tree: * Hello World * Authentication * Tic Tac Toe * Audio _(2 backends: ALSA/PulseAudio)_ -* Radio _(1 backend: RTLSDR RTL2832U)_ * Media _(1 backend: Rygel UPnP)_ All plugins may not be built, depending on the development libraries present on the system at build time. @@ -104,29 +102,6 @@ _(a specifc backend can be forced by using this syntax before running afb-daemon
-### Radio - -A sample AM/FM Radio plugin with 1 backend: - -* RTLSDR - Realtek RTL2832U dongles (mandatory) - -This plugin is able to initialize specific RTL2832U dongles, switch between AM/FM modes, define frequency, mute sound, and play sound (if combining with the **audio** plugin). - -**Verbs**: - -* _ping:_ returns a success response -* _init:_ initializes backend, looking for plugged-in devices -* _power:_ sets device power status (on-off) -* _mode:_ sets device reception mode (AM-FM) -* _freq:_ sets device frequency (in Hz) -* _mute_: sets device mute status (on-off) -* _play_: sets device playing status (on-off) - -_(if rtlsdr development libraries are not found at build time, this plugin will not be built)_ - -
- - ### Media A sample Media Server plugin with 1 backend: