aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-14Remove external 3rdparty libraryRomain Forlot112-36829/+0
2017-12-14LUA lib and bin embedded in projectRomain Forlot137-88/+37125
2017-12-14Add default receive actionRomain Forlot2-1/+71
2017-12-14CommentRomain Forlot1-0/+3
2017-12-14Builtin plugin integrationRomain Forlot1-0/+21
2017-12-14Fix uint64_t coming from LUA that don't supportRomain Forlot1-3/+2
2017-12-14Better deeper signal search on received event.Romain Forlot1-2/+34
2017-12-14Enhance list/get verbRomain Forlot2-21/+17
2017-12-14Inheritance of some signals parameters from sourceRomain Forlot6-46/+88
2017-12-14Better use of strncatRomain Forlot3-9/+9
2017-12-14Introduce retention setting in place of classRomain Forlot8-42/+50
2017-12-14lua2c completely operationnalRomain Forlot10-38/+54
2017-12-14Update app-template to make Efence usage optionnalRomain Forlot2-0/+1
2017-12-14Make calling lua2c function from lua worksRomain Forlot7-14/+28
2017-12-14Update config to simulate real situationRomain Forlot3-16/+4
2017-12-14Handle no JSON query object argument passedRomain Forlot1-4/+9
2017-12-14Add a default behavior to subscribe to API signalsRomain Forlot1-1/+6
2017-12-14Enhance pointer manage and container browsingRomain Forlot12-102/+111
2017-12-14No errors on get if no values has been recordedRomain Forlot3-24/+41
2017-12-14Use C++ string instead of C classic charRomain Forlot1-3/+3
2017-12-14Make observer pattern thread safeRomain Forlot1-21/+26
2017-12-14Implement recursionCheck using observer patternRomain Forlot4-108/+47
2017-12-14Finalize subscription to be a simple relay for nowRomain Forlot9-90/+144
2017-12-14Migrating to real Observer design pattern usageRomain Forlot3-30/+214
2017-12-14SubscribeRomain Forlot3-19/+66
2017-12-14Update README and add doxygen documentationRomain Forlot3-4/+2704
2017-12-14Beginning client App context handling workRomain Forlot2-24/+54
2017-12-14Batch low-can subscriptionRomain Forlot2-36/+42
2017-12-14Make compile LUA2C functions, binding not workingRomain Forlot7-163/+20
2017-12-14Rename bindingApp to ComposerRomain Forlot6-157/+187
2017-12-14Find all signals that matches the searched patternRomain Forlot6-53/+109
2017-12-14Make LUA worksRomain Forlot35-145/+246
2017-12-14Detailled transport layer architecture.Romain Forlot2-2/+12
2017-12-14Terminology completed.Romain Forlot3-8/+9
2017-12-14Documentation formatRomain Forlot5-23/+36
2017-12-14FixRomain Forlot1-1/+1
2017-12-14Added documentationRomain Forlot22-0/+1150
2017-12-14Modification about conf definitionRomain Forlot12-231/+368
2017-12-14Implement list verbRomain Forlot1-3/+9
2017-12-14Doxygen documentationRomain Forlot2-12/+65
2017-12-14Return mathematical value on a period if askedRomain Forlot2-7/+25
2017-12-14Match signal if name found in source signal.Romain Forlot2-0/+2
2017-12-14Make callback from plugin workRomain Forlot3-35/+66
2017-12-14Added gps pluginRomain Forlot1-0/+6
2017-12-14Good way to iterate over defined pluginsRomain Forlot2-7/+4
2017-12-14Get CPP controller plugin worksRomain Forlot9-67/+395
2017-12-14Adding new verb, implemented basic signal methodRomain Forlot7-14/+148
2017-12-14Fix: SUSE different include LUA directoryRomain Forlot1-1/+7
2017-12-14Adding GPS plugin to make the subscriptionRomain Forlot3-2/+75
2017-12-14Subscription by plugin to signalsRomain Forlot15-110/+245