Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
Introduction
Firmware management:
LoRa network management
Interfaces:
Gateway administration
Support and resources:
Its configuration is available in Configuration ⇒ Interfaces ⇒ SMS utils
menu.
Inline help is available in web user interface in Configuration ⇒ Interfaces ⇒ SMS utils ⇒ Help
.
An extract of this help is available below:
Click to display ⇲
Click to hide ⇱
Click to hide ⇱
[spn:spnpwd] [cmdid1] flow/command
Correct request:
[cmdid1:ok] answer
Not correct request:
[cmdid1:error] error message
Add ABP end-device:
[spn:spnpwd] [endadd] end_device/add_end_device end_device_csv
Example:
[spn:spnpwd] [endadd] end_device/add_end_device ABP,C,,,,11223344,11112222333344445555666677778888,11112222333344445555666677778888,255,869525000,0
Add OTAA end-device:
[spn:spnpwd] [endadd] end_device/add_end_device end_device_csv
Example:
[spn:spnpwd] [endadd] end_device/add_end_device OTAA,C,1122334455667788,1122334455667788,11112222333344445555666677778888,,,,255,869525000,0
Delete ABP end-device:
[spn:spnpwd] [enddel] end_device/delete_end_device dev_addr
Example:
[spn:spnpwd] [enddel] end_device/delete_end_device 11223344
Delete OTAA end-device:
[spn:spnpwd] [enddel] end_device/delete_end_device dev_eui
Example:
[spn:spnpwd] [enddel] end_device/delete_end_device 1122334455667788
Delete end-device fleet:
[spn:spnpwd] [enddef] end_device/delete_fleet
Add gateway:
[spn:spnpwd] [gatadd] gateway/add_gateway gateway_csv
Example:
[spn:spnpwd] [gatadd] gateway/add_gateway 7276FF0039020003
Delete gateway:
[spn:spnpwd] [gatdel] gateway/delete_gateway gateway_id
Example:
[spn:spnpwd] [gatdel] gateway/delete_gateway 7276FF0039020003
Delete gateway fleet:
[spn:spnpwd] [gatdef] gateway/delete_fleet
Get Rx data from ABP end-device:
[spn:spnpwd] [rxdget] rx_data/get_rx_data dev_addr
Example:
[spn:spnpwd] [rxdget] rx_data/get_rx_data 11223344
SMS answer contains Rx data in CSV, syntax is described though this DOWNLOAD button.
Get Rx data from OTAA end-device:
[spn:spnpwd] [rxdget] rx_data/get_rx_data dev_eui
Example:
[spn:spnpwd] [rxdget] rx_data/get_rx_data 1122334455667788
SMS answer contains Rx data in CSV, syntax is described though this DOWNLOAD button.
Add Tx data to ABP or OTAA end-device:
[spn:spnpwd] [txdadd] tx_data/add_tx_data tx_data_csv
Example:
[spn:spnpwd] [txdadd] tx_data/add_tx_data 11223344,2,true,5,MDAyN2JkMDlkMGZlOWMzYTAwMDAwMDAwMDAwMGZmZmY=
Whole configuration is described through DOWNLOAD button.
Sample of configuration file:
{ "body": { "public": { "loftp": { "enable": false } } } }
In this sample, parameter path is loftp.enable.
Get parameter:
[spn:spnpwd] [conget] configuration/get_value parameter_path
Example:
[spn:spnpwd] [conget] configuration/get_value loftp.enable
Set boolean parameter:
[spn:spnpwd] [coset1] configuration/set_value boolean_parameter_path value
Example:
[spn:spnpwd] [coset1] configuration/set_value loftp.enable true
Set number parameter:
[spn:spnpwd] [coset2] configuration/set_value number_parameter_path value
Example:
[spn:spnpwd] [coset2] configuration/set_value csvlo.rotation_count 55
Set string parameter
[spn:spnpwd] [coset3] configuration/set_value string_parameter_path value
Example:
[spn:spnpwd] [coset3] configuration/set_value csvlo.rotation_time "hour"
Reset configuration:
[spn:spnpwd] [conres] configuration/reset_configuration
Set ethernet to DHCP
[spn:spnpwd] [coset3] configuration/set_value network.lan.type "dhcp"
Useful when the ethernet is disabled by accident
Add license:
[spn:spnpwd] [updadd] update/add_license license_content
Example:
[spn:spnpwd] [updadd] update/add_license -----BEGIN SIGNATURE----- smzmFH2J/tRteB62kkush427wKKE/ahM1ojCZukDlE2lGrR28QxPtKlBhoR9p0nc wm8uk1xFBlgj+x/1TmkxaRIkXJkQTqkUbvzsoe4omcPvgfjfTu3FiAiN3NkixCHw h6ehOilCNQvCiKTe8kWaO/Bx+jX+Pt4kmdpTMMch02dxisCNobAqPbzRq31ElH81 aa9nUgrcA4iqett5AowAcKfIPHIo6hTHvlGnmOhA7vN7IN9vdgtvTDEFclwxfbmU PqmqOVlXHfaaLV/Crn/R7wfkKjOPmEp3vaK0u2GkELzw0sQUzpkEMhJF2sN67ovd tDFUCNi54R5ziCmLMvko2A== -----END SIGNATURE----- -----BEGIN LICENSE----- [license] hardware_serial_number = 3903001D expiration_date = 1540123200 gateways_max_number = 10 end_devices_max_number = 0 -----END LICENSE-----
Restore:
[spn:spnpwd] [updres] update/restore
Reboot:
[spn:spnpwd] [updreb] update/reboot
Halt:
[spn:spnpwd] [updhal] update/halt
Get status:
[spn:spnpwd] [staget] status/get_status
SMS answer contains status in CSV, syntax is described though this DOWNLOAD button.