While I cannot speak to your qngateway errors, ?I wanted to to let you know to expect more updates on the V2 dashboard.? ?I hope to push out an update for Tom's consideration in the next week that will provide 'near-real time' updates to the data tables (i.e?last heard).? The update will also address a few (not so exciting) fixes to a couple of bugs.
If anyone can think of any additional features they would like to see on this dashboard I should have some time to tinker with it during august, but my life gets quite busy again in Sept.
On Tue, Aug 4, 2020 at 12:39 PM Al Gordon K7AJG <al@...> wrote:
Hi, all.
I just did the latest build, and am testing. Everything seems to be working fine, and I *really* like the responsive dashboard. Great work!
I also noticed some errors that look like this in the qngateway.log file, but they seem to have stopped repeating after actually establishing a an initial login to DSTAR2:
-- Logs begin at Tue 2020-08-04 20:15:53 BST. --
Aug 04 20:17:52 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:17:52 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:02 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:02 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:12 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:12 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:23 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:23 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:33 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:33 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:43 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:43 raspberrypi qngateway[583]: Restarting 'tomodemb'...
Aug 04 20:18:53 raspberrypi qngateway[583]: Read error on 'tomodemb': EOF
Aug 04 20:18:53 raspberrypi qngateway[583]: Restarting 'tomodemb'...
I'm assuming that this is perhaps related to an empty "tomodemb" file or database table or something, that does not get created/established until an initial connection is made. Not a big deal, but there may be a potential for log files to grow with this error repeating on a newly-installed hotspot, possibly filling up a disk partition.
But that's just me guessing. Other than that, the latest build with the V2 dashboard is great. I'm glad that someone else took on that dashboard work. I had considered doing it myself at one point, but responsive front-end work is not really my thing, and this is likely much nicer than what I would have managed. Kudos!
73 de K7AJG . .
From: "Robert Gillis" <robert@...> To: "QnetGateway" <[email protected]> Sent: Wednesday, July 29, 2020 9:20:06 AM Subject: [QnetGateway] QnetGateway Responsive Dashboard
Hi There;
I have recently been tinkering in web front-end?development and created a new responsive dashboard for QnetGateway.? Tom has very graciously merged this into his code base to offer up an alternative dashboard for those who want to try it.
The new dashboard is built on the Bootstrap 4.5 framework and currently has the following features:
The browser?does not need to reload the page to refresh the data on the page.
Dashboard refresh variable is suggested to be set at 10 seconds. ? Any value less than 8 will have no effect.
Mobile design friendly. On smaller screens some columns in the tables will be hidden, however, simply rotate your mobile device to landscape view and they should appear.
QnRemote section (aka URCall section) has improved design for mobile device / touchscreen use.
Future improvements will be made to
the layout: to respect order of the dash_show_order configuration item
performance enhancements
To get access to the new dashboard there will be two things you need to do:
1) Shutdown QnetGateway and do your usual uninstall (us) and git pull (gp), and then install (is)
2) reinstall the dashboard with the following Linux commands from within the QnetGateway directory
? ? ? ? ?sudo make installdash
That's it, you can now access the alternative dashboard at http://<<QnetGatewayAddress>>/dashboardV2/? .? For example if you usually access the traditional dashboard at the alternative dashboard is located at ? (just add /dashboardV2 to your current dashboard URL)
I would love to hear your feedback and wish list as I will continue to tinker away as time permits.? Please let me know if you have any issues or questions.