build
Basic Station 2.0.6 January 2022 documentation
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.
Basic Station 2.0.6 January 2022 documentation
- 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
- Glossary
ADDITIONAL RESOURCES - CODE
ADDITIONAL RESOURCES - VIDEOS
- Part 1: An Introduction
- Part 2: System Overview
- Part 3: Key Features
- Part 4: Understanding the Building Blocks
- Part 5: Understanding the LNS Protocol
- Part 6: Understanding the CUPS Protocol
- Part 7: Understanding Security
- Part 8: Understanding the Simulation Environment
- Part 9: Live Example Walk-Through