From 2c98d94d334a5049645bfb268a9adaf357102ff1 Mon Sep 17 00:00:00 2001 From: oleg Date: Thu, 9 Apr 2026 16:38:37 +0300 Subject: [PATCH] update plans --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 54cfda0..18f0b84 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,9 @@ candump / other CAN source - Factory functions via `extern` declarations instead of header includes - `std::jthread` / `std::stop_token` for async task management - SIGINT gracefully stops all background tasks + +## Roadmap + +- **Cross-platform support** -- Windows and macOS in addition to Linux +- **Docker deployment** -- pre-built image for quick setup without manual compilation +- **CANopen protocol support** -- CANopen decoding alongside J1939