1
0
Fork 0
Commit graph

198 commits

Author SHA1 Message Date
Kim Huebel
9355e2d24b Modified system-scripts to not run as root but as system-user mmdvm.
Also added command in installation steps to create this user
2021-01-28 21:49:09 +00:00
Kim Huebel
03a926de96 Fixed Problem with permanent txing first row (in time). 2021-01-28 19:34:11 +00:00
Kim Huebel
0ed62ded40 next try to fix network watchdog-issue 2021-01-28 13:36:32 +00:00
Kim Huebel
de8ce2dd22 Getting rid of watchdog-problem... 2021-01-28 12:52:32 +00:00
Kim Huebel
5e178bc004 now lh autowidth :-) 2021-01-03 18:55:44 +00:00
Kim Huebel
9b663082ca Last heard autoWidth = false... 2021-01-03 18:53:37 +00:00
Kim Huebel
9130a71a31 Corrected last tx at in localtime... 2021-01-03 18:46:10 +00:00
Kim Huebel
8be2671a4e enlarging logtailer maxlines and fixing variable initialization 2021-01-03 17:09:42 +00:00
Kim Huebel
2e03c3ae3e Solving "empty line in LH" (first throw) 2021-01-03 17:03:06 +00:00
Kim Huebel
ff19ca888b corrected .draw()-behavior 2021-01-02 19:42:39 +00:00
Kim Huebel
00f0a1b40b Best Practise 2021-01-01 12:00:08 +00:00
Kim Huebel
7ec16c749d Bugfixing 2020-12-30 13:34:55 +00:00
Kim Huebel
78fcfb691f Fixing time handling on handover and handling of Filerotate-param in MMDVM.ini
See logtailer.ini
2020-12-30 13:30:28 +00:00
Kim Huebel
490977c3db Fixed problem with timestamps in Safari-Browsers 2020-12-29 23:11:48 +00:00
Kim Huebel
bffbf8ee6e some performance tuning
Just call Websockets only if really needed by shown tabs
2020-12-27 14:36:06 +00:00
Kim Huebel
e7c6823a6e Link to BM on TGs
closes https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/15
2020-12-27 11:29:56 +00:00
Kim Huebel
ea48f75ff6 Added Key Features in Readme.md 2020-12-18 20:53:57 +00:00
Kim Huebel
7c36c926ab some small corrections 2020-12-18 20:44:40 +00:00
Kim Huebel
ff474fa323 Now you can chose to display the timestamps in local time of the client
If you want to show times in UTC set useClientTimezone in config.js = 0 else
the timestamps and headers in the tables will be displayed in the local timezone
of the client-system. So if you are showing it in Japan with your local time there
you will get other results than showing it in New York.
2020-12-15 10:41:49 +00:00
Kim Huebel
44c98a2f4e Added some no-wraps on some columns 2020-12-14 10:30:05 +00:00
Kim - DG9VH
42022a9726 Added Troubleshooting-Section 2020-12-04 16:36:49 +01:00
Kim Huebel
f12b1d11b5 Disabled debug :-) 2020-12-03 20:46:10 +00:00
Kim Huebel
54af0d5b58 Enhanced System Info
Added infos about MMDVMHost and Repeater
2020-12-03 20:44:59 +00:00
Kim Huebel
9bf065a3a3 Some code-rework on logtailer for being compatible with Python 3.8 and new Column Last TX at in Currently in QSO for better round management 2020-11-28 22:18:23 +00:00
Kim Huebel
da1211bbb2 added new field separators for DMRIds.dat-file
now the files can be separated with " ", ";", "," or "\t" that is tabulator
Format of file must be:
first field = id
second field = callsign
following fields with name, QTH etc will be ignored
2020-11-26 16:08:36 +00:00
Kim Huebel
261f7607b5 Some code cleanup 2020-11-24 19:33:39 +00:00
Kim Huebel
5917968731 Added highlighting of txing station in Last Heard 2020-11-24 11:09:45 +00:00
Kim Huebel
9e064d90c1 Idention typo 2020-11-23 20:24:36 +00:00
Kim Huebel
fd309ddb91 Removing NUMLINES and some code cleanup 2020-11-23 20:17:17 +00:00
Kim Huebel
996be0b395 Rounding CPU-Frequency 2020-11-23 18:03:20 +00:00
Kim Huebel
cf8c1a9d58 Make Sysinfo running on other linux 2020-11-23 16:58:54 +00:00
Kim Huebel
e1a3653b33 Added System Load to sysinfo-tab 2020-11-21 10:30:19 +00:00
Kim Huebel
a6f35b294e Enabled target lookup with DMRIds.dat 2020-11-20 18:39:32 +00:00
Kim Huebel
8067ae7d4d System Info - structuring output
by building up segments
2020-11-20 13:20:54 +00:00
Kim Huebel
8a925471f4 Insert space between value and % at CPU usage 2020-11-20 08:24:04 +00:00
Kim - DG9VH
55a6471382 Update README.md 2020-11-19 21:43:49 +01:00
Kim - DG9VH
c34b9f2f04 Update README.md 2020-11-19 21:31:04 +01:00
Kim - DG9VH
dd99558ca8 Added SysInfo-Tab
closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/10
2020-11-19 21:24:53 +01:00
Kim - DG9VH
ce35c1fcd0 disabled debug
sorry :-)
2020-11-19 19:12:37 +01:00
Kim - DG9VH
1d4954542c Making default tab on page load configurable in config.js
closed https://github.com/dg9vh/MMDVMHost-Websocketboard/issues/8
2020-11-19 18:25:45 +01:00
Kim - DG9VH
937be46503 Added DMRIDs-loopup in logtailer.py
For those using DMRHost by BrandMeister or those having no ID-lookup enabled in MMDVMHost.
2020-11-18 21:41:56 +01:00
Kim - DG9VH
38b391794e Fixed Update of first row problem 2020-11-14 12:10:21 +01:00
Kim - DG9VH
a54170ffdf First attempt of getting rid of network watchdogs... 2020-11-13 12:02:33 +01:00
Kim - DG9VH
d2cb6034ff Added duration to Currently TXing 2020-11-12 15:14:53 +01:00
Kim - DG9VH
d4589a97ba Fixed Currently TXing on local transmissions
concerning YSF
2020-11-12 10:32:37 +01:00
Kim - DG9VH
13aea17d7b deactivate forgotten debug flag 2020-11-11 22:47:07 +01:00
Kim - DG9VH
255c65f84d make communication faster between server and client 2020-11-11 22:30:28 +01:00
Kim - DG9VH
25a05212a1 Fixed Bug with YSF on Current TXing 2020-11-11 22:21:51 +01:00
Kim - DG9VH
2890494e3c First shot of Currently TXing-Tab
Now showing currently TXing on separate tab
2020-11-11 22:10:23 +01:00
Kim - DG9VH
9a3e31b3fb Changed METAR decoding to Tooltip-display 2020-11-09 23:27:33 +01:00