Rewrite of my original Raspberry Pi based car computer in Python with a QT based UI.
The first iteration of the car computer while it has proven itself over 100,000km of travel. Caused others issues with the setup and was not the best choice of technologies for interfacing with other hardware.
So the first aim with this rewrite will be extensibility so it can be modified to interface with the multitude of bluetooth car accessories. The second goal will aim to ease of distribution and use for others. So this time around looking for a simplified .deb or similar installation workflow.
Copyright (C) 2021 Anthony Mills
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.