/install driver-card-tachograph
driver-card-tachograph
Parses EU Digital Tachograph driver card files (.ddd) and imports data into a SQLite database.
Description
Processes EU Digital Tachograph files (.ddd):
- .ddd files: Binary driver card dumps
- Parser:
dddparser(EU certified) - Database: SQLite with 13 tables
Certificates
See references/certificates.md for details on EU JRC public keys and signature verification.
Commands
| Command | Description |
|---|---|
./scripts/process.sh |
Full workflow (recommended) |
./bin/dddparser -card -format -input \x3Cfile.ddd> -output \x3Cfile.json> |
.ddd → JSON |
./scripts/import.py \x3Cfile.json> |
JSON → SQLite |
./scripts/export.py |
SQLite → CSV |
Directory Structure
driver-card-tachograph/
├── SKILL.md
├── bin/dddparser # Parser
├── scripts/
│ ├── import.py
│ ├── export.py
│ └── process.sh
├── references/
│ ├── build.md # Build guide
│ └── certificates.md # Certificate details
└── data/ # Runtime
Requirements
- Go 1.21+ – to build the parser
- Python 3 – standard library (sqlite3, json, csv)
Build dddparser
See references/build.md for the build guide.
.ddd Files
- Location:
data/inbox/ - Extension:
.ddd(case-insensitive) - Min size: 1KB
Workflow
./scripts/process.sh
- Take .ddd from
inbox/ - Parse to JSON (
parsed/) - Import to SQLite (
json/→ DB) - Archive to
archive/
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install driver-card-tachograph - After installation, invoke the skill by name or use
/driver-card-tachograph - Provide required inputs per the skill's parameter spec and get structured output
What is Driver Card Tachograph?
Parses EU Digital Tachograph driver card (.ddd) files, converts to JSON, imports data into SQLite, and exports driving info and violations to CSV. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Driver Card Tachograph?
Run "/install driver-card-tachograph" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Driver Card Tachograph free?
Yes, Driver Card Tachograph is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Driver Card Tachograph support?
Driver Card Tachograph is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Driver Card Tachograph?
It is built and maintained by Sanweb (@sanwebgit); the current version is v1.0.0.