With just the tcpflow command, it shows this.

[root@weewx ~]# tcpflow -C -0 -s tcp dst port 80
tcpflow: listening on bridge0
GET 
/weatherstation/updateweatherstation?dateutc=now&action=updateraw&realtime=1&id=24C86E08150D&mt=5N1x38&sensor=00002701&windspeedmph=0&humidity=86&tempf=58.8&baromin=30.34&battery=normal&rssi=3
 
HTTP/1.1
Host: hubapi.myacurite.com
User-Agent: Hub/224
Connection: close

GET 
/weatherstation/updateweatherstation?dateutc=now&action=updateraw&realtime=1&id=24C86E08150D&mt=5N1x31&sensor=00002701&windspeedmph=0&winddir=158&rainin=0.00&dailyrainin=0.00&humidity=86&tempf=58.8&dewptf=54&baromin=30.34&battery=normal&rssi=3
 
HTTP/1.1
Host: hubapi.myacurite.com
User-Agent: Hub/224
Connection: close

GET 
/weatherstation/updateweatherstation.php?ID=KNJNEWJE4&PASSWORD=pat6854&dateutc=now&action=updateraw&realtime=1&rtfreq=36&id=24C86E08150D&mt=5N1x31&sensor=00002701&windspeedmph=0&winddir=158&rainin=0.00&dailyrainin=0.00&humidity=86&tempf=58.8&dewptf=54&baromin=30.34&battery=normal&rssi=3
 
HTTP/1.1
Host: rtupdate.wunderground.com
Connection: close



Brad, I tryed your combination, but nothing gets sent to weewx and nothing 
gets shown in console either.

[root@weewx ~]# tcpdump -A -n -p -l -i bridge0 -s0 -W tcp dst port 80 | 
stdbuf -oL strings -n8 | stdbuf -oL grep "&" | ./acurite-lwp.pl
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on bridge0, link-type EN10MB (Ethernet), capture size 65535 bytes
^C42 packets captured
42 packets received by filter
0 packets dropped by kernel




On Wednesday, November 2, 2016 at 7:17:42 PM UTC-4, mwall wrote:
>
> On Wednesday, November 2, 2016 at 6:53:13 PM UTC-4, Pat Hayes wrote:
>>
>> I've been following this thread thanks to Brad letting me know of it. It 
>> seems I ran into a snag. It seems the interceptor driver doesn't like the 
>> input. 
>>
>
> pat,
>
> it looks like your tcpflow/acurite-lwp.pl combination is butchering the 
> string that it is posting to the interceptor.
>
> what do you see when you just do the tcpflow command?
>
> 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