Added creation date, author and sources
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
//! MQTT Publisher for RNV Live Station Data
|
//! 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.
|
//! This application fetches departure data from the RNV API and publishes it to an MQTT broker.
|
||||||
//! It uses a two-step process:
|
//! It uses a two-step process:
|
||||||
//! 1. Look up the station ID by name using [`straba::lookup_station_id`]
|
//! 1. Look up the station ID by name using [`straba::lookup_station_id`]
|
||||||
|
|||||||
@@ -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 chrono::DateTime;
|
||||||
use std::time::{SystemTime, UNIX_EPOCH};
|
use std::time::{SystemTime, UNIX_EPOCH};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user