スキップしてコンテンツを表示

AWS LPWAN Gateway Basics Station: Remote Commands and Remote Shell

0

According to the AWS IoT Wireless docs, LoRa Basics Station is supported for gateways.

Those docs also link directly to the Basics Station docs, which describes useful features like Remote Commands and Remote Shell.

Unfortunately, I can't find where these might be accessible in the AWS IoT Core console. Are they supported?

質問済み 1ヶ月前47ビュー

1回答
1

Based on the available information about AWS IoT Core for LoRaWAN, the service supports LoRa Basics Station software (version 2.0.4 and above) running on gateways as a prerequisite for connectivity. The service provides two main protocols for gateway management:

  1. LNS (LoRaWAN Network Server) protocol - establishes a data connection for exchanging LoRa uplink and downlink messages
  2. CUPS (Configuration and Update Server) protocol - enables remote configuration and firmware updates of gateways

AWS IoT Core for LoRaWAN provides endpoints for both LNS and CUPS protocols. The CUPS service specifically allows you to remotely manage and upgrade gateway firmware through over-the-air (OTA) updates without physically accessing the gateways. You can upload firmware files to an Amazon S3 bucket, sign them with a private key, and schedule updates to be delivered to your gateways.

However, the specific Remote Commands and Remote Shell features you're referring to from the Basics Station documentation are not mentioned as supported capabilities within AWS IoT Core for LoRaWAN. The documented remote management capabilities focus on firmware updates through the CUPS protocol rather than interactive shell access or arbitrary remote command execution.

For gateway management beyond firmware updates, you would need to verify directly with AWS Support or check for any additional gateway management features that may be available through the AWS IoT Core console or API.
Sources
AWS IoT Core for LoRaWAN
Update gateway firmware using CUPS service with AWS IoT Core for LoRaWAN - AWS IoT Wireless

回答済み 1ヶ月前

エキスパート

レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ