Discussion Board

Results 1 to 5 of 5

Thread: Need advices~

  1. #1
    Registered User verbalwizard's Avatar
    Join Date
    Jul 2009
    Posts
    2
    Hi all, i'm new to Symbian ,i'm gonna develop a client app via TCP/IP on symbian with carbide c++.
    Before developping, I need to know if the client i mentioned is possible with no problem.

    I just have a look disscusboard roughly, and i've found some opinions that there are some problems with communication with TCP/IP sockets
    such as multi threads communications. is it true?? or Do you think it is ok to communicate via TCP/IP socket on symbian os (with no problems)?

    I'm just a novice. I need your helps...

    thanks for reading.

    verbalwizard~

  2. #2
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    According to my experience, TCP/IP actually works on Symbian. Normally in Symbian C++ code you use the Active Object design pattern for handling asynchronous events (like network operations), but threading is also supported. Also note that you can port existing standard C/C++ code using the OpenC/C++ plugins.

  3. #3
    Registered User verbalwizard's Avatar
    Join Date
    Jul 2009
    Posts
    2
    thank you, wizard_hu_ for the advice.

    so i can use active object or open c/c++ to develop the client app. Alright.

    Thank you indeed.

    -ps : you are 'wizard' as well...

  4. #4
    Nokia Developer Moderator wizard_hu_'s Avatar
    Join Date
    Feb 2006
    Location
    Mallorca, Holiday
    Posts
    27,683
    Also note that if you are targetting recent S60 devices (starting with S60 3rd edition), their SDK comes with various networking examples already (pure TCP/IP is used in 'Chat', HTTP is employed in 'WebClient', and the Web Services framework is shown in 'AddressBook').

  5. #5
    Registered User vaibhavjain's Avatar
    Join Date
    Jan 2007
    Posts
    282
    One more small point to add.

    TCP/IP is the underlying protocol for HTTP and symbian devices have a fully working and stable HTTP protocol stack shared by it webbrowser and apps. So that implicitly implies that symbian TCP/IP stack is fully working and stable.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved