summaryrefslogtreecommitdiffstats
path: root/pyagl/services/base.py
AgeCommit message (Expand)AuthorFilesLines
2020-09-30CAN test rework to improve robustnessScott Murray1-12/+15
2020-09-23Add timeout ability to AGLBaseService.listener()Edi Feschiyan1-6/+17
2020-09-17Fix AGLBaseService.afbresponse() for EVENT dataEdi Feschiyan1-1/+1
2020-09-02Merge branch 'smurray/fixes' into 'master'Edi Feschiyan1-2/+9
2020-09-01Add timeout for binding responsesScott Murray1-1/+7
2020-09-01audiomixer and mediascanner bindings do not need to be startedScott Murray1-1/+2
2020-09-01Adding author to license heading in filesEdi Feschiyan1-1/+2
2020-08-31adding an option during service init to run the service it is missingEdi Feschiyan1-8/+14
2020-08-31mediascanner service is not running in the system on boot, so adding runafmse...Edi Feschiyan1-16/+74
2020-08-28Add license file and copyrightsScott Murray1-0/+15
2020-08-17bluetooth.py and test_bluetooth.py - adding missing avrcp_controls support an...Edi Feschiyan1-1/+0
2020-08-07Changing portfinder method to run locally without sshEdi Feschiyan1-35/+64
2020-07-14When using asyncio.timeout on a response() task it will return NoneEdi Feschiyan1-3/+9
2020-07-13converting test_subscribe_location into task and waiting for it more intellig...Edi Feschiyan1-1/+3
2020-07-13temporarily removing the raw send arguments with --json --verb --apiEdi Feschiyan1-5/+8
2020-07-13replacing 'is' with '==' comparison causing warningsEdi Feschiyan1-1/+1
2020-07-13WIP: Adding taskmanager and homescreen service and testsEdi Feschiyan1-0/+5
2020-06-24adding touches to base class, causes to crash when error response is received...Edi Feschiyan1-15/+8
2020-06-18Rearranging files for distribution, setup.py modificationsEdi Feschiyan1-0/+256