|
The system used a client - server model, wherein
any query would be sent using a proprietary protocol
to the server which would be sitting at the ISP's
place. The server, a faster machine would access
the site, translate it to simple data and send
it back to the dumb embedded system which would
simply display the data on the screen. The below
diagram gives an idea of this approach.

Design of embedded browser
for hand held device.
Because of the non availability of hardware
it was decided to simulate the product on a PC
based target. This decision turned into an advantage
since, the PC target gave the assurance of time
tested hardware.
Some of the modules developed as a part of solution
were the following:
 |
Floppy disc
simulating flash to store bookmarks, contact
details and mail ids in files. |
 |
Touch screen
simulation. |
 |
Proprietary
protocol for interacting with web server. |
|