IPB

Welcome Guest ( Log In | Register )

> Board Rules!

Read this before you post!

 
Reply to this topicStart new topic
DSWifi Lib Release 0.3!, With WEP TCP DHCP DNS and all that!
sgstair
post Apr 24 2006, 09:14 PM
Post #1


Proud Fan
Group Icon

Group: Emulator Author
Posts: 203
Joined: 29-September 05
From: The depths of the Internet
Member No.: 7779



Please direct your attention to http://blog.akkit.org/ Where the details of the dswifi lib version 0.3 release are being kept smile.gif

Many many improvements have been made to the library, and now at long last the lib has been released!

Feel free to discuss the new lib here, or on my blog, and let me know if you run into any bugs or have any requests for new features.

-Stephen
Go to the top of the page
 
+Quote Post
Thundrestrike
post Apr 25 2006, 12:10 AM
Post #2


Newbie Poster
Group Icon

Group: Members
Posts: 3
Joined: 5-February 06
Member No.: 8767



Does this mean someone can create a graphic-based homebrew web-browser?

That'd be da bomb! vb_bounce.gif
Go to the top of the page
 
+Quote Post
Mooney
post Apr 25 2006, 12:58 AM
Post #3


The Stealthy Cheat
Group Icon

Group: Moderator
Posts: 3059
Joined: 4-February 06
From: Midwest, USA
Member No.: 8756



Nice release! It Ro><ors! cool.gif

Edit by the best buddy, someboddy
This is just one letter, but I should translate it anyways:
Ro><ors="rocks", which is slang for good

Keep them coming!

This post has been edited by someboddy: Apr 25 2006, 01:07 PM
Go to the top of the page
 
+Quote Post
Warlord698
post Apr 25 2006, 10:14 AM
Post #4


Member
Group Icon

Group: Members
Posts: 85
Joined: 5-December 05
Member No.: 8286



QUOTE (Thundrestrike @ Apr 24 2006, 06:10 PM)
Does this mean someone can create a graphic-based homebrew web-browser?

That'd be da bomb! vb_bounce.gif
*



It means Chistmas has come early
Go to the top of the page
 
+Quote Post
Nushio
post Apr 25 2006, 01:56 PM
Post #5


Novice
Group Icon

Group: Members
Posts: 36
Joined: 20-January 06
Member No.: 8602



QUOTE (Thundrestrike @ Apr 25 2006, 12:10 AM)
Does this mean someone can create a graphic-based homebrew web-browser?

That'd be da bomb! vb_bounce.gif
*

Dont count your chickens before you even have eggs...

There are no HTML parsers yet, for the DS anyways(besides DSLinux), so that means that a browser should come soon, but how soon is soon? I'd say a few more months...

Edit: Well, I'll be damned, I forgot DSOrganize can read HTML and parse it (Text only, no images yet), and thats what it uses for the help files, so a DSBrowser COULD come sooner than I thought...

Then again, there's always Opera DS...

This post has been edited by Nushio: Apr 26 2006, 04:45 AM
Go to the top of the page
 
+Quote Post
Thundrestrike
post Apr 26 2006, 10:51 PM
Post #6


Newbie Poster
Group Icon

Group: Members
Posts: 3
Joined: 5-February 06
Member No.: 8767



QUOTE (Nushio @ Apr 25 2006, 08:56 AM)
QUOTE (Thundrestrike @ Apr 25 2006, 12:10 AM)
Does this mean someone can create a graphic-based homebrew web-browser?

That'd be da bomb! vb_bounce.gif
*

Dont count your chickens before you even have eggs...


There are no HTML parsers yet, for the DS anyways(besides DSLinux), so that means that a browser should come soon, but how soon is soon? I'd say a few more months...

Edit: Well, I'll be damned, I forgot DSOrganize can read HTML and parse it (Text only, no images yet), and thats what it uses for the help files, so a DSBrowser COULD come sooner than I thought...

Then again, there's always Opera DS...
*



but opera will take longer, and i think i remember someone saying the HTML thing would be fairly easy...

heres what I read at GBAdev forums (http://forum.gbadev.org/viewtopic.php?t=9348&postdays=0&postorder=asc&start=0)

_________________
Tepples:
A web browser is an HTTP client plus a CSS layout engine plus an HTML parser plus an HTML default stylesheet.

So before we make a web browser, we need to make a simple HTTP client. Then if somebody builds a.nds loader around the HTTP client, we may not need Ralink cards and WMB anymore, as we can just use Apache HTTP Server.
_________________
sgstair
of course a HTTP client is about as difficult to write as a hello world app wink.gif I dare say we will be seeing a lot of interesting junk soon biggrin.gif

-Stephen
________________

now what do YOU think?


Also, will this allow graphics?
Go to the top of the page
 
+Quote Post
Two9A
post May 2 2006, 03:26 PM
Post #7


DSemu hacker
Group Icon

Group: Emulator Author
Posts: 181
Joined: 29-October 04
From: The United Kingdom of Great Britain, Northern Ireland, and the Dependencies of the Isle of Man and the Channel Islands
Member No.: 5142



QUOTE (Thundrestrike)
_________________
Tepples:
A web browser is an HTTP client plus a CSS layout engine plus an HTML parser plus an HTML default stylesheet.

So before we make a web browser, we need to make a simple HTTP client. Then if somebody builds a.nds loader around the HTTP client, we may not need Ralink cards and WMB anymore, as we can just use Apache HTTP Server.
_________________
sgstair
of course a HTTP client is about as difficult to write as a hello world app wink.gif I dare say we will be seeing a lot of interesting junk soon biggrin.gif

-Stephen
________________

now what do YOU think?

Note that Stephen says the HTTP client is easy. And of course, it is; all you have to do is connect to port 80 and grab a HTML. Then what?

You have to parse it. That's the point made further up the thread: parsing isn't easy. And then you have to render the tree you've parsed out, and that's an order of magnitude harder again.

So go ahead, write a HTTP client. It'd just be a telnet connection with a fixed destination port of 80 tongue.gif
Go to the top of the page
 
+Quote Post
tyraen
post Jul 11 2006, 11:54 AM
Post #8


Newbie Poster
Group Icon

Group: Members
Posts: 4
Joined: 7-July 06
Member No.: 10719



So, I guess is DSOrganize has a parser then what some people need to do is get together with them and help out so it gets done faster. smile.gif

Although, if the parser works but for images, and I think I've seen telnet/programs that can at least connect to a port... how come we don't have a text-based web browser yet? smile.gif

Now I'm new to the DS scene (just got a DS Lite and have no dev hardware for it) so I can't really say too much; I'm trying to test stuff out on the emulators that are out there, it seems like most of the devkitpro examples crash them though...
Go to the top of the page
 
+Quote Post
JKKDARK
post Jul 12 2006, 09:54 PM
Post #9


HEARTBREAKER™
Group Icon

Group: Banned
Posts: 2188
Joined: 1-July 06
From: Munich, Germany
Member No.: 10647



great news smile.gif
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



RSS Lo-Fi Version Time is now: 21st November 2009 - 06:41 AM