From 0964e7da8576b8761e8d3d16b50cc842406c7e67 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Wed, 8 Mar 2017 00:24:41 +0100 Subject: Added High Level Logic Template --- BusinessLogic/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BusinessLogic/README.md (limited to 'BusinessLogic/README.md') diff --git a/BusinessLogic/README.md b/BusinessLogic/README.md new file mode 100644 index 0000000..a07f752 --- /dev/null +++ b/BusinessLogic/README.md @@ -0,0 +1,18 @@ +------------------------------------------------------------------------ + 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 -- cgit 1.2.3-korg