We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This library will run on WIFI hardware (WIFI Shield or ESP32 Wifi), but when low latency is needed, go for wired Ethernet.
Latency in the MacOS MIDI Network Setup on an ESP32:
Wired Ethernet is better to reduce latency. Here is the same ESP32, but using an W5500:
The latency is very close to 0ms.
SAMD21 has low latency using the W5500
A slower ATMEGA2560 has a fixed latency around 3 ms.
(All above measurements done using the Ethernet3 library)