====== Lyx — Guides ====== Themenführer und aufgabenorientierte Dokumentation: Wann welche Unit verwenden, domänenspezifische Bibliotheken, Safety-Standards und Embedded-Konzepte. → [[lyx_-_programmiersprache:start|Übersicht]] · [[lyx_-_programmiersprache:sprache|Sprachreferenz]] · [[lyx_-_programmiersprache:units|Standard Library]] ---- ===== Orientierung ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:welche-unit|Welche Unit?]] | Task-orientierter Wegweiser: „Ich will X → Unit Y" | ===== Bibliotheks-Guides ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:kryptographie|Kryptographie]] | Vergleich aller Krypto-Units, AES vs. DADQ, PQC-Auswahl | | [[lyx_-_programmiersprache:guides:ml|Machine Learning]] | Lyx ML-Bibliothek: Regression, Clustering, FastText | | [[lyx_-_programmiersprache:guides:lyxvision|LyxVision TUI-Framework]] | Widgets, Dialoge, Menüs, direkte Zeichenfunktionen | | [[lyx_-_programmiersprache:guides:android|Android-Entwicklung]] | JNI, NativeActivity, Logging, OpenGL ES, APK-Bau | | [[lyx_-_programmiersprache:guides:svg|SVG mit Lyx]] | Grundformen, Pfade, Stile, Animationen, Filter, Text | | [[lyx_-_programmiersprache:guides:validate|Validierung (std.validate)]] | IBAN, EAN, VIN, ORCID, VAT und 20+ weitere Prüfalgorithmen | | [[lyx_-_programmiersprache:guides:crosscompiling|Cross-Compilation]] | Alle Zielplattformen, Bare-Metal, Android-JNI, Workflows | ===== Compliance & Recht ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:kassensichv|KassenSichV / TSE]] | Provider-Auswahl (Mock/REST/USB), Workflows, Fehlerbehandlung, DSFinV-K-Export, Inbetriebnahme-Checkliste | ===== Cloud-Infrastruktur ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:cloud|Cloud-Guide]] | Credentials, Response-Handling, Workflows, AWS vs. DO, Sicherheitsregeln, LocalStack | | [[lyx_-_programmiersprache:guides:s3|S3-Guide]] | Upload/Download, Multipart, Presigned URLs, Listing/Pagination, AWS vs. R2 vs. MinIO | | [[lyx_-_programmiersprache:units:cloud|std.cloud — Übersicht]] | AWS, DigitalOcean, Cloudflare, GCP: Architektur, Credential-Konzept, Rückgabewerte | | [[lyx_-_programmiersprache:units:cloud:aws|std.cloud — AWS]] | S3, EC2, DynamoDB, Lambda, IAM, SQS, SNS, CloudWatch, Secrets Manager | | [[lyx_-_programmiersprache:units:cloud:do|std.cloud — DigitalOcean]] | Droplets, Volumes, Spaces, Databases, Kubernetes, Apps, Networking | | [[lyx_-_programmiersprache:units:cloud:cf|std.cloud — Cloudflare]] | Zones, DNS, Workers, KV, R2, D1, WAF, Cache, Pages, Tunnel, Email, Analytics | | [[lyx_-_programmiersprache:units:cloud:gcp|std.cloud — GCP]] | Cloud Storage, Compute Engine, Firestore, Pub/Sub, Cloud Functions, Cloud Run, Logging, Secret Manager, IAM | ===== Blockchain ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:blockchain|Blockchain-Guide]] | Schlüssel & Adressen, Transaktionen signieren, Mining, P2P-Netzwerk, Speicherverwaltung, Einschränkungen | | [[lyx_-_programmiersprache:units:blockchain|std.blockchain]] | Serializer, Transaktions- und Block-Modelle, immutable Ledger, PoW-Konsens, Mining, Kettenvalidierung | | [[lyx_-_programmiersprache:units:blockchain:p2p|std.blockchain.p2p]] | TCP P2P-Netzwerk, Peer-Verbindungen, Broadcast TX/Block, Nachrichtenprotokoll, Einschränkungen | ===== CPU & SIMD ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:units:cpu:features|std.cpu.features]] | CPU-Feature-Erkennung via ''/proc/cpuinfo'': SSE2, SSE4.1, AVX2; Bitmask-Konstanten, gecachtes Ergebnis | | [[lyx_-_programmiersprache:units:cpu:dispatch|std.cpu.dispatch]] | Runtime-SIMD-Dispatch, 16-Byte-ausgerichtete f32-Arrays, elementweise Arithmetik; WP-GPU-02 (in Entwicklung) | ===== Archiv & Dateiformate ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:iso|ISO 9660 Guide]] | Images lesen und erstellen, Dateinamen-Normalisierung, ISO+TAR-Kombination, Einschränkungen | ===== Hardware-Guides ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:gpio|GPIO]] | MMIO (RPi4) vs. Linux GPIO v2 ioctl, SoftPWM, Edge-Detection, typsichere Pins | | [[lyx_-_programmiersprache:guides:usb|USB]] | usbdevfs, Discovery, Control/Bulk/Interrupt/ISO-Transfers, URB-Pool | | [[lyx_-_programmiersprache:guides:bluetooth|Bluetooth]] | RFCOMM, BLE GATT-Client/Server, Discovery/Pairing, typsichere Characteristics | ===== Domänen & Plattformen ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:das-energy-aware-programmiermodell|Energy-Aware Programming]] | Level 1–4, DO-178C-Kompatibilität, Funktionsketten | | [[lyx_-_programmiersprache:guides:crosscompiling|Cross-Compilation]] | Alle Zielplattformen, Bare-Metal, Android-JNI, Workflows | | [[lyx_-_programmiersprache:guides:rtos-embedded-concurrency|RTOS & Embedded Concurrency]] | Echtzeitsysteme, Scheduler, POSIX-AE | | [[lyx_-_programmiersprache:guides:aerospace-tutorial|Aerospace Tutorial]] | Schritt-für-Schritt: Lyx im Luft- und Raumfahrtkontext | | [[lyx_-_programmiersprache:guides:aerospace-safety|Aerospace Safety]] | Safety-Konzepte, DAL-Level, Fehlertoleranz | ===== Safety-Standards ===== ^ Seite ^ Inhalt ^ | [[lyx_-_programmiersprache:guides:do-178c|DO-178C Übersicht]] | Software-Qualifizierung in der Luftfahrt | | [[lyx_-_programmiersprache:guides:do-178c:memory-scrubbing|Memory Scrubbing]] | Speicherbereinigung für DAL-A/B | | [[lyx_-_programmiersprache:guides:do-178c:software-lockstep|Software Lockstep]] | Redundante Ausführung für Fehlertoleranz | | [[lyx_-_programmiersprache:guides:do-178c:triple_modular_redundancy|Triple Modular Redundancy]] | TMR-Muster | | [[lyx_-_programmiersprache:guides:do-178c:meta_safe|meta_safe (DO-178C)]] | Binäre Integritätsprüfung im Safety-Kontext | Letzte Aktualisierung: 2026-06-13 (Blockchain und CPU/SIMD ergänzt)