radar, What exactly is setup? Are you running the driver as a sniffer on a device like your router that is sniffing the traffic as it flows to the myacurite servers, or are you hijacking the traffic to send it somewhere else?
If it's the former, I'm not sure the bridge is very happy when it doesn't get responses from the server it is trying to reach, and that might explain your excessive dhcp requests. I used to use a DNS hijack (still running a sniffer, but not running on my router) that sent it to a server running weewx as well as an apache server. When the apache server would be down the bridge would actually ignore my DNS hijack and start talking to the aculink servers directly... Suffice to say, it seems like acurite has some hardcoded defaults built into their software if things on your network aren't functioning 100%... On Thursday, November 17, 2016 at 9:53:38 PM UTC-6, Radar wrote: > > thanks every one for the help and this great software > > > On Wednesday, November 16, 2016 at 9:11:48 PM UTC-6, Jerome Helbert wrote: >> >> port 80 basically implies http, so that extra bit ought to be pretty >> redundant... >> >> On Wednesday, November 16, 2016 at 8:20:16 PM UTC-6, Radar wrote: >>> >>> looks like its not going to die again, the only things i can find are >>> changed the >>> >>> pcap_filter = "src 192.168.2.14 and dst port 80" >>> to >>> pcap_filter = "src 192.168.2.14 and dst port 80 and http" >>> >>> and don't know if this had any thing to do with but the bridge was >>> asking dhcpd for a new address and it shouldn't have been i found 3 times >>> in a quick glance at the log >>> and i have it set to 1 day lease it was like the bridge was rebooting >>> >>> On Tuesday, November 15, 2016 at 6:21:43 PM UTC-6, Radar wrote: >>>> >>>> interceptor v0.7a it's been running for 23 hours now >>>> >>>> On Monday, November 14, 2016 at 10:47:16 AM UTC-6, mwall wrote: >>>>> >>>>> radar, >>>>> >>>>> could you try interceptor v0.7a (commit 5d0fe66) >>>>> >>>>> this logs more details about what is actually being parsed from the >>>>> pcap sniffs >>>>> >>>>> 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.
