gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > PAlib wifi :)

#84133 - Dan2552 - Sat May 20, 2006 6:03 pm

yay

Quote:
there is now a new func to create a socket :
int PA_InitSocket(int *socket,char *host,int port,int mode);
and a func to get an file with http :
int PA_GetHTTP(char *buffer, char *adress);

the adress is http://palib.info/hosted/delfare/PAlibwifi.zip


http://www.palib.com/

(this means I'm going to try and make some stuff! ^^)

#84186 - waruwaru - Sat May 20, 2006 11:36 pm

Dan2552 wrote:
yay

http://www.palib.com/

(this means I'm going to try and make some stuff! ^^)


Looking at El_Hobito's comment. Be aware that this may conflict with what Mollusk/El_Hobito releases down the road. Maybe they can work together with delfare to integrate everything together.
_________________
DSLua - a scripting language for your DS!

#84201 - Linkiboy - Sun May 21, 2006 3:36 am

Is there a tutorial on how to use the Wifi functions? (of PA_lib)

#84202 - BassAceGold - Sun May 21, 2006 3:41 am

Linkiboy, they have updated the wiki with the new wifi functions.
http://www.palib.info/wiki/doku.php[/quote]

#84204 - Linkiboy - Sun May 21, 2006 3:53 am

Oh. It was kinda hard to notice, I didn't see it at first. Thanks.

#84247 - blahh - Sun May 21, 2006 3:06 pm

hopefully someone will write up a better, more detailed tutorial...but its a start :D

#84282 - Dan2552 - Sun May 21, 2006 7:42 pm

Can someone tell me how to get the PAlibwifi installed and working? Copying over doesn't seem to work

#84325 - Dan2552 - Sun May 21, 2006 10:48 pm

nevermind, all solved