I'm having a hard time figuring what way to go for my musical experiment.
I've hooked up a ESP-12 to a synthesizer (via MIDI). The idea is to have 10+ other ESP-12s sending MIDI data (every once and a while) to this "MIDI-server"; MIDI-server should be an AP since there is no wireless router available.
Having read lots of info I think something like UDP multicast might offer a solution, but I'm a) not sure if this the way to go, and b) I'm a bit lost how to implement this.
Is there anybody out there who might point me in the right direction or could share a piece of sample code?
Thanks!