Hi, I'm working on client server architecture right now..
Is there any example code that I can learn, I have a example code, but has some problem
Any suggestion example code for I learn about this topic?
Thanks
Hi, I'm working on client server architecture right now..
Is there any example code that I can learn, I have a example code, but has some problem
Any suggestion example code for I learn about this topic?
Thanks
Have you checked the SDK for examples already ?
Also if you have problems with some codes, please identify what codes they are and what kind of problems you are having with them.
Client side implementation of a server and How to create a server from scratch would be useful to you.
Not yet checked..
What is the title of the example yucca?
I have problem with parameter / message to send (not yet clearly the problem, I need learn more from example or other learning source)
Do you have suggestion link, for I learn?
Especially about how to send from server to client and vice versa, and also how to pack the message before send to server / client.
Thanks
Thanks for the link savaj, I already read it
Check ClientServerAsync and ClientServerSync in "<Symbian^3 installation path>\examples\symbian\gui"
I've used the sample from
http://library.developer.nokia.com/i...doc/index.html
and basically have used it as basis
But the thing is, in the sample there's only 1 type of data (ie. TTime) that's being sent back and forth asynchronously to the server. While in my case, I need to "pull" various types of data from the server
Any ideas?
Thanks
basically then just modify the example. You can basically sent any data that can be put into TBuf8 buffer, note though that you can not share pointers.