sberl / supersid

Cross-platform Sudden Ionospheric Disturbances (SID) monitor
MIT License
9 stars 9 forks source link

unused configuration setting 'mode' #47

Open fenrog opened 2 years ago

fenrog commented 2 years ago

configuration setting 'mode' (Server, Client, Standalone) is present in config.py but it appears not to be used

sberl commented 2 years ago

ericgibert added that with the idea the data collection could be on one machine, and the display could be on another.

I have an idea I want to try that may be more useful for me personally. The data would be written to a time series database. I am currently using influxdb on another project and it is pretty great. This would allow another program on the same or different machine to display the data by querying the database. In my other application I use grafana for the display.

Unless one of us has some use for, and wants to implement the "mode" configuration, I would not complain if it was removed.

Steve

On Sun, Jan 2, 2022 at 3:49 PM fenrog @.***> wrote:

configuration setting 'mode' (Server, Client, Standalone) is present in config.py but it appears not to be used

— Reply to this email directly, view it on GitHub https://github.com/sberl/supersid/issues/47, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHXLELWXWGQGFMO4PYZP6TUUDQCFANCNFSM5LEGRNTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- -steve

fenrog commented 2 years ago

I'd have another idea - writing the raw audio data to a socket for gqrx in order to see a slow waterfall diagram with one measurment every five seconds.

Maybe the configuration option is of some use in future.

fenrog commented 5 months ago

Two years later, configuration setting mode (Server, Client, Standalone) is still unused and should be removed.

fenrog commented 5 months ago

ready for merge with https://github.com/sberl/supersid/pull/80