hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

Wrong PollReply #96

Closed linxlabs closed 9 months ago

linxlabs commented 9 months ago

Receiver universes shows in DMX Workshop as DMX Inputs, but must be an DMX Output

hideakitai commented 9 months ago

Thanks, how about v0.3.0? Can you make a pull request?

hideakitai commented 9 months ago

Also, I think this is correct, but is it not?

Receiver universes shows in DMX Workshop as DMX Inputs

linxlabs commented 9 months ago

Can't check it on 0.3.0.

Receiver code get data from ArtNet and puts it outward. This is an output. Don't checked this on the sender side yet. Your Sender code gets data from somewhere and puts it to ArtNet. This is an input.

hideakitai commented 9 months ago

Can't check it on 0.3.0.

Receiver code get data from ArtNet and puts it outward. This is an output. Don't checked this on the sender side yet.

No. Receiver does not output dmx data.

Your Sender code gets data from somewhere and puts it to ArtNet. This is an input.

No. Sender does not received dmx data.

linxlabs commented 9 months ago

Maybe i'm wrong, but look at your fastled example.

It take data from artnet and put it to leds. In terms of artnet it is an output. Seems that sender don't handle ArtPoll at all

hideakitai commented 9 months ago

It take data from artnet and put it to leds. In terms of artnet it is an output.

Receiver receives dmx data via artnet. LEDs are outside of artnet. So it's input.

Seems that sender don't handle ArtPoll at all

Yes. Sender does not receive artnet packet. Just send artdmx data. So it's output.

hideakitai commented 9 months ago

If you still need help, please feel free to reopen this issue.