From 8e870aa77d44af7535d9e08debd019f9e2c3a8a1 Mon Sep 17 00:00:00 2001 From: Alberto Tudela Date: Fri, 20 Dec 2024 13:40:56 +0100 Subject: [PATCH] Update readme Signed-off-by: Alberto Tudela --- dsr_bridge/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsr_bridge/README.md b/dsr_bridge/README.md index 2bd2093..d17925b 100644 --- a/dsr_bridge/README.md +++ b/dsr_bridge/README.md @@ -51,8 +51,8 @@ Node that receives the messages from the DSR side and creates the corresponding The path to the DSR file that will be loaded. ## Future work -- [ ] Convert nodes to LifeCycleNodes. -- [ ] Store the edges if the nodes are not available. and re-send them when the nodes are available. +- [x] Convert nodes to LifeCycleNodes. +- [x] Store the edges if the nodes are not available. and re-send them when the nodes are available. - [ ] Add filtering options for the nodes / edges. - [ ] Add resync function.