I am using OSC to feed into MIDI - so the many OSC controller apps can be used on standard MIDI kit. Just for 'proof of concept' I used this format:-
/midi/note_on/<note-number>
/midi/note_off/<note-number>
/midi/control_change/<control>/<value>
etc...
Now it seems to be doable... is there already a standard I could steal for this? If not, I am happy to define one ;)
Background: I am doing some WIFI OSC/MIDI stuff... A pyton script to act as MIDI WiFi server to receive midi/osc over IP (but really aimed at WiFi) in various flavours and piping them into the servers ALSA/MIDI system for further handling...
https://github.com/pperrin/midibridge