From 1ab01134c5654101853b4c9df9dbce44a21f2277 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Fri, 20 Feb 2026 23:47:53 +0300 Subject: [PATCH] [todo] added todo section in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9c4c442..c7c8758 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ Communication JSON RPC protocol and implementation with Unity Scene. +## TODO + +- [ ] Server implementation with C-API for Unity +- [ ] Client correct implementation with OpenCV + ## API Documentation See [API.md](API.md) for detailed request/response formats.