Searching the forum I found some old posts talking about sending commands to RetroArch via UDP:
[QUOTE=Maister;357]If you want to send commands in a more controlled manner to RetroArch, you can do so over UDP. Instead of forcing keypresses, you can try doing:
retroarch --command “QUIT” for example. Remember to enable UDP command processing in config (General -> Enable external command interface). If you’re on windows, I guess you need to disable the cmd.exe window popping up all the time, but
It also possible to just send a plain UDP packet to port 55355 if you have an easy way to do that.[/QUOTE]
I’d like to use this to allow my front-end application to do some basic things like close RetroArch and bring up the RetroArch menu. Before I start down this path, I wanted to confirm that this functionality is still present (I didn’t see anything more recent here or in the wiki) and if so, if there is an up to date list of commands that can be sent anywhere.