lathoub / Arduino-AppleMIDI-Library

Send and receive MIDI messages over Ethernet (rtpMIDI or AppleMIDI)
Other
306 stars 66 forks source link

Add SoftAP and mDNS based example for ESP8266 #122

Closed svanimisetti closed 3 years ago

svanimisetti commented 3 years ago

Example to start ESP8266 in soft access point / hotspot mode and also enable mDNS response. Tested on iOS (iPad/iPhone). On Win10 (rtpMIDI), ESP8266 did not show in the directory list, but connects fine with default IP/port.

lathoub commented 3 years ago

Thanks @svanimisetti Almost ready - just hide your ssid and password :-)

lathoub commented 3 years ago

Thank you @svanimisetti

lathoub commented 3 years ago

@svanimisetti can you put the example in its own directory, and name the directory the same as the sketch - so the arduino .ide doesn't complain about the name and place the sketch in its own dir (saw it after I merged your PR)