OpenCyphal / yukon

The OpenCyphal IDE
https://opencyphal.org
MIT License
16 stars 0 forks source link

Instead of hashing for synchronization between backend and frontend state use counter #379

Open silverv opened 1 year ago

silverv commented 1 year ago

This counter can greatly simplify the program logic and also the counter could be separately queried, potentially reducing required bandwidth. Also it is possible to add counters to each of the nodes and then only query an update for these nodes that saw a change in their counter.