aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/session
AgeCommit message (Collapse)AuthorFilesLines
2016-04-04work in progress, session handlingJosé Bollo1-2/+2
Change-Id: I0393346280825e24a34e8db386160d857723b841 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-04-01work in progress (tbf)José Bollo1-29/+35
Change-Id: I1c4b48bc56a17b7351b57c3d4da53bd89465fff4 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-04-01work in progressJosé Bollo1-0/+1
Change-Id: I3df95def03bb26ca4d1a52f7cd94b0fb67375d4c Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-30refactoringJosé Bollo1-3/+2
Change-Id: I8dd46cf7fa57962e20e02f0fe34b3ffaa4c94f08 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-03-16Add warning detection and improveJosé Bollo1-1/+1
Change-Id: Id4fc86b86d55aac578d84b4d2357c1a2e600c58b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-12-23Restore Previous functionalities with a unique TokenFulup Ar Foll1-1/+11
2015-12-22New Session Model [compile but not tested]Fulup Ar Foll1-10/+11
2015-12-21Merge origin/masterFulup Ar Foll1-1/+2
2015-12-21Hack --plugins=pathFulup Ar Foll1-1/+1
2015-12-21Fix Radio and Audio plugin symbolsManuel Bachmann1-1/+2
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-21Switch to a plugin modelManuel Bachmann2-2/+8
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-17Remove Hashtable for session and cleanupFulup Ar Foll1-88/+1
2015-12-16Fix plugins loading, cleanup and dispatch Radio API codeManuel Bachmann1-1/+1
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-16En courtFulup Ar Foll1-5/+5
2015-12-16New tree organization, update CMake req. to 2.8.8.Manuel Bachmann1-0/+194
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>