This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:lora:basic_station_forwarder [2025/09/05 11:24] edr |
wiki:lora:basic_station_forwarder [2025/09/08 14:35] (current) ehe [Actility LNS configuration tool] |
||
---|---|---|---|
Line 291: | Line 291: | ||
* the API server URL | * the API server URL | ||
* the chose frequency plan | * the chose frequency plan | ||
- | |||
- | <note warning>''klk_bs_config'' is still required after this to complete the Basic Station configuration.</note> | ||
<note important> | <note important> | ||
Line 306: | Line 304: | ||
# Use TTN configuration tool for TTN LNS | # Use TTN configuration tool for TTN LNS | ||
klk_ttn_config -u https://eu1.cloud.thethings.network -t NNSXS.R6D3ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI.ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIABCDEFGHIJKLMNOPQ -f EU_863_870 | klk_ttn_config -u https://eu1.cloud.thethings.network -t NNSXS.R6D3ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI.ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIABCDEFGHIJKLMNOPQ -f EU_863_870 | ||
+ | klk_bs_config -e | ||
# Use TTN configuration tool for TTI LNS where tenant is your Tenant ID | # Use TTN configuration tool for TTI LNS where tenant is your Tenant ID | ||
klk_ttn_config -u https://tenant.eu1.cloud.thethings.industries -t NNSXS.R6D3ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI.ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIABCDEFGHIJKLMNOPQ -f EU_863_870 | klk_ttn_config -u https://tenant.eu1.cloud.thethings.industries -t NNSXS.R6D3ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHI.ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIABCDEFGHIJKLMNOPQ -f EU_863_870 | ||
+ | klk_bs_config -e | ||
</code> | </code> | ||
++++ | ++++ | ||
Line 357: | Line 357: | ||
* US902-928 | * US902-928 | ||
* Channel plans (1 to 8) comma separated (optional) | * Channel plans (1 to 8) comma separated (optional) | ||
- | <note important> | ||
- | ''klk_bs_config'' is still required after this to complete the Basic Station configuration. | ||
- | </note> | ||
++++Example:| | ++++Example:| | ||
Line 365: | Line 362: | ||
# Use Loriot configuration tool in region US902 with 3 channel plans (US915_CH16_23, US915_CH40_47 and US915_CH56_63) | # Use Loriot configuration tool in region US902 with 3 channel plans (US915_CH16_23, US915_CH40_47 and US915_CH56_63) | ||
klk_loriot_config -k ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJK-321abcdefgh -u https://eu1.loriot.io/1/nwk -n ABCD1234 -r US902-928 -p 3,6,8 | klk_loriot_config -k ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJK-321abcdefgh -u https://eu1.loriot.io/1/nwk -n ABCD1234 -r US902-928 -p 3,6,8 | ||
+ | klk_bs_config -e | ||
</code> | </code> | ||
++++ | ++++ | ||
Line 390: | Line 388: | ||
* the LoRaWan region of the gateway | * the LoRaWan region of the gateway | ||
* the Frequency Sub Band(s) to use (required for US915 and AU915) | * the Frequency Sub Band(s) to use (required for US915 and AU915) | ||
- | <note important> | ||
- | ''klk_bs_config'' is still required after this to complete the Basic Station configuration. | ||
- | </note> | ||
++++Example:| | ++++Example:| | ||
Line 398: | Line 393: | ||
# Use AWS configuration tool | # Use AWS configuration tool | ||
klk_aws_config -u some_user -k ABCDEFGHIJKLMNOPQRST-s ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMN-r eu-west-1 -l US915 -f 1 -b | klk_aws_config -u some_user -k ABCDEFGHIJKLMNOPQRST-s ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMN-r eu-west-1 -l US915 -f 1 -b | ||
+ | klk_bs_config -e | ||
</code> | </code> | ||
++++ | ++++ | ||
Line 476: | Line 472: | ||
* the API server URL | * the API server URL | ||
* the actility LoRaWAN region ID ( see https://oss-api.thingpark.com/tpe/7.3/Things-Management/network-manager/documentation-network-manager.html#/rf-regions ) | * the actility LoRaWAN region ID ( see https://oss-api.thingpark.com/tpe/7.3/Things-Management/network-manager/documentation-network-manager.html#/rf-regions ) | ||
- | <note important> | ||
- | ''klk_bs_config'' is still required after this to complete the Basic Station configuration. | ||
- | </note> | ||
++++Example:| | ++++Example:| | ||
Line 484: | Line 477: | ||
# Use Actility configuration tool in region EU868 on 8 channels | # Use Actility configuration tool in region EU868 on 8 channels | ||
klk_actility_config -i sub-123456789/test -s Abcdef1234567890Ghijklm987654321 -u https://community.thingpark.io -r EU868_8channels.448 | klk_actility_config -i sub-123456789/test -s Abcdef1234567890Ghijklm987654321 -u https://community.thingpark.io -r EU868_8channels.448 | ||
+ | klk_bs_config -e | ||
</code> | </code> | ||
++++ | ++++ |