Difference between revisions of "Wii Web Server"
Jump to navigation
Jump to search
m |
|||
Line 30: | Line 30: | ||
* Opens a socket and allows for connection | * Opens a socket and allows for connection | ||
* Accepts connection on open socket at port 80 | * Accepts connection on open socket at port 80 | ||
+ | |||
+ | [[category:Homebrew using GRRLib]] |
Revision as of 17:55, 4 June 2008
Wii Web Server | |
General | |
---|---|
Author(s) | Cboomf, Felix123 |
Type | Server |
Links | |
[[Project Page|Download]] | |
Peripherals | |
![]() |
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.
Changelog
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