** XLXDJson is a micro service providing JSON data from XLXD **
- almost not hard templated, easily editable
cd /opt
git clone https://github.com/Avrahqedivra/XLXDJson.git
cd XLXJson
edit config.py to match your needs
run with : python3 monitor.py from the install folder
connect with your browser on http://monitor_ip:port (as defined in config.py)
Copyright (C) 2022 Jean-Michel Cohen, F4JDN f4jdn@outlook.fr
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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA