Hello everyone, I am having problems with devices sending their information through the osmand protocol, in the log I receive the following information after decoding the hex:
POST /?id=eui-a8404111d1829fd4&lat=-32.641445&lon=-54.465074&altitude=98&voltaje_bateria=3.043×tamp=2022-02-10T15:53:52.917110104Z&Sensor_Interno=26.97&Humedad=53&Sensor_Externo=26.43&batt=95 HTTP/1.1
user-agent: got (https://github.com/sindresorhus/got)
Content-Type: application/json
Content-Length: 1740
Host: 127.0.0.1:5055
Connection: close
Could it be because the type of connection says close? the device says connected but it is not shown on the map and neither is the information in the status. Any idea is welcome, thanks for your time.
You need to keep connection open. Otherwise the data doesn't get through the pipeline.
Hello everyone, I am having problems with devices sending their information through the osmand protocol, in the log I receive the following information after decoding the hex:
Could it be because the type of connection says close? the device says connected but it is not shown on the map and neither is the information in the status. Any idea is welcome, thanks for your time.