Read-only archive of the All About Symbian forum (2001–2013) · About this archive

TCP Socket Listener at client side...

1 replies · 2,688 views · Started 19 August 2003

hi ppl,

I managed to establish a TCP Socket connection with a remote Server from the SDK series60ex/sockets example. It works absolutely fine.

Now I intend to write a TCP listener at the client end so as to connect to the client i.e, the emulator from remote machines.

The knowledge i'v managed to acquire as of now is that we need to make use of the RSockets and the RSocketServ classes and the ConnectL(), Open() and the Bind() methods...

If anybody cud gimme any further leads...it'd be fab...
Thanx in advance...

adios,
LearningCurve.

I am also trying to write a TCP Listener Server Program in Symbian C++ for

UIQ Phones. Using RSocket I have Created a Socket which listens in a port

Problem 1 i am facing is P800/P900 seems to be not multitasking as Series 60

phones. When my server program is listening , if we run a client program

(java) the server program UI looses the focus.

Problem 2 is when java client is connected with Symbian C++ Server program

I have given a series of message box in the server program to see the progress

so the Server program UI comes up. But i never get the data sent by the client

program.

If you have come across and completed give me a pinch of it.

thanks in advance

Regards,
adhilu