just to be clear, if you want to capture data from a weather station that is
sending data to weather underground, then you might want to start with 'sniff
mode for any WU client' section:
===============================================================================
Example: sniff mode for any WU client
This example assumes two network interfaces on the computer running weewx.
1) Plug the computer into the local network using the first interface (eth0).
Plug the device into the second interface (eth1).
Bridge the two network interfaces.
If you run any web services on the computer, configure them to listen on
interface eth0, not eth1.
2) Set parameters in the weewx configuration file. The device has IP address
of X.X.X.X
[Interceptor]
driver = user.interceptor
device_type = wu-client
mode = sniff
iface = eth1
pcap_filter = src X.X.X.X and dst port 80
--
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].
To view this discussion visit
https://groups.google.com/d/msgid/weewx-user/9120F3AB-3CC0-449A-8002-FB5FAB0EF15F%40gmail.com.