Welcome! Log In Create A New Profile

Advanced

UDP support?

Posted by animus 
UDP support?
May 31, 2012 10:10PM
Heya. I'm trying to write a program at the moment that makes use of a few libraries not present on the Wii. For one, it requires some fairly high-level DNS support (support for SRV entries) which I can't seem to find in any pre-existing ported libraries. As such, I figure I might be able to either port a pre-existing library or write the code for the minimum amount of function I need. So, my question is if there's any documented method of utilizing UDP sockets? I can't seem to find any.
Re: UDP support?
June 12, 2012 02:06PM
libogc's socket api is very close to standard posix sockets api. everything you need in libogc's network.h.

Beej's Guide to Network Programming is a good read to get started with socket programming.



Edited 1 time(s). Last edit at 06/12/2012 02:06PM by bmeier.
Sorry, only registered users may post in this forum.

Click here to login