aboutsummaryrefslogtreecommitdiffstats
path: root/aglbaseservice.py
AgeCommit message (Collapse)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 ↵Edi Feschiyan1-5/+40
handling websocket data; added working rng to request function
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. ↵Edi Feschiyan1-38/+16
trying to figure out async generator as a service listener. WIP
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 ↵Edi Feschiyan1-3/+4
aglbaseservice
2020-03-09Began work for bluetooth bindingEdi Feschiyan1-5/+5
2020-03-09Writing abstract class, adding geoclueEdi Feschiyan1-0/+107