!!!If the network is changed from wifi to cellular or vice versa the traffic data is not updated any more. Restarting the app solves the problem.
The idea of the software is to give you actual traffic info in Finland and to help you to design your travelling based on actual and historical data.
In the map view yellow inside of a sign tells the data is less than five minutes old. Orange inside tells the data is more than five minutes but less than ten minutes old. Red inside tells the data is more than ten minutes old. Pure red is a station with no data in the phone or the data aquisition is on going. The chart view can be entered by tapping the traffic sign.
Cars per hour are shown in the blue box below the sign. Entering the box the chart view is opened
Known limitations:
- Speed signs telling average speed and car amounts may be on the wrong and opposite side of the road
- History curve has to be made regularily manually after one week usage. The app may hang up to two minutes to make history.
- If no history is made the database size may increase very big if the app is used regularly causing decrease of the user experience
- The code (if you dare to look that) is still guite messy. Before publishing the rpm I have transferred the latest code version to the Github for you to be able to install from software also. In future I would like to provide also srpm package if I find a way to make one with Qt Creator.
- QtLocation 5.0 is not currently accepted by Jolla Harbour so the Harbour release needs more time and work
Source code: https://github.com/Rikujolla/trafficviewer
Attachment | Size | Date |
---|---|---|
harbour-trafficviewer-0.1.0-1.armv7hl.rpm | 71.87 KB | 13/03/2017 - 08:07 |
harbour-trafficviewer-0.1.2-1.armv7hl.rpm | 79.13 KB | 01/04/2017 - 21:25 |
harbour-trafficviewer-0.1.3-1.armv7hl.rpm | 79.33 KB | 04/04/2017 - 21:09 |
harbour-trafficviewer-0.1.4-1.armv7hl.rpm | 80.63 KB | 16/08/2017 - 07:24 |
harbour-trafficviewer-0.1.5-1.armv7hl.rpm | 84.32 KB | 14/12/2017 - 19:29 |
- LAM-number format change e.g. 448<>23448
- LAM data source and format changed causing multiple changes to the code
Comments
Rikujolla
Sat, 2017/04/01 - 16:54
Permalink
I just noticed two bugs. First prevents timedclient usage. The bug can be removed by editing Settings.qml line 224. Changing useTimedclient ->useTimedclientCh solves the issue.
Another bug is related to Day light savings time. I recommend not to create History data before fixing that.
Rikujolla
Sat, 2017/04/01 - 21:28
Permalink
First bug is fixed in the version 0.1.2. Second one is partly assessed. Not sure yet if the problem is solved.
Rikujolla
Tue, 2017/04/04 - 21:24
Permalink
The app should work now, version 0.1.3.