Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
This is an old revision of the document!
An sFTP server is installed on the gateway. It can be used to:
Its configuration is available in the Local FTP tab under the Services menu.
http://klk-wifc-XXXXXX/
.
spn
/ spnpwd
).
Retrieve RX data process needs to be triggered by the user. The process is triggered by putting an empty file
get_rx_data
in the rx_data
folder on the FTP server.
It will create a file rx_data/XXXXXX_get_rx_data_processed
once the request is taken into account.
The request only works if file rx_data/XXXXXX_get_rx_data_processed
does not exist.
Send TX data process needs to be triggered by the user. The process is triggered by putting 2 files in the
tx_data
folder on the FTP server:
XXXXXX_tx_data.csv
. The file contents the datas to be transmit. The CSV file format is the same than those used by web interface. Put this file first on the server.
add_tx_data
.
It will create a file tx_data/XXXXXX_add_tx_data_processed
once the request is taken into account.
The request only works if file tx_data/XXXXXX_add_tx_data_processed
does not exist.
Set/Get gateway configuration process needs to be triggered by the user.
The process is triggered by putting an empty file
get_configuration
in the configuration
folder on the FTP server.
It will create a file configuration/XXXXXX_get_configuration_processed
once the request is taken into account.
The request only works if file configuration/XXXXXX_get_configuration_processed
does not exist.
The process is triggered by putting 2 files in the
configuration
folder on the FTP server:
XXXXXX_data.json
. The file contents the gateway configuration. More information on the file format is available here. Put this file first on the server.
set_configuration
.
It will create a file configuration/XXXXXX_set_configuration_processed
once the request is taken into account.
The request only works if file configuration/XXXXXX_set_configuration_processed
does not exist. Put this file first on the server.
Manage fleet process need to be triggered by the user.
The process is triggered by putting an empty file
get_fleet
in the fleet folder on the FTP server.
It will create a file fleet/XXXXXX_get_fleet_processed
once the request is taken into account.
The request only works if file fleet/XXXXXX_get_fleet_processed
does not exist.
The process is triggered by putting 2 files in the
fleet
folder on the FTP server:
XXXXXX_fleet.csv
. The file contents the fleet description. More information on the file format is available here. Put this file first on the server.
add_fleet
.
It will create a file fleet/XXXXXX_set_fleet_processed
once the request is taken into account.
The request only works if file fleet/XXXXXX_set_fleet_processed
does not exist.
Update FTP folder allows users to update the gateway software, restore the software to the default configuration and reboot the gateway.
These processes need to be triggered by the user.
The process is triggered by putting 2 files in the
update
folder on the FTP server:
update
.
It will create a file update/XXXXXX_update_processed
once the request is taken into account.
The request only works if file update/XXXXXX_update_processed
does not exist.
Update will be taken into account after a reboot.
The process is triggered by putting an empty file restore
in the update
folder on the FTP server.
It will create a file update/XXXXXX_restore_processed
once the request is taken into account.
The request only works if file update/XXXXXX_restore_processed
does not exist.
Restore will be taken into account after a reboot
The process is triggered by putting an empty file
reboot
in the update
folder on the FTP server.
It will create a file update/XXXXXX_reboot_processed
once the request is taken into account.
The request only works if file update/XXXXXX_reboot_processed
does not exist.