PiInTheSky / lora-gateway

LoRa gateway to Habitat
96 stars 69 forks source link

lora-gateway v1.10.3 uploads tons of packets for each received telemetry packet #77

Open zanco opened 11 months ago

zanco commented 11 months ago

As soon as one listener running v 1.10.3 receives a (valid) lora packet hundreds of uploads take place towards the api.v2.sondehub

Tried to bypass the error checking by disabling line 103 , 104 and 144. Does not make a change, as soon as gateway receives a lora packet the upload goes sky high.
errors.txt removed before starting and no errors.txt is created.

Tried to find if either sondehub messes up by enabling a network tool on the pi running lora-gateway, but as soon as one packet is received the number of bytes sent to the IP address which matches the api.v2.sondehub.org goes up a lot , I stopped the gateway when 6 similair connections happened which each where good for over 6000 bytes being sent to the API.

I have not the knowledge to find out why the upload continuous

One radio amateur had saved a local copy of 1.10.0 and switched to that version, which only uploads once after each packet.