Fawaz,

We have an application that does just what you purpose.  Our IP technology
also uses CDPD modems, which are available from several manufacturers for
certain PALM OS devices.

All that is required at the 'host' system is that you run an app that
creates a socket and listens.  Upon a 'client' palm opening a socket to the
'host' system, you would accept the client open.  At that point, you can
send any data either direction.  No protocols matter, since this is your
baby.  EG - you don't have to learn HTTP or HTTPS.  If you want encryption,
you will have to implement it.

On the Palm side 'client' you will again write a program that open a socket
and connects to the 'host' via IP and Port number.   We allow the user to
set the Port number on the 'host' side.  They will need a static IP (or a
Dynamic IP that doesn't change often) at the host side.  The 'client'
software must have a setup area where the 'host' IP and Port number are
stored.  These will be used by the 'client' to connect to the 'host'.
Again, the palm side can talk to the host anyway that you like.

Our system compresses the data, encrypts the compressed data and sends using
a proprietary protocol - one I made up.

So the answer is YES.  It is not hard, but most find that the LINGER problem
on the PALM OS is the hardest nut to crack.  Many posts to this forum have
the solution.

Good Luck
--------------------------------------------------------------------
Gary Gorsline
Easy Business Software
========================== End of Message ==========================

----- Original Message -----
From: "fawaz bokhari" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, April 25, 2002 9:13 AM
Subject: no web clipping server socket programming


> Thanx for all the replies which I have got.
> Actually You all guys are right but I want the
> application to be like "all mine".
>
> I want a server application that take information from
> PDA , communicate with database and dynamically
> generate information and send to the
> PDA. For this I can use any kind of server side
> technology i.e PHP , ASP , JSP etc
> Making a server application for web clipping is the
> same as for common web page.
> This is what ferdianand Alimadhi has written.
>
> Ferdianand you are right but what "all mine" means is
> that I don't want to use web servers or any kind of
> web server technologies. The reason behind this is
> that when my Application will develop then if I am
> going to purchase that application then It contains a
> pre-requisite that the client must have a web server
> and you know web servers are very expense.
> So what I want is that the client must only have a
> static or dedicated IP and nothing else. Then my
> server application will install on the client's
> machine on a specific port and my client application
> which will be on the PDA will communicate with my
> server application through any (better HTTPor HTTPS)
> protocol and connect with the IP and port and then my
> server application will see what request does the
> client application make and then according to it the
> server application will connect with the database and
> then database sent back the information back to the
> client where I do some rendering to display the data
> on PDA.
>
> Now server application means not running on a web
> server it means just an application that runs a port
> and on a dedicated IP machine.
>
> What I want to know now is is this all possible and if
> possible then how and how to render the data to
> display on PDA and if not possible then what are the
> other ways excluding Web Clipping.
>
> I have tried web clipping and can make my application
> using any server side programming, but I won't.
>
> So I think now I have cleared what I want to develop.
>
> Waiting for replies.
> Thanks again for all of the replies.
> Thanking in anticipation.
> Fawaz
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Games - play chess, backgammon, pool and more
> http://games.yahoo.com/
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
>


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to