Oh, maybe I can't because I'm using the fileparse extension to gather the sensor data from a text file that gets updated every two minutes with a python script running a json query to my raw sensor data server (phant server), or is the fileparse service also considered a loop packet generating service?
On Wednesday, 15 March 2017 09:00:56 UTC-4, gjr80 wrote: > > > On Wednesday, 15 March 2017 22:33:52 UTC+10, Robert Mantel wrote: >> >> Sound like I should just install your extension, as it would provide what >> I need. Even though my update rate is only every 2 minutes, I guess that >> would be realtime enough for me. >> > > I guess that is up to you, if you want the programming challenge then roll > your own... > > The service is bound to loop packets so the file can be produced at most > once every loop period. > > One limitation is of my service is that since it is not tied to the > StdReport service you don't have the standard RSYNC and FTP 'reports' > available to transfer the resulting file should you need to transfer it to > another server. If your web server and weeWX machine are one and the same > you shouldn't have a problem. > > Gary > -- 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.
