Where I have to configure these informations from Semtech?
Where are the files local_conf.json or global_conf.json?
********Homepage Semtech********************************
Host:
iot.semtech.com
Port:
1680
For the basic packet forwarder included with the LoRa starter kit, you will need to modify the file local_conf.json (or global_conf.json if that doesn’t exist) to include the following lines:
“server_address”: “iot.semtech.com”,
“serv_port_up”: 1680,
“serv_port_down”: 1680
Be sure to restart your packet forwarder for any changes to take effect.
****************************************************************************