Re: sending data bytes from a PALM PDA to a server using a WIFI modem/card

2003-08-14 Thread blaman
the post belongs to the communication forum, but i´ll give you my code, i was trapped by the same problem for 3 days :o| By the way, the timeout occures when the header isn´t formatted properly, i had the same problem. so here you are: void SendHTTPLogin () { NetSocketAddrINType mySockAddr;

Re: sending data bytes from a PALM PDA to a server using a WIFI modem/card

2003-08-06 Thread Arijit Das
Jan, Thanks a lot for your code. I will try it out today. This is how I am testing my code -- I have a simple Java Http server running. This server creates a log of the connections as a first step. What surprises me is that the log shows no entries of the connection being made from the PALM

sending data bytes from a PALM PDA to a server using a WIFI modem/card

2003-08-03 Thread Arijit Das
Requesting for help with code (repeat). I am trying to send a file from a PALMOS PDA to a server. Here are 2 options (either is fine) 1) Socket to socket - if somebody will be kind enough to give me client and server side code (assuming TCP) 2) HTTP POST - Would like