n1kdo / n1mm_view

Real-time statistics viewer for N1MM+ on Field Day
BSD 2-Clause "Simplified" License
32 stars 13 forks source link

Question about headless.py #20

Closed ny4i closed 3 years ago

ny4i commented 5 years ago

My use case is I have a single PI that displays the screens on a monitor (or projector) and sends the QSOs to the Internet. When I originally added the coded to create PNG files and upload them, I had it combined. When the code went through its modularization, these functions were separated into dashboard.py and headless.py.

In my use case, would I run two instances (on different Pis)?

I am curious if there is a particular reason the option to have these functions combines was removed from the code?

Thanks, Tom NY4I

n1kdo commented 4 years ago

This could probably be further refactored such that the images are all only created as png, and the pygame dashboard just displayed the pngs.

n1kdo commented 3 years ago

can I close this issue?