We have a Conduit with mLinux that sends the package to the server (it seems), but we don't get any ACKs. We also don't see any packets through the API web interface or InfluxDB.
We have also installed an instance of the server (croft, jolly, server) and don't seem to get any packets there either.
LOG from the gateway:
The config is as follows (with our gateway EUI):
"gateway_conf" :
{
"forward_crc_disabled" : true,
"forward_crc_error" : false,
"forward_crc_valid" : true,
"gateway_ID" : "our EUI",
"keepalive_interval" : 12,
"push_timeout_ms" : 120,
"serv_port_down" : 1700,
"serv_port_up" : 1700,
"server_address" : "croft.thethings.girovito.nl",
"stat_interval" : 20,
"synch_word" : 52
}
Any ideas?