WiiFlow_Lite/tools/windows/WifiGeckoReader
yardape8000 84fc87bea9 Moved _initAsyncNetwork so it starts when the program starts. This way wifi-gecko is connected earlier and you can see the initialization messages.
Moved the following settings to [DEBUG] section, so people know they have nothing to do with normal wiiflow operation.
 sd_write_log
 wifi_gecko
 wifi_gecko_ip
 wifi_gecko_port
2012-05-10 22:20:18 +00:00
..
WifiGeckoReader.exe Modified wifi_gecko to use UDP instead of TCP. 2012-05-10 01:35:21 +00:00
readme.txt Moved _initAsyncNetwork so it starts when the program starts. This way wifi-gecko is connected earlier and you can see the initialization messages. 2012-05-10 22:20:18 +00:00

readme.txt

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.  Set wifi_gecko=no when not needed.
It uses UDP port 4405.

To make it work with wiiflow, edit or add the following wiiflow.ini lines:

[DEBUG]
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.