#83305 - EyeballKid - Mon May 15, 2006 6:24 am
Hi all,
I've written a simple HTTP library, I thought someone here might find it useful for integrating into DS apps.
I originally wrote it to help implement an online highscore table for a game of mine.
More information and download link here: http://www.scumways.com/happyhttp/happyhttp.html
It uses standard Berkley-style sockets - I seem to recall that there is some existing DS wifi code which has a sockets-compatability layer, so maybe it'll compile without too much trouble... Even if not, it'd be easy enough to replace the sockets code with something else.
Features:
Hope someone finds it useful!
(Selfish motive: I'm just hoping someone implements a launcher for booting homebrew apps from a web server :- )
I've written a simple HTTP library, I thought someone here might find it useful for integrating into DS apps.
I originally wrote it to help implement an online highscore table for a game of mine.
More information and download link here: http://www.scumways.com/happyhttp/happyhttp.html
It uses standard Berkley-style sockets - I seem to recall that there is some existing DS wifi code which has a sockets-compatability layer, so maybe it'll compile without too much trouble... Even if not, it'd be easy enough to replace the sockets code with something else.
Features:
- Simple to integrate - just drop in the .h and .cpp files
- Easy-to-use interface
- Non-blocking operation, suitable for use in game update loops
- Supports pipelining. You can issue multiple requests without waiting for responses.
- Licensed under the zlib/libpng license.
Hope someone finds it useful!
(Selfish motive: I'm just hoping someone implements a launcher for booting homebrew apps from a web server :- )