diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-08 14:23:35 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-08 14:23:35 +0100 |
commit | 1393b5d318e22dbd1625692847a51c27932fd442 (patch) | |
tree | 19fd954a04456be8e1c7ebde5b3aaefbe08dbcad /BusinessLogic/README.md | |
parent | 0964e7da8576b8761e8d3d16b50cc842406c7e67 (diff) |
Events Partially Working
Diffstat (limited to 'BusinessLogic/README.md')
-rw-r--r-- | BusinessLogic/README.md | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/BusinessLogic/README.md b/BusinessLogic/README.md deleted file mode 100644 index a07f752..0000000 --- a/BusinessLogic/README.md +++ /dev/null @@ -1,18 +0,0 @@ ------------------------------------------------------------------------- - AudioLogic High Level APIs ------------------------------------------------------------------------- - -Testing: (from project directory bindings) - * start binder: ~/opt/bin/afb-daemon --ldpaths=./Alsa/src/low-level-binding:./BusinessLogic/audiologic-afb.so --roothttp=htdocs - * connect browser on http://localhost:1234 - - # Subscribe event for a given board - http://localhost:1234/api/audio/subscribe&devid=hw:0 - - # Increase Volume - http://localhost:1234/api/audio/setvol?devid=hw:0&pcm=master&vol=50% - - # Get Volume - http://localhost:1234/api/audio/getvol?devid=hw:0&pcm=master - -
\ No newline at end of file |