WiiFlow_Lite/tools/windows/WifiGeckoReader/readme.txt
yardape8000 b56b9662c3 Modified wifi_gecko to use UDP instead of TCP.
Added WifiGeckoReader to the tools directory.  It is a windows program used to read the gecko debug messages over a wifi connection.
Thanks r-win & Dimok
2012-05-10 01:35:21 +00:00

16 lines
507 B
Plaintext

WifiGeckoReader allows you to view the gecko debug messages over the wifi connection. Only use this when debugging. There is no need to use it regularly.
It uses UDP port 4405.
To make it work with wiiflow, edit or add the following wiiflow.ini lines:
[GENERAL]
async_network=yes
wifi_gecko=yes
wifi_gecko_port=4405
wifi_gecko_ip=your.computer.ipAddr.here
eg:
wifi_gecko_ip=192.168.0.199
Once this is done, run WifiGeckoReader, then run wiiflow. You should start seeing debug messages.