Glossary
A brief explanation of terms used throughout this manual.
CSV - Comma Separated Values
A CSV is a comma-separated values file, which allows data to be saved in a tabular format.
Debian
Debian GNU/Linux is a Linux distribution composed of free and open-source software, developed by the community-supported Debian Project, which was established by Ian Murdock on August 16, 1993.
Linux
Linux is used as an embedded OS for a variety of applications, including household appliances, automotive entertainment systems and network file system appliances. Network OS for routers, switches, domain name system servers, home networking devices and more.
MQTT
MQTT is an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth.
NTP - Network Time Protocol
The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks.
SFTP - Secure File Transfer Protocol
Secure File Transfer Protocol (SFTP) is a network protocol for securely accessing, transferring and managing large files and sensitive data.
SSH - Secure Shell
The SSH protocol (also referred to as Secure Shell) is a method for secure remote login from one computer to another. It provides several alternative options for strong authentication, and it protects communications security and integrity with strong encryption.
Sparkplug B
An open source software specification that provides MQTT clients the framework to seamlessly integrate data from their applications, sensors, devices, and gateways within the MQTT Infrastructure.
Systemd
Systemd is a software suite that provides an array of system components for Linux operating systems. The main aim is to unify service configuration and behavior across Linux distributions.
SysV
System V (SysV) is one of the first and traditional init systems for the UNIX/Linux operating system. Init is the first process started by the kernel during system boot, and is a parent process for everything. Most Linux distributions first started using the traditional init system, called System V (Sys V).