eclipse-uprotocol / up-transport-zenoh-cpp

C++ client library to connect to the zenoh implementation of uProtocol
Apache License 2.0
5 stars 15 forks source link

Document design for transport::ZenohUTransport #50

Open gregmedd opened 5 months ago

gregmedd commented 5 months ago

This should cover anything extra being done to support the Zenoh transport. Are additional threads required? Or a thread pool? Any locking needed? Will this implementation be doing anything special based on message type (e.g. creating a connected session when invoking RPC methods)? If so, how will that be done?

gregmedd commented 5 months ago

@sashacmc - I'm happy to help out with this one, but I will need a fair bit of support from you since you'll be doing the implementation.

sashacmc commented 5 months ago

@gregmedd please assign it to me