expanseElectronics / ethernetNodes

Ethernet version of our artnetnode project.
https://expanseelectronics.com/
5 stars 4 forks source link

Art-Net Poll Reply: Info Messages not formatted correctly #9

Open Gandalf1783 opened 7 months ago

Gandalf1783 commented 7 months ago

The ArtPollReply that is send regularly from the node is malformatted:

image

My node is named "Test". It seems like the whole buffer is transmitted, though only strlen() bytes should be sent.

LoneWalkerWolf commented 6 months ago

Interesting! Thanks for pointing this out! I'll work on this and submit an update as soon as I can!

If you've done any tinkering around, please feel free to submit a pull request!

Gandalf1783 commented 4 months ago

Hm, I cant figure out where this actually gets copied to the buffer.

Shouldn't be more than using "strlen()".

I had a similar issue on the web interface where the long name would display a weird combination of long + short name.