What things to be done to connect two symbian emulators using client-server

Login to reply to this topic.
Thu, 2005-08-04 12:05
Joined: 2005-08-04
Forum posts: 11
Hi,

I want to try client-server code between emulators running in two networked machines. Is it possible?
In one server m/c (Emulator) I run sequence of RSocketServer::Connect() -> RSocket::Open() -> RSocket::Bind() -> RSocket::Listen() -> RSocket::Accept(NewSocket) -> NewSocket::Recieve() ...
In client m/c (Emulator) I run sequence, RSocketServer::Connect() -> RSocket::Open() -> RSocket::Connect() -> RSocket::Send() ...
I am able to do this with KInetAddrLoop, i.e. looping. When this client - server is beyond emulator boundary, what changes i need to do in code.
If I want to play around with RConnection, can I? Can I assosiate socket wyth a RConnection abject.

TIA,
Datha
  • Login to reply to this topic.