Skip to content

Simple and dirty visualization of experimental status for QUAK/ESR

License

Notifications You must be signed in to change notification settings

tspspi/quakesrrtdisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'
}

About

Simple and dirty visualization of experimental status for QUAK/ESR

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages