Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-21 | Export getFileUpload to helper-api.c | 4 | -51/+48 | ||
2015-12-21 | Merge origin/master | 5 | -5/+21 | ||
2015-12-21 | Hack --plugins=path | 10 | -186/+277 | ||
2015-12-21 | Fix Audio API on Renesas Porter/Koelsch boards | 1 | -0/+13 | ||
Porter/Koelsch do not expose a standard "Master" playback mixer on their default interface, as it is common with desktop audio cards. Add a bit of discovery logic for this. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Fix Radio and Audio plugin symbols | 4 | -5/+8 | ||
radio-api/audio-api.so were not valid, because they were not linked correctly with librtlsdr/ALSA. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Fix HelloWorld | 4 | -16/+84 | ||
2015-12-21 | Fixe | 4 | -65/+44 | ||
2015-12-21 | Switch to a plugin model | 13 | -39/+95 | ||
Each API now compiles to a ".so" file, which gets searched for in the "${libdir}/afb" directory at startup. We can now load an arbitrary number of plugins (> 10). Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Untie Radio and Audio APIs | 7 | -119/+200 | ||
Radio and Audio API functions do not cross-call themselves directly anymore ; this is necessary to have independent plugin binaries (.so) in the near future. (PS : audio buffer securization is WIP) Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-21 | Post File Working in Most cases | 7 | -126/+156 | ||
2015-12-20 | Fix frequency setting bug in Radio API | 2 | -4/+6 | ||
Passing floats between functions seems to cause problems... not sure why ; anyway, fix this by using a double variable. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-18 | Fix bugs in Radio sequence, parameters, add ping/refresh | 2 | -43/+55 | ||
Fixed the following : - in some cases, powering off a playing radio would block ; - Radio API "mode" should be "AM/FM", not "true/false". Radio and Audio APIs now have dedicated functions to ping status and refresh a session token. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Final modifications for Radio-Audio API communication | 12 | -102/+159 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Fix Audio API runtime | 2 | -3/+3 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Finalize Audio plugin | 8 | -15/+281 | ||
Signed-off-by: Manuel Bachmann <mbc@iot.bzh> | |||||
2015-12-17 | Remove Hashtable for session and cleanup | 4 | -213/+136 | ||
2015-12-16 | Initial Audio plugin | 10 | -27/+196 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Added Timeout in Response | 1 | -0/+2 | ||
2015-12-16 | Fix radio plugin runtime | 4 | -44/+223 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix radio plugin loading | 1 | -1/+1 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | 11 | -587/+673 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | En court | 3 | -60/+58 | ||
2015-12-16 | Migrate Radio API to new model | 1 | -146/+306 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Add HelloWorld sample to CMake build | 1 | -1/+1 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | New tree organization, update CMake req. to 2.8.8. | 13 | -330/+246 | ||
Use CMake-2.8.8-specific feature to allow building the daemon from various source directories. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Add Middleware and change Hashtable techno | 11 | -264/+364 | ||
2015-12-15 | Post En court Ne fonctionne pas | 4 | -71/+69 | ||
2015-12-15 | Intermediary Version Does not Compile | 11 | -235/+595 | ||
2015-12-14 | Post En court Ne fonctionne pas | 4 | -51/+165 | ||
2015-12-14 | Integrated Post for Fileupload Test | 3 | -7/+71 | ||
2015-12-14 | Merge branch 'master' of git:iotbzh/afb-daemon | 5 | -219/+124 | ||
2015-12-14 | Added Doc dir and remove nbprojet from git | 5 | -3/+257 | ||
2015-12-14 | Document UUID dependency, make radio plugin buildable | 5 | -219/+124 | ||
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-14 | Fix Rootdir redirect for static files | 2 | -14/+119 | ||
2015-12-13 | Fixed Session Context Free with ctxFreeCB | 8 | -51/+63 | ||
2015-12-12 | Proposal for Integration with session | 1 | -46/+198 | ||
2015-12-12 | Added --token=xxxxx for initial shared secret | 1 | -2/+2 | ||
2015-12-12 | Added --token=xxxxx for initial shared secret | 7 | -122/+44 | ||
2015-12-12 | Fixed Plugin.private bug, added "no session mode" fixed plugin API | 12 | -114/+149 | ||
2015-12-12 | Added Session Management | 15 | -193/+642 | ||
2015-12-11 | Add Radio API plugin | 6 | -8/+548 | ||
Add Radio API plugin source code, build with CMake. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | Fix &query error | 6 | -86/+74 | ||
2015-12-10 | Fix Json Message Structure | 6 | -50/+162 | ||
2015-12-10 | Remove nbprojet/private from commit | 1 | -56/+25 | ||
2015-12-10 | Added Netbean to work with cmake | 19 | -796/+450 | ||
2015-12-10 | Added nbproject/private empty dir for Netbeans to accept project | 2 | -2/+5 | ||
2015-12-10 | main: fix command-line help typos | 1 | -5/+5 | ||
Some "]" were missing in the command-line help text. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | README.md: fix typos | 1 | -10/+11 | ||
Turn requirements list into real list, add carriage returns after each command line, add "$" before each command line. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | README.md: add CMake build instruction | 1 | -0/+14 | ||
List requirements, give build commands workflow. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-10 | Add CMake build files (required by Yocto build process) | 4 | -2/+55 | ||
We now can use CMake by doing : $ mkdir build $ cd build $ cmake .. $ make $ make install Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> |