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

Difference between revisions of "Wii Web Server"

From WiiBrew
Jump to navigation Jump to search
(alpha v0.3)
Line 6: Line 6:
 
| author      = Cboomf, Felix123
 
| author      = Cboomf, Felix123
 
| download    = [https://sourceforge.net/projects/wiiwebserver/ Project Page]
 
| download    = [https://sourceforge.net/projects/wiiwebserver/ Project Page]
| peripherals = {{GCNController}} {{WiFi}} {{Internet}}
+
| peripherals = {{Wiimote1}} {{GCNController}} {{WiFi}} {{Internet}}
 
}}
 
}}
  
Line 12: Line 12:
 
Still is very early stages of development and at present can only display a built in test page.
 
Still is very early stages of development and at present can only display a built in test page.
  
Dev time : 7 Hours
+
Dev time : 9 Hours
  
 
== HBC ==
 
== HBC ==
Line 26: Line 26:
  
 
== Changelog ==
 
== Changelog ==
 +
alpha v0.3
 +
* Added wiimote support
 +
* Added image support
 +
* Added /img image test link
 +
 
alpha v0.24b
 
alpha v0.24b
 
* Bug fixes for 0.24a
 
* Bug fixes for 0.24a
 +
* //a is now back to /a, but //quit is still there for other reasons
  
 
alpha v0.24a
 
alpha v0.24a

Revision as of 18:33, 6 June 2008

Wii Web Server
General
Author(s)Cboomf, Felix123
TypeServer
Links
[[Project Page|Download]]
Peripherals
Wiimote1.svg GameCube Controller Local WiFi Internet

A simple web-server for the Wii.
Still is very early stages of development and at present can only display a built in test page.

Dev time : 9 Hours

HBC

Twilt made a nice hbc banner

WiiWeb.png

README

Boot using normal methods *cough* HBC *cough*. Once running, will run itself. To quit, type "//quit" at the end of the web-address, so - "192.168.0.X//quit", will now return to HBC

Changelog

alpha v0.3

  • Added wiimote support
  • Added image support
  • Added /img image test link

alpha v0.24b

  • Bug fixes for 0.24a
  • //a is now back to /a, but //quit is still there for other reasons

alpha v0.24a

  • Fixed the main page hyperlink to //a

alpha v0.24

  • Changed /a to //a and /quit to //quit to avoid conflicts
  • Request parser rewritten, now quicker and more streamlined

alpha v0.23

  • Now doesn't have to restart the server to serve more than one page (i.e presseing B then A)
  • Quitting the server is from a server path of "/quit"

alpha v0.22

  • Handles links

alpha v0.21

  • Now detects the HTTP/1.x version as requested by the browser

alpha v0.2 - First fully web-page serving release

  • Now serves a built in test page
  • No longer needs telnet
  • Forced use of HTTP/1.1

alpha v0.11

  • Serves html to telnet (don't know why)
  • Can accept multiple connections (not at once)

alpha v0.1

  • Added Gamecube control menu control
  • Added GRRLIB logo
  • Added return to loader
  • Opens port 80
  • Opens a socket and allows for connection
  • Accepts connection on open socket at port 80