OnionUI / Onion

OS overhaul for Miyoo Mini and Mini+
https://onionui.github.io
GNU General Public License v3.0
3.16k stars 190 forks source link

Enable loopback interface, add sendUDP program #1497

Closed tGecko closed 1 month ago

tGecko commented 3 months ago

Add simple program to send UDP messages

Usage: sendUDP <MESSAGE> [<IP> <PORT>] defaults to 127.0.0.1:55355

To be used to send commands to RetroArch

Enable loopback interface on boot to allow network commands to work without WiFi

Enable network_cmd_enable in default RA config

TODO: