LoRa Basics™ Station
2.0.6
  • How to use LoRa Basics™ Station
  • Quick Start
  • The LNS Protocol
  • The CUPS Protocol
  • Configuration Files
  • Authentication Modes
  • Credentials
  • Concentrator Design (v1.5)
  • Concentrator Design (v2)
  • Concentrator Design (Corecell)
  • Clock Synchronization and Time References
  • Supported Platforms
  • Compiling LoRa Basics™ Station
  • Files Related to LoRa Basics™ Station
    • cmd.fifo
    • version.txt
    • {tc,cups}{,-bak,-boot,-temp}.{uri,trust,crt,key}
    • {tc,cups}-done.bak
    • {tc,cups}-temp.{upd,cpy}
    • update.bin
    • update.bi\_
    • station.conf
    • slave-*N*.conf
    • ~temp/station.pid
    • ~temp/station.log
    • ~temp/station.log.*N*
  • Glossary
LoRa Basics™ Station
  • Files Related to LoRa Basics™ Station
  • View page source

Files Related to LoRa Basics™ Station

  • cmd.fifo

  • version.txt

  • {tc,cups}{,-bak,-boot,-temp}.{uri,trust,crt,key}

  • {tc,cups}-done.bak

  • {tc,cups}-temp.{upd,cpy}

  • update.bin

  • update.bi\_

  • station.conf

  • slave-*N*.conf

  • ~temp/station.pid

  • ~temp/station.log

  • ~temp/station.log.*N*

cmd.fifo

FIFO file for pushing various commands to a running Station. An example for changing the log level for a running Station is given in Logging Setup.

version.txt

File containing the package version of a Station in the form MAJOR.MINOR.REVISION. Based on this version information, the CUPS protocol decides whether an update is available (see The CUPS Protocol).

{tc,cups}{,-bak,-boot,-temp}.{uri,trust,crt,key}

{tc,cups}-done.bak

{tc,cups}-temp.{upd,cpy}

Files related to credentials as described in Credentials.

update.bin

Contains the update blob if available, received as a response from CUPS. On Linux systems, this is a self-contained executable file comprising all files required for a generic update. The update may include files for the Station itself or any other system-wide updates, depending on the permissions. If the corresponding signature matches, the update.bin file is executed by the Station.

update.bi\_

Temporary file containing a partial update blob during a CUPS interaction. Upon completion of the CUPS interaction, the complete blob is written to update.bin.

station.conf

The main configuration file for a Station as described in Configuration Files.

slave-*N*.conf

Configuration files for a single Station operating multiple radio boards as described in Configuration Files.

~temp/station.pid

Station process identifier.

~temp/station.log

~temp/station.log.*N*

Station log files.

Previous Next

© Copyright 2022, Semtech Corp.

Built with Sphinx using a theme provided by Read the Docs.