In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
7 bytes removed ,  18:25, 10 August 2009
m
Robot: Cosmetic changes
Line 30: Line 30:  
== How does it work ==
 
== How does it work ==
   −
Well, nothing magic here, just [[Socket|socket]] programming. When started, the server initializes the socket subsystem, setups some parameters (bind), and then listens for incoming connections. The Wii's IP is displayed on screen so that clients can connect.
+
Well, nothing magic here, just [[socket]] programming. When started, the server initializes the socket subsystem, setups some parameters (bind), and then listens for incoming connections. The Wii's IP is displayed on screen so that clients can connect.
    
There's two threads, one that waits for buttons, the other that accepts incoming connections and processes them.
 
There's two threads, one that waits for buttons, the other that accepts incoming connections and processes them.
Line 58: Line 58:  
== Run ==
 
== Run ==
   −
Launched successfully with the [[Twilight Hack]] and the [[Homebrew_apps/Wii_Homebrew_Launcher|Wii Homebrew Launcher]]. Didn't try the [[Homebrew_Channel|HBC]] or TcpLoader but should work.
+
Launched successfully with the [[Twilight Hack]] and the [[Homebrew apps/Wii Homebrew Launcher|Wii Homebrew Launcher]]. Didn't try the [[Homebrew Channel|HBC]] or TcpLoader but should work.
    
Once started, you should press the 'A' button to start the ''accepting'' thread. Then press 'B' to stop listening. Browse from a web client (use an URL that refers to a file since directory listing is not yet supported).
 
Once started, you should press the 'A' button to start the ''accepting'' thread. Then press 'B' to stop listening. Browse from a web client (use an URL that refers to a file since directory listing is not yet supported).
1,189

edits

Navigation menu