Suggestion on HTTP Application
Greetings Forum Nokia Members,
i want to make a application in S60 3rd edition in which handset will act as HttpClient. This handset(HttpClient) would communicate with Http Server on Pc side via Serial USB. I have never done it before , Please suggest me how to do so.
Re: Suggestion on HTTP Application
Hi,
If you do some google hopefully you will get the answer. fine the link from [URL="http://www.forum.nokia.com/info/sw.nokia.com/id/458604da-e7fc-4d4e-92ee-3ce8a1e68a86/S60_Platform_HTTP_Client_API_Example.html"]here[/URL]
Re: Suggestion on HTTP Application
[QUOTE=gaurav.gupta;594161]Greetings Forum Nokia Members,
i want to make a application in S60 3rd edition in which handset will act as HttpClient. This handset(HttpClient) would communicate with Http Server on Pc side via Serial USB. I have never done it before , Please suggest me how to do so.[/QUOTE]
Well you can use the RComm to do a transfer using the usb cable, it is not really a HTTP connection/transfer though is it, its just a serial communication? Its just the nomenclatures i mean you want your device to act as the client while the pc acts as the server.
Check this wiki link which describes it nicely :-
[url]http://wiki.forum.nokia.com/index.php/TSS000601_-_Serial_communication_over_USB_on_S60_3rd_Edition_devices[/url]
Re: Suggestion on HTTP Application
[QUOTE=mayankkedia;594166]Well you can use the RComm to do a transfer using the usb cable, it is not really a HTTP connection/transfer though is it, its just a serial communication? Its just the nomenclatures i mean you want your device to act as the client while the pc acts as the server.
Check this wiki link which describes it nicely :-
[url]http://wiki.forum.nokia.com/index.php/TSS000601_-_Serial_communication_over_USB_on_S60_3rd_Edition_devices[/url][/QUOTE]
Actually the system requirement is that i need to communicate with Http Server on the PC side which is Http server
HttpClient application on my handset needs to communicate to the HttpServer on the PC side.
I need to send data in headers (about 27 headers) with RHTTPHeader which are used for specific purpose.
http server will respond on getting all the headers.
Re: Suggestion on HTTP Application
[QUOTE=kkrish;594164]Hi,
If you do some google hopefully you will get the answer. fine the link from [URL="http://www.forum.nokia.com/info/sw.nokia.com/id/458604da-e7fc-4d4e-92ee-3ce8a1e68a86/S60_Platform_HTTP_Client_API_Example.html"]here[/URL][/QUOTE]
Thanks Sir now i have got some idea . I will go through it and act accordingly...
Re: Suggestion on HTTP Application
[QUOTE=gaurav.gupta;594175]Actually the system requirement is that i need to communicate with Http Server on the PC side which is Http server
HttpClient application on my handset needs to communicate to the HttpServer on the PC side.
I need to send data in headers (about 27 headers) with RHTTPHeader which are used for specific purpose.
http server will respond on getting all the headers.[/QUOTE]
Ah you said USB which confused me, then the details provided by jeetendra are valid, as its just a normal HTTP connection between your client(mobile) and the server(your desktop), it has nothing to do with USB cable and USB connection per se.