wireless app

Discussion in 'C++' started by fiska, Jan 1, 2007.

  1. fiska

    fiska New Member

    Joined:
    Jan 1, 2007
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Folks,

    I've been given this assignment at university where I should build an application that will communicate PDA (win. mobile ce 5.0) with server (a PC), via wireless technology.

    I've never done this before and I have no idea how to program something for wireless, can anyone give me a short guide ?
    IS there anything in .NET for communicating PDA apps written in .NET C# with server as a web service or something similar ?

    thank you in prior,
    Fiska
     
  2. Essial

    Essial New Member

    Joined:
    Sep 12, 2006
    Messages:
    21
    Likes Received:
    0
    Trophy Points:
    0
    "Wireless" covers a broad range of technologies. What wirless are you talking about... The conventional wireless router style routers? Bluetooth? Infrared?

    If its the conventional wireless, you connect to it as you would any PC. You should be able to write your PC server app, and your PDA client app, both in visual studio 2005 (not express) with no problems. Just use basic winsock. If you create a web service, you'll have to set up a web server and all that happy crappy so i'd stick with winsock if allowed.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice