Page 1 of 1

Making a network client on Wii

Posted: Wed Nov 10, 2010 9:04 pm
by bm2010
Hi, i was looking over the sockettest code in the wii examples, and compiled it and it works. what i was wondering if there would be able to help explain how i'd use that code to have the wii as a client, as the current example only allows for another device (computer, etc) TO connect to the wii. im having a little trouble understanding how i'd be able to have the wii connect to another device, such as a server. any help would be appreciated. thanks

Re: Making a network client on Wii

Posted: Tue Nov 16, 2010 9:39 pm
by drakesword
Browsing through the network.h file I see net_connect which would allow you to connect to a remote server

I will write an example when I get back to my system

Re: Making a network client on Wii

Posted: Thu Nov 18, 2010 1:28 am
by bm2010
thanks. appreciate any help i can get.