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!
A USB key service is available on the SPN gateway. It can be used to:
In order to activate the USB key features a USB folder structure must be respected. When all the features are available, the structure is:
During the use of USB key the led behaviour is the following:
1) Red power LED is blinking during USB commands management.
2) Once all commands processed, LED is kept switched on. The USB key can be removed.
3) Once USB key unplugged, LED is switched off.
On USB key root directory, create a file “spn/XXXXXX_password” which must contain “spn” user password.
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.
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.
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.
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:
XXXXXX_data.json
. The file contents the gateway configuration. More information on the file format is available here.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.
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.
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:
XXXXXX_fleet.csv
. The file contents the fleet description. More information on the file format is available here.
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 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:
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.
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.
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.
The process is triggered by putting an empty file get_log
in the configuration folder.
It will create a file log/XXXXXX_get_log_processed
once the request is taken into account.
The request only works if file log/XXXXXX_get_log_processed
does not exist.