aboutsummaryrefslogtreecommitdiffstats
path: root/aglbaseservice.py
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Working base class, hopefully final reworks for the servicesEdi Feschiyan1-16/+43
2020-06-09changed subscription arguments to lists; adding AFBResponse class for handlin...Edi Feschiyan1-5/+40
2020-06-09touching regex matcher for sockets to stop giving warningsEdi Feschiyan1-4/+4
2020-06-09working first test with asyncio for gps and weather.py imports cleanupEdi Feschiyan1-1/+1
2020-06-09removing waitresponse, will be using *Service.response() to get a packet. try...Edi Feschiyan1-38/+16
2020-05-08Adding requirements, work in progress to integrate this thing with pytestEdi Feschiyan1-1/+32
2020-04-28Refactored bluetoothEdi Feschiyan1-28/+45
2020-04-15Cleaning up services' classesEdi Feschiyan1-24/+44
2020-04-03moving implementation to base calssEdi Feschiyan1-9/+39
2020-04-01figuring out listening port for agl serviceEdi Feschiyan1-16/+24
2020-03-12fixed wrong argument in websocket - sending string instead int in json for ag...Edi Feschiyan1-3/+4
2020-03-09Began work for bluetooth bindingEdi Feschiyan1-5/+5
2020-03-09Writing abstract class, adding geoclueEdi Feschiyan1-0/+107