-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #75 - Telemetry processing updates and cleanup
Update telemetry processing function to expect a pickled tuple instead of just a string. The nonserialized tuple being received before was interfering with the raw telemetry format and resulting in processing issues. The gui.html.directory configuration attribute can now be passed into the GUI plugin via the optional / additional plugin config attribute html.directory. Moved bottle.TEMPLATE_PATH update into __init__ after the html.directory attribute has been processed. Dropped bottle.debug(True). If we need it for debugging we can add it back in but it really shouldn't be there by default. Dropped the non-plugin telemetry monitoring and data archiving stuff.
- Loading branch information
Showing
1 changed file
with
11 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters