vanvught / rpidmx512

Orange Pi DMX512 / RDM / MIDI / OSC / Art-Net / WS28xx / L6470 / Stepper / TLC59711 / PCA9685 / Servo / PWM / TCNet / SMPTE / RDMNet / LLRP / GD32 / GigaDevice / Raspberry Pi
http://www.orangepi-dmx.org/
MIT License
391 stars 108 forks source link

Reduce variable size where possible / Remove UDP receive buffer where possible / Remove duplicate buffers #206

Closed vanvught closed 2 years ago

vanvught commented 3 years ago

Instead of copying the UDP RX buffer, we can also pass simply the pointer.

cc: @hippyau