uplink/uplink
2022-08-28 04:56:33 +02:00
..
__init__.py Directory refactoring to be more native to Python. 2022-08-25 21:02:22 +02:00
configuration.py 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
csv.py 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
daemon.py 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
database.py 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
model.py 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
server_bottle.py 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
server_cherrypy.py 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
server_pyramid.py 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
speedtest.py 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
uplink.py 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