crt - Cumulus Real Time
Copyright 2014 Matthew Wall

crt is a weewx extension that emits a realtime.txt file in the format
specified by Cumulus

  http://wiki.sandaysoft.com/a/Realtime.txt

Installation instructions:

1) expand the tarball:

cd /var/tmp
tar xvfz ~/Downloads/weewx-crt.tgz

2) copy files to the weewx user directory:

cp /var/tmp/weewx-seg/bin/user/crt.py /home/weewx/bin/user

3) modify weewx.conf:

[CumulusRealTime]
     date_separator = /
     filename = /path/to/realtime.txt

[Engines]
    [[WxEngine]]
        process_services = ..., user.crt.CumulusRealTime

4) restart weewx

sudo /etc/init.d/weewx stop
sudo /etc/init.d/weewx start
