Malte

Results 10 comments of Malte

This is the way! Rene ole ole! Ive added basically all "/set/" values to be "both 2" as both parties (openwb and homeassistant) want to write those. All "/get/" values...

Im working with this atm.: SSH into HomeAssistant and edit the file ./share/mosquitto/mosquitto.config to contain this.: ``` # # bridge to openWB Wallbox # connection openwb address 192.168.0.157:1883 try_private false...

Thx for the very fast response! It was on spot. I didn't understand that the C API was complete. I managed to wrap some functions of the C Interface with...

I just made my code public due to @wjcroft s request.: https://github.com/maltesen/liblsl-LabVIEW It is WORK IN PROGRESS. I did not implement wrappers for all datatypes/package/message types (not sure what they...

Havent worked with the code in ages. Ended up not using it. Its incompleete as well. I scetched out how to add the bindings in labview to the compiled library....

It appears there is a websocket library for labview available.: https://forums.ni.com/t5/Example-Code/LabVIEW-WebSockets-Library/ta-p/3491490?profile.language=en I would probably use that instead of LSL. To be honest i was not very satisfied with how LSL...

p.s.: programming this next step yourself (instead of using JSON or similar) is very error prone due to the typecasting involved Am Mi., 13. Jan. 2021 um 08:42 Uhr schrieb...

You could try to use the mathscript box inside of labview code and have that use the matlab implementation of lsl if thats already working. Not sure how efficient that...

Thank you very much @tstenner! This works for me as is. However, transmitting basic data types over a serial interface is the core functionality of the library. Also typecasting is...

Hmm i fail to see the benefit of this. To me it appears you are calling a feature what i would call a bug. I would have expected it to...