Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-21 | Fix HelloWorld | Fulup Ar Foll | 4 | -16/+84 | |
2015-12-21 | Fixe | Fulup Ar Foll | 4 | -65/+44 | |
2015-12-21 | Switch to a plugin model | Manuel Bachmann | 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 | Manuel Bachmann | 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 | Fulup Ar Foll | 7 | -126/+156 | |
2015-12-20 | Fix frequency setting bug in Radio API | Manuel Bachmann | 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 | Manuel Bachmann | 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 | Manuel Bachmann | 12 | -102/+159 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Fix Audio API runtime | Manuel Bachmann | 2 | -3/+3 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-17 | Finalize Audio plugin | Manuel Bachmann | 8 | -15/+281 | |
Signed-off-by: Manuel Bachmann <mbc@iot.bzh> | |||||
2015-12-17 | Remove Hashtable for session and cleanup | Fulup Ar Foll | 4 | -213/+136 | |
2015-12-16 | Initial Audio plugin | Manuel Bachmann | 10 | -27/+196 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Added Timeout in Response | Fulup Ar Foll | 1 | -0/+2 | |
2015-12-16 | Fix radio plugin runtime | Manuel Bachmann | 4 | -44/+223 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix radio plugin loading | Manuel Bachmann | 1 | -1/+1 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Fix plugins loading, cleanup and dispatch Radio API code | Manuel Bachmann | 11 | -587/+673 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | En court | Fulup Ar Foll | 3 | -60/+58 | |
2015-12-16 | Migrate Radio API to new model | Manuel Bachmann | 1 | -146/+306 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-16 | Add HelloWorld sample to CMake build | Manuel Bachmann | 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. | Manuel Bachmann | 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 | Fulup Ar Foll | 11 | -264/+364 | |
2015-12-15 | Post En court Ne fonctionne pas | Fulup Ar Foll | 4 | -71/+69 | |
2015-12-15 | Intermediary Version Does not Compile | Fulup Ar Foll | 11 | -235/+595 | |
2015-12-14 | Post En court Ne fonctionne pas | Fulup Ar Foll | 4 | -51/+165 | |
2015-12-14 | Integrated Post for Fileupload Test | Fulup Ar Foll | 3 | -7/+71 | |
2015-12-14 | Merge branch 'master' of git:iotbzh/afb-daemon | Fulup Ar Foll | 5 | -219/+124 | |
2015-12-14 | Added Doc dir and remove nbprojet from git | Fulup Ar Foll | 5 | -3/+257 | |
2015-12-14 | Document UUID dependency, make radio plugin buildable | Manuel Bachmann | 5 | -219/+124 | |
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | |||||
2015-12-14 | Fix Rootdir redirect for static files | Fulup Ar Foll | 2 | -14/+119 | |
2015-12-13 | Fixed Session Context Free with ctxFreeCB | Fulup Ar Foll | 8 | -51/+63 | |
2015-12-12 | Proposal for Integration with session | Fulup Ar Foll | 1 | -46/+198 | |
2015-12-12 | Added --token=xxxxx for initial shared secret | Fulup Ar Foll | 1 | -2/+2 | |
2015-12-12 | Added --token=xxxxx for initial shared secret | Fulup Ar Foll | 7 | -122/+44 | |
2015-12-12 | Fixed Plugin.private bug, added "no session mode" fixed plugin API | Fulup Ar Foll | 12 | -114/+149 | |
2015-12-12 | Added Session Management | Fulup Ar Foll | 15 | -193/+642 | |
2015-12-11 | Add Radio API plugin | Manuel Bachmann | 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 | Fulup Ar Foll | 6 | -86/+74 | |
2015-12-10 | Fix Json Message Structure | Fulup Ar Foll | 6 | -50/+162 | |
2015-12-10 | Remove nbprojet/private from commit | Fulup Ar Foll | 1 | -56/+25 | |
2015-12-10 | Added Netbean to work with cmake | Fulup Ar Foll | 19 | -796/+450 | |
2015-12-10 | Added nbproject/private empty dir for Netbeans to accept project | fulup | 2 | -2/+5 | |
2015-12-10 | main: fix command-line help typos | Manuel Bachmann | 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 | Manuel Bachmann | 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 | Manuel Bachmann | 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) | Manuel Bachmann | 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> | |||||
2015-12-09 | Doc | Fulup Ar Foll | 3 | -6/+65 | |
2015-12-09 | fix a bug on by default index | Fulup Ar Foll | 3 | -41/+26 | |
2015-12-09 | Implemented --alias and made timeout reentrant | Fulup Ar Foll | 5 | -57/+101 | |
2015-12-09 | Added POST, Plugin API signal protection, refactor HTML5 rewrite | Fulup Ar Foll | 18 | -226/+446 | |
2015-12-08 | typo | José Bollo | 1 | -1/+1 | |
Change-Id: I1a7662c9c3360c716ecbea97f743fc404bd2088c |