DR <
daleea...@gmail.com> writes:
> I am following the documentation on developing a custom driver and the
> author suggests studying fileparse.py which I can find easily enough,
> but then also says simulator.py is a great way to begin and understand
> what the WeeWx program expects from a driver.
>
> I cannot find that file on my RaspOS system, running 5.2 Weewx.
You should check out the sources from git, and look there, rather than
looking in your installed system. Even if you can find it installed.
$ git remote -v
origin g...@github.com:weewx/weewx.git (fetch)
origin g...@github.com:weewx/weewx.git (push)
$ find . -name simulator.py
./src/weewx/drivers/simulator.py