Wiiconnect/de
< Wiiconnect
Jump to navigation
Jump to search
This is an old revision of this page, as edited by WiiCracker (talk | contribs) at 22:51, 12 July 2009. It may differ significantly from the current revision. |
WiiConnect | |
File:Wiiconnect.gif | |
General | |
---|---|
Author(s) | Jsmaster |
Type | Utility |
Version | Demo |
Licence | GNU General Public License v3 |
Links | |
Website | |
Discussion | |
Source | |
Downloadable via the Homebrew Browser | |
Peripherals | |
![]() ![]() |
Bitte Tipps und Wünsche zum Programm auf die ENGLISCHE Diskussionsseite setzen. Hinweise zur Übersetzung kommen auf die deutsche!!! |
Im Moment in Bearbeitung: Email wird fertiggestellt. Bald habt ihr einen Email-Client für die Wii!
English page here Dutch page here (thanks GabberNL!)
Beschreibung
WiiConnect ist ein Programm um Wii-Benutzer zu verbinden ohne von Nintendos Sicherheits-Mist genervt zu werden. Es wird (hoffentlich) fähig sein viele der Dinge auf der Liste zu machen.
Funktionsliste
- Homebrew Browser-Integration, falls das nicht klappt ein eigener Loader
- Chat (Hoffentlich viele Protokolle)
- E-mail (POP3, IMAP, SMTP)
- Öffentliche Profile
- News Reader (RSS feed reader, mit einem Wii News RSS feed)
- Ability to poke other users on WiiConnect, no matter what feature they are using
- Und noch mehr!
Funktionen die nicht eingebaut werden
- Altersbeschränkungen
- Internetsicherheitseinstellungen
- Freundescodes
Tester
Jeder, der mir auf irgendeine Weise geholfen hat(Programmiertipps usw.) darf testen.
1. GabberNL (Übersetzung NL)
2. JussiPik (Grafiken)
Fahplan
Wifi
Netzwerk-Tutorials lesen2/28
Dateien von Servern runterladen2/28
Allow Wii to net_connect() to an ip address3/12
Get one Wii to net_connect() to another3/12- Make the server side of the wii program
- Start with a friend list of ip's
- Make a master server to host all currently connected ip's
GUI
Make a concept5/16
Gather artwork5/19
- Decide on library
LibWiiSprite looks good, or maybe GGRLIB3/31 libwiigui it is
Set up libosk5/16 (Keyboard included in libwiigui)
Set up the HOMEbrew menu5/16 (easily add to libwiigui; no library for it needed)- Add images and options; create the UI
Throw everything together using classes and making it object oriented5/16 (libwiigui is c++ and object oriented)
Chat
- Decide on what type of chat protocol to use
- Either IRC, MSN, Yahoo, AIM, Skype, Jabber, or a custom Wii only one (probably first)
- Learn how to use the protocol
- Create a custom protocol
- Write the server for the custom protocol
- Get a message sent from one Wii to a buddy
- Listen for messages
- Add it in the GUI
- Allow users to be "interupted" by a chat message
E-mail
Read up on the POP3 and SMTP protocols6/2
Download messages from server6/3
List messages from server6/3
Find attributes of messages (Date, subject, sender, ect)7/3
Read messages7/7 (Woohoo!)
Send messages6/26- Add saving messages from server
Delete messages from server7/3
Options7/4 (Not as many options as it will eventually have)- E-mail GUI
Profiles
- Start simple - One character to show
- Add Different attributes to edit
- Name
- Birth Date
- City
- Personal Interests
- Add images
- Add Mii's as an option instead of images
- Add status updates
- Add it into the GUI
- Add notifications into the GUI
Homebrew Downloader
- Figure out whether a custom one is necessary