I see a lot of commercially available solutions for adding a web server to an embedded application... however I dont see anything thats designed for a client type app.
For example, my project has a LCD screen on it, and adding a network controller chip (realtek, microchip, etc) would not be a problem. What would be involved in retrieving and displaying web pages? Is there anything commercially available that would bridge these two?
Didn't find your answer? Ask the community — no account required.
G
George Wicks
You might want to do a Google search on "embedded web client" - there seems to be quite a few commercially available versions. I've seen the documentation from Allegrosoft on theirs, and it seems relatively straightforward:
formatting link
There may even be some GPL versions out there as well.
Good luck.
snipped-for-privacy@hotmail.com wrote in news:1125519112.990555.275110 @g49g2000cwa.googlegroups.com:
server
E
Eric
Lantronix Xport
Eric
A
Anton Erasmus
Try
formatting link
for a nice embedded browser.
Regards Anton Erasmus
M
Markus Zingg
You need a TCP/IP stack, then open a socket to port 80 of the server and start to read and write. Displaying a web page is however not trivial in that you must implement a browser. I heard about an open soruce develoepement of an embedded web browser (source forge?). Due to the complexity of developping such a browser I definately would take a close look at such a project before deciding to start your own.
If you only have to display certain web pages which you have under your own control thigns would be a lot easier in that you could restrict the developement of your "browser" to those features you acually use. On the other extreme you will find yourself developing a flash plugin for your browser, implementing a Java Engine, Java Script and probably a whole lot of other stuff. Just think of a webpage offering an integrated MPEG video...
HTH
Markus
L
larwe
Faced with a similar problem I chose to adapt eLinks for my application.
It depends very much on what sort of data you need to render. JavaScript, cascading style sheets, animated GIFs, background MIDI music, Flash animations... or just text?
S
Steve at fivetrees
Errrm.... no. The server is, ahem, a web server. The client is the browser. The embedded app has to worry about the former, not the latter. And, happily, it's in control.
Steve
formatting link
M
Markus Zingg
Errrm :_) what? Where in the above paragraph did I used the word "server" ? I understood that the OP intends to display webpages fetched from remote sites (yes from a remote server) - that's what a browser (client as the OP stated) does and if it should be generic enough to be of use in todays world this means implementing an awfull lot of stuff - as I mentioned.
Markus
S
Steve at fivetrees
You're quite right; my bad. I misread the post. Gah.
Steve
formatting link
B
benn686
I possibly found a couple of good solutions:
formatting link
formatting link
And some good info:
formatting link
formatting link
---this would have been nice! :(
M
Martin Hansen
formatting link
has a version for mobile phones, with some patented rendering on small screens.
Med venlig hilsen/mojn/regards
Martin Hansen
Center for Software Innovation
Stenager 2, DK-6400 Sønderborg, Web: www.cfsi.dk
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.