command
module
Version:
v0.7.2
Opens a new window with list of versions in this module.
Published: Feb 1, 2026
License: MIT
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
nmea-logger
Simple NMEA logger.
Logger
Format: JSONL
| Name |
Type |
Description |
timestamp |
int64 |
Epoch milliseconds. |
nmea |
string |
NMEA string. |
Configuration
Environment variables
| Name |
Type |
Required |
Default |
Description |
LOG_LEVEL |
string |
No |
info |
Log level. One of: error, warn, info, debug, trace |
OUTPUT_DIR |
string |
No |
./logs |
Output directory. |
SERIAL_PORT |
string |
Yes |
|
Serial port. |
BAUD_RATE |
int |
Yes |
|
Baud rate. |
DATA_BITS |
int |
No |
8 |
Data bits. |
PARITY |
string |
No |
N |
Parity. One of: N (none), O (odd), E (even), M (mark), S (space) |
STOP_BITS |
string |
No |
1 |
Stop bits. One of: 1, 1.5, 2 |
systemd
- Unit name:
nmea-logger.service
- Configuration file:
/etc/nmea-logger.env
AIS viewer
nmea-logger ais view (input-file)
AIS parser/converter
nmea-logger ais convert (input-file)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.