Commit graph

22 commits

Author SHA1 Message Date
6cc1ea70c7 Writing information to database now at a fritzconnection exception. 2022-09-23 23:21:13 +02:00
62c1568b4d Execution timestamp is now generated before thread creation, not inside the thread. Some cleanups and fixes. 2022-09-10 03:01:29 +02:00
5f975f90d6 Adde some more logging information to INFO and some more code comments. 2022-09-10 01:39:49 +02:00
c319417ee3 Seperated environment vars from configuration to exclusive object and added a seperate URL (/environment) for requesting data from the HTTP server. 2022-09-10 01:09:38 +02:00
6cb6716862 Reverted the status to uppercase. 2022-09-09 23:14:38 +02:00
2190245675 Version fix. 2022-09-09 00:39:59 +02:00
0c40b51caf Renamed config to configuration in httpserver URL. 2022-09-09 00:20:03 +02:00
2dbc971275 Added version to env vars, added local hostname to env vars and a bug fix. 2022-09-09 00:12:09 +02:00
b114befaff Added CHANGELOG and description about version numbering. 2022-09-08 09:24:15 +02:00
71b118afd1 Added database_port to configuration and a cleanup. 2022-09-08 07:47:55 +02:00
21a7780c39 Added automatic page refresh to the HTTP configuration status page. 2022-09-08 07:22:43 +02:00
ae53c48815 Added AUTHORS file and cleaned up some code. 2022-09-08 05:32:59 +02:00
e921d36aa5 Configuration parameter checks, simplified logging, a lot of refactoring and bug fixes. 2022-09-07 02:10:08 +02:00
03424821c8 Added notification stub, lot of refactoring, set default http_server_host to 127.0.0.1 and bug fixes. 2022-09-06 02:51:54 +02:00
c2035d35af Added a speedtest thread, lot of refactoring and cleanups 2022-08-31 00:19:15 +02:00
d7f74f3914 args cleanup and full configuration in config file possible now. lot of refactoring and tons of cleanups 2022-08-29 01:33:19 +02:00
c8bde6f22b removed support for bottle and pyramid. cherrypy is most easy to integrate and fits to all my needs... 2022-08-28 04:56:33 +02:00
d2f3484ca9 Added a simple data model class to be more flexible. SQLAlchemy will not be included. uplink is to small for this... maybe later. Lot of housekeeping where done too. 2022-08-28 04:17:53 +02:00
a14fccfb71 Totally refactored. Split everything in classes. Integrated HTTP server support for a status page. bottle, celery and pyramid supported but I will choose only one. Currently cherrypy looks perfect. Writing results to a database will become optionally and will use SQLAlchemy in the next days. This all is a work in progress and the code should not really be used. I am refreshing my Python skills and I hope the next release will be modular and usable for everybody... stay tuned 2022-08-27 18:46:47 +02:00
3c4aa09bf1 Directory refactoring to be more native to Python. 2022-08-25 21:02:22 +02:00
da1e82918b Added stubs for the GUI part and added some more helpful information. 2021-12-28 02:39:28 +01:00
3966cd0e0f Refactoring, Cleanups and prepared a new directory structure 2021-12-27 21:04:49 +01:00