Added creation date, author and sources

This commit is contained in:
Ollo
2026-02-28 22:02:00 +01:00
parent 5a011bc150
commit 6d59677b07
2 changed files with 13 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
//! MQTT Publisher for RNV Live Station Data
//!
//! Created: 2026-02-27
//! Author: Ollo (supported by glm-4.7-flash)
//!
//! This application fetches departure data from the RNV API and publishes it to an MQTT broker.
//! It uses a two-step process:
//! 1. Look up the station ID by name using [`straba::lookup_station_id`]

View File

@@ -1,3 +1,13 @@
//! RNV Station Data Module
//!
//! Created: 2023-08-18
//! Author: Empire
//! Author: Ollo (supported by glm-4.7-flash)
//!
//! Based on the Project https://www.ccc-mannheim.de/wiki/LED-Board
//! and the following file: https://github.com/C3MA/LED-Board/blob/master/client/bin/src/straba.rs
//! Provides functions to look up station IDs and fetch departure data from the RNV API.
use chrono::DateTime;
use std::time::{SystemTime, UNIX_EPOCH};