12-18-2023 07:12 AM
Hello,
is it possible to connect to a Signal R Hub using LabVIEW?
It is not possible to add .Net Dlls as wrapper because LabVIEW still does not support .Net (Core) Dlls...
Is there any other way?
12-28-2023 09:57 PM
The protocol is published here. You can write your own client. The .net and JavaScript clients are in the open source signalr repo on GitHub. You can use them for reference.