Hello Matt,

So far so good!!! Tcpflow has been running for over an hour. Data seems to 
be making its way. I'll go up on the roof and poor in some water shortly 
and see if it logs the values.

Here is my working command:
sudo tcpflow -C -i eth1 -s tcp dst port 80 | ./combine-lines.pl | xargs -n 1 
curl http://192.168.1.19:9999 -s -d

Thanks again for all the hard work on this. I would have given up days ago 
w/o you :)

If you'd like me to test the pcap code you implemented last night Im happy 
to do so once I test the rain sensor.

Thanks
-Brad


On Sunday, November 6, 2016 at 4:47:09 AM UTC-8, mwall wrote:
>
>
>
> On Sunday, November 6, 2016 at 2:32:46 AM UTC-5, Brad Tucker wrote:
>>
>> Decided to turn off the FTP skin and see if it changed anything. I still 
>> got the crash and here is the syslog:
>>
>>
> tcpdump is picking up the traffic from your web server/browser and the 
> weewx web pages.
>
> you need to adjust the tcpdump filter so that it only captures traffic 
> from the acurite bridge
>
> try adding a src clause something like this:
>
> tcpdump ... src X.X.X.X and dst port 80
>
> where X.X.X.X is the address of the bridge
>
> or just listen on the eth1 interface (the one to which the bridge is 
> connected) instead of the eth0 interface (the one to which the rest of the 
> network is connected)
>
> m 
>

-- 
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.

Reply via email to