You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
@jfResearchEng Hi Jimmy, in order to implement a py socket protocol, I'm relying on zmq_node as a reference. But I was wondering is there a way to test and visualize if the protocol is running effectively, besides just running tests and not getting an error?
Thank you!
@jfResearchEng Hi Jimmy, in order to implement a py socket protocol, I'm relying on zmq_node as a reference. But I was wondering is there a way to test and visualize if the protocol is running effectively, besides just running tests and not getting an error? Thank you!
Non-Visualization tests are used as they can be added as automatic tests in continuous integration pipelines. There's no visualization test yet for protocol integration.
🚀 Feature
Sensor & Device integration is an important part to help accelerate researchers development. This integration on Network Sockets will allow new devices to be automatically usable in LabGraph. Network socket here refers to python socket module: https://docs.python.org/3/library/socket.html . A stretch goal is to also support Boost.Asio, https://www.boost.org/doc/libs/1_76_0/doc/html/boost_asio.html
Additional context
The text was updated successfully, but these errors were encountered: