# QUAK/ESR realtime data display
Quick and dirty visualization of data published by a specific experimental
setup via MQTT
## Installation
```
pip install quakesrrtdisplay-tspspi
```
_Note_: On our experimental systems this is deployed automatically by
Jenkins also on updates.
## Default configuration
The connection dialog can be filled with default credentials. This
is done by a ```~/.config/quakesrdisplay/connection.conf``` that contains
a simple JSON structure supplying the values (password also not encrypted):
```
{
"broker" : '127.0.0.1',
"port" : '1883',
"user" : 'someMQTTusername',
"password" : 'anyPassword',
"basetopic" : 'quakesr/experiment'
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/tspspi/quakesrrtdisplay",
"name": "quakesrrtdisplay-tspspi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Thomas Spielauer",
"author_email": "pypipackages01@tspi.at",
"download_url": "https://files.pythonhosted.org/packages/04/5b/83de83e246e8e982f369c12199804f36d8f1c7c194a5d53787d3f2353186/quakesrrtdisplay_tspspi-0.0.13a0.tar.gz",
"platform": null,
"description": "# QUAK/ESR realtime data display\n\nQuick and dirty visualization of data published by a specific experimental\nsetup via MQTT\n\n## Installation\n\n```\npip install quakesrrtdisplay-tspspi\n```\n\n_Note_: On our experimental systems this is deployed automatically by\nJenkins also on updates.\n\n## Default configuration\n\nThe connection dialog can be filled with default credentials. This\nis done by a ```~/.config/quakesrdisplay/connection.conf``` that contains\na simple JSON structure supplying the values (password also not encrypted):\n\n```\n{\n \"broker\" : '127.0.0.1',\n \"port\" : '1883',\n \"user\" : 'someMQTTusername',\n \"password\" : 'anyPassword',\n \"basetopic\" : 'quakesr/experiment'\n}\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A simple realtime display for QUAK/ESR data in a specific experimental setup",
"version": "0.0.13a0",
"project_urls": {
"Homepage": "https://github.com/tspspi/quakesrrtdisplay"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "843be102ae5c6149f91f6e44d50e09fb811446dbc7342ecf79f96ca6e3291511",
"md5": "1a2bd000b2cc58df83fe7fc724cacef5",
"sha256": "3a68b061b45c8c5c2dfbe0bcb0ff7d6b58b1a5660e93cd84f30b699ab0eba349"
},
"downloads": -1,
"filename": "quakesrrtdisplay_tspspi-0.0.13a0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1a2bd000b2cc58df83fe7fc724cacef5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 13483,
"upload_time": "2025-03-03T14:37:48",
"upload_time_iso_8601": "2025-03-03T14:37:48.688209Z",
"url": "https://files.pythonhosted.org/packages/84/3b/e102ae5c6149f91f6e44d50e09fb811446dbc7342ecf79f96ca6e3291511/quakesrrtdisplay_tspspi-0.0.13a0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "045b83de83e246e8e982f369c12199804f36d8f1c7c194a5d53787d3f2353186",
"md5": "713bf045f8fdf3052d3c80c1617961db",
"sha256": "8f614e3e5cd819aca0754076a9aa765eafcb3355e5c412abfeb1580a43357512"
},
"downloads": -1,
"filename": "quakesrrtdisplay_tspspi-0.0.13a0.tar.gz",
"has_sig": false,
"md5_digest": "713bf045f8fdf3052d3c80c1617961db",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 13669,
"upload_time": "2025-03-03T14:37:49",
"upload_time_iso_8601": "2025-03-03T14:37:49.895906Z",
"url": "https://files.pythonhosted.org/packages/04/5b/83de83e246e8e982f369c12199804f36d8f1c7c194a5d53787d3f2353186/quakesrrtdisplay_tspspi-0.0.13a0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-03 14:37:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tspspi",
"github_project": "quakesrrtdisplay",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "quakesrrtdisplay-tspspi"
}