MMDVMHost-Dashboard/README.md

72 lines
3 KiB
Markdown
Raw Normal View History

2016-04-29 15:20:07 +02:00
# MMDVMHost-Dashboard
2023-11-12 22:17:19 +01:00
_No further development and support!_
2016-04-29 15:20:07 +02:00
Dashboard for MMDVMHost (by G4KLX)
2016-04-30 15:38:12 +02:00
==================================
2023-01-15 19:53:36 +01:00
THIS CODE IS NO LONGER UNDER DEVELOPMENT!!!
2016-05-04 18:36:38 +02:00
About
=====
MMDVMHost-Dashboard is a web-dashboard for visualization of different data like
system temperatur, cpu-load ... and it shows a last-heard-list.
2016-04-30 15:38:12 +02:00
2016-05-04 18:36:38 +02:00
It relies on MMDVMHost by G4KLX (see https://github.com/g4klx/MMDVMHost). At
this place a big thank you to Jonathan for his great work he did with this
software.
2016-05-01 22:31:53 +02:00
2016-06-24 18:45:34 +02:00
Based on G4KLX code, mod by EA4GKQ
2016-05-04 18:36:38 +02:00
Required are
============
2016-09-12 09:16:25 +02:00
* Webserver like lighttpd or similar
2016-05-12 22:36:20 +02:00
* php5
* if using sqlite3-database name resolving sqlite3 and php5-sqlite also needed
2016-05-04 18:36:38 +02:00
Installation
============
* Please ensure to not put loglevels at 0 in MMDVM.ini.
* Copy all files into your webroot and enjoy working with it.
* Create a config/config.php by calling setup.php and giving suitable values
* If Dashboard is working, remove setup.php from your webroot
2016-04-30 15:38:12 +02:00
2016-05-15 22:35:00 +02:00
For detailled installation see `linux-step-by-step.md` within this repository.
2016-09-01 11:18:10 +02:00
Usage
=====
To use the dashboard simply call the corresponding address in a webbrowser. The webbrowser has to be javascript-enabled because of the usage of DataTables, that would only be functional with Javascript enabled for this site!
2016-05-15 22:35:00 +02:00
Features
========
At the moment there are several information-sections shown:
* System Info:
Here you'll find live info about the host-system itself like CPU-freq, temperature, system-load, cpu-usage, uptime and cpu-idle-time.
* Repeater Info:
Here are some basic repeater info and link-states
* Enabled Modes
This is a list of enabled modes. If green, it's enabled, if grey, it's disabled. If it is red, there is an error-state with MMDVMHost or ircddbgateway.
* Last Heard List of today's x callsigns:
This is a list of the last x callsigns heard in general in the system over all modes and directions. X is to be configured in /config/config.php
* Today's last 10 local transmissions:
For better debugging/calibrating etc. the last 10 local transmissions (RF-side of the repeater) are listed.
2016-06-24 18:53:58 +02:00
2016-06-24 18:50:58 +02:00
New features by EA4GKQ
======================
* Buttons toolbar, security-hint: to make this function secure, please enable htpasswd-function for folder "scripts"!
2016-06-24 18:50:58 +02:00
* LastHeard table are sorted
* Some mods to improve mobile experience
2016-05-15 22:35:00 +02:00
2017-01-18 12:00:09 +01:00
Cronjob for updating DMR IDs
============================
2017-01-18 12:02:20 +01:00
You can use the included script to update the DMR IDs periodically. Copy the files updateDMRIDs to /etc/cron.d/ and updateDMRIDs.sh to /var/www from the cron folder in this repo. The paths may have to be aligned to your system architecture. The Update script will then be executed once every 24 hours at 3:30. For security considerations please make sure that the cron folder is not copied to your web server's www root directory.
2017-01-18 12:00:09 +01:00
If you are using the sqlite3-database, in the database-folder you can find a update-script that updates the database from MARC-database.
2016-04-30 15:38:12 +02:00
Contact
=======
2016-06-24 18:45:34 +02:00
Feel free to contact the author via email: dg9vh[@]darc.de
2016-06-24 18:53:58 +02:00
2016-06-24 18:45:34 +02:00
Feel free to contact the mod author via email: ea4gkq[@]ure.es