I'm trying to display realtime wind data on a remote monitor. I could easily do that by writing to a file or database in weewx/engine.py with every loop packet, but I'm worried about SD card corruption on my Pi with such frequent file writing, which has happened to me in the past.
I'm wondering if anyone can think of some way to make the data accessible to my webserver (lighttpd, but could be something else) without writing a file? Maybe some variable that's stored only in memory, temporarily? Or maybe I'm over thinking it and I should just write the data to a file? The main issue is that the weather station is installed in an office full of people who are somewhat unlikely to use the power button if they ever need to unplug the Pi, so I'm worried that they're going to unplug it while a file is being written. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
