raspberry-noaa icon indicating copy to clipboard operation
raspberry-noaa copied to clipboard

sharing one web panel for two noaa setups... How can this be done?

Open Dzewa opened this issue 3 years ago • 0 comments

I am running this code on an existing raspberry pi setup but have recently decided that instead of receiving both noaa AND meteor on the same machine, I would like to run one pi dedicated to noaa 15, 18 and 19... and one machine for meteor only. I came to this conclusion because I have missed many opportunities of receiving meteor passes due to another noaa satellite pass overlapping a meteor pass, resulting in the meteor pass being ignored..

Originally, I had searched for a solution that would essentially allow me to insert a line of code somewhere, that in the most basic sense, looks at the scheduled passes and if it finds that an overlapping pass is scheduled, it would immediately tell the software "Hey, meteor is more important."... For example, if noaa15 is scheduled at 10:00am and meteor is scheduled for 10:02am, the software will always favor the meteor pass and ignore the noaa pass if it is an overlap with meteor... HOWEVER, I've searched everywhere and cannot seem to find any information that would lead me to a solution or way of accomplishing this.

As a simpler way of accomplishing that task, I decided that it would be easier to run one pi dedicated to noaa and a second pi dedicated to meteor, but now the problem I'm running into is how to tell both machines to upload their images to the same web panel.. In other words, I don't want to have to switch between two different web panels to see two different sets of images from two different pi's..

Dzewa avatar May 30 '21 21:05 Dzewa