aboutsummaryrefslogtreecommitdiffstats
path: root/low-can-binding/utils
ModeNameSize
-rw-r--r--converter.cpp2979logstatsplain
-rw-r--r--converter.hpp1039logstatsplain
-rw-r--r--openxc-utils.cpp13819logstatsplain
-rw-r--r--openxc-utils.hpp2357logstatsplain
-rw-r--r--signals.cpp2618logstatsplain
-rw-r--r--signals.hpp2894logstatsplain
-rw-r--r--socketcan-bcm.cpp3992logstatsplain
-rw-r--r--socketcan-bcm.hpp1147logstatsplain
-rw-r--r--socketcan-isotp.cpp4514logstatsplain
-rw-r--r--socketcan-isotp.hpp1211logstatsplain
d---------socketcan-j1939324logstatsplain
-rw-r--r--socketcan-raw.cpp2887logstatsplain
-rw-r--r--socketcan-raw.hpp1059logstatsplain
-rw-r--r--socketcan.cpp3625logstatsplain
-rw-r--r--socketcan.hpp1864logstatsplain
-rw-r--r--timer.cpp3403logstatsplain
-rw-r--r--timer.hpp1830logstatsplain
sion.</p> <p>### Tic Tac Toe</p> <p>A sample Tic Tac Toe game plugin.</p> <p>This plugin provides an interactive Tic Tac Toe game where the binder returns the grid as a JSON response. </p> <p>### Audio</p> <p>A sample Audio plugin with 2 backends: * ALSA (mandatory) * PulseAudio (optional)</p> <p>This plugin is able to initialize a specific soundcard, define volume levels, channels (mono/stereo...), mute sound, and play a 22,050 Hz PCM stream.</p> <p><em>(if PulseAudio development libraries are not found at build time, only ALSA will be available)</em></p> <p><em>(if a PulseAudio server is not found at runtime, the plugin will dynamically fall back to ALSA)</em></p> <p><em>(a specifc backend can be forced by using this syntax before running afb-daemon : <strong>$ export AFB</em>AUDIO<em>OUTPUT=Alsa</strong>)</em></p> <p>### Radio</p> <p>A sample AM/FM Radio plugin with 1 backend: * RTLSDR - Realtek RTL2832U dongles (mandatory)</p> <p>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 <strong>audio</strong> plugin).</p> <p><em>(if rtlsdr development libraries are not found at build time, this plugin will not be built)</em></p> <p>### Media</p> <p>A sample Media Server plugin with 1 backend: * Rygel</p> <p><em>(if GUPnP/GSSDP development libraries are not found at build time, this plugin will not be built)</em></p> <p>This plugin is able to detect a local Rygel UPnP media server, list audio files, select an audio file for playback, play/pause/seek in this file, upload an audio file to the server.</p> <hr /> <p><br /></p> <p>Sample command-line applications: <em>afb-client-demo</em> (built by default)</p> <p>Sample HTML5 applications: <strong>test/*.html</strong>, <strong><a href="https://github.com/iotbzh/afb-client">afb-client</a></strong>, <strong><a href="https://github.com/iotbzh/afb-radio">afb-radio</a></strong></p> <p>Sample Qt/QML applications: <em>test/token-websock.qml</em></p> </body> </html>