Commit graph

108 commits

Author SHA1 Message Date
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
5fe2d053fe deleted an old unused file 2022-08-28 04:19:28 +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
4fddd1e7fc just a small fix for database changes 2022-08-28 00:12:05 +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
d815508396 Lot of refactoring in the daemon class and some more cleanups. 2022-08-25 19:48:05 +02:00
ec3a61e019 only beauty fixes... :) 2022-08-25 03:31:53 +02:00
801f4a9b48 just a typo fix 2022-08-25 03:21:07 +02:00
4f2d05f11e some makefile changes; nothing special. 2022-08-25 03:17:29 +02:00
4196745300 set version to 0.6.0 2022-08-25 02:43:31 +02:00
eba54b8cb0 added kill and restart args to stop or restart the daemon if running... 2022-08-25 02:34:25 +02:00
8dd81c5eee import threadung libs only when used 2022-07-31 21:26:18 +02:00
42f3e557be Added tar.xz method to Makefile. 2022-07-18 15:36:20 +02:00
1aca9314e5 Makefile fix. 2022-07-18 14:41:40 +02:00
6794adf4c8 Makefile fix. 2022-07-18 14:11:06 +02:00
76b515be94 Added more stuff to 'make clean'. 2022-07-18 14:09:55 +02:00
37d67be954 Added methods to Makefile for 7z and tar.gz package building. 2022-07-18 14:07:52 +02:00
2d3bb36a75 Added two run methods to Makefile with some default paramaters to make it easy to execute uplink. 2022-07-18 13:45:39 +02:00
bb25c96291 Added Makefile for building a binary using Nuitka 2022-07-18 13:41:35 +02:00
452b57c45b Arguments typo fix; FILE->LOGFILE 2022-07-18 13:08:10 +02:00
3a650267e1 .gitignore update to ignore nuitka3 builds 2022-07-18 12:10:30 +02:00
5f3f4e912f Moved daemon3x.py to files/ 2022-07-18 11:06:24 +02:00
850360037b Version set to 0.5.2 2022-07-18 10:19:16 +02:00
92de153a53 Removed submodules 2022-07-18 09:49:11 +02:00
af62c76817 Version fix and added a new line... 2022-05-04 05:32:59 +02:00
ea22a979f3 Updated submodule fritzconnection to current master 2022-05-03 02:05:59 +02:00
5a0b170610 Directories restructered 2021-12-28 23:49:01 +01:00
674d8084ea Removed all Gtk GUI stuff. This is found in the separate repository fritzui from now on. 2021-12-28 23:35:04 +01:00
43fbe82def Added more links to video tutorials 2021-12-28 05:07:34 +01:00
580cc9d967 Added stubs for the GUI part and added some more helpful information. 2021-12-28 02:39:55 +01: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
ac1369657f Added basic logging to file and stdout. Set fritzconnection to version 1.8.0 2021-12-27 20:21:01 +01:00
16892247fc .gitmodules cleanup 2021-12-27 17:06:34 +01:00
6d0ef7b137 Added threading to cron and foreground execution mode 2021-12-27 16:55:54 +01:00
05b056a30c Lot of cleanups 2021-12-27 04:24:33 +01:00
7e8e3545a4 Exception handling fixes 2021-12-27 03:54:23 +01:00
2d9643c946 String format fix 2021-12-27 03:40:38 +01:00
2eafd9517d CLI output date and time added 2021-12-27 03:38:54 +01:00
33981f1b35 Output cleanup 2021-12-27 03:26:59 +01:00
03cd833078 README update 2021-12-27 02:30:35 +01:00
7740c4cd66 small SQL file fix and cleanups 2021-12-27 01:47:37 +01:00
84b635b7c5 Added MariaDB/MySQL .sql file with table creation SQL code 2021-12-27 01:43:04 +01:00
27f8550ff5 Implemented cron, daemon and foreground mode; Added interval to args; README update. 2021-12-27 01:13:00 +01:00
94f56e3c1c Updated fritzconnection to version 1.7.2; Removed sqlalchemy and urwid for now 2021-12-26 23:12:20 +01:00
8e29a10e3a Import sys in executable. 2021-11-14 04:59:34 +01:00
8811a1c293 Replaced tabs with whitespaces. 2021-11-14 04:57:09 +01:00