CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Sep 2004
    Posts
    44

    Question Networking Project

    I am relatively new to network programming and have begun to understand the basics, however I am conducting a project which consists of making a program that uses 802.11b wireless to connect the network and I have no idea of the differences in programming wireless compared to wired or how to start programming wirelessly.

    Could anybody please give me some advice or show me where I could find such advice.

    Stavros
    Last edited by Ionian; October 31st, 2004 at 01:06 PM.

  2. #2
    Join Date
    Nov 2004
    Posts
    30

    Re: Wireless Networking

    The network functions used in wireless and in wire are the same (e.g. select, sendto, recv). The difference is in the packets structure.
    Are you writing a driver for wireless?
    Spirito santo in corpo santo

  3. #3
    Join Date
    Sep 2004
    Posts
    44

    Re: Wireless Networking

    No im making a program that sends and receives data wirelessly. A simple server - client program. Do I have to change anything to do with the ports I use?

  4. #4
    Join Date
    Nov 2004
    Posts
    30

    Re: Wireless Networking

    Let's getting something clear.
    In which network layer are you sending data? If it is the 3rd layer and above, you shouldnt care about wireless. The wireless is the 1st and 2nd network layer.
    The only thing you should wrry about is to setup a topology of connecting 2 computers using AP and PCMCIA cards.
    I guess that doesn't solve all your problems, so give me some more details about your project...

    Nagasta
    Spirito santo in corpo santo

  5. #5
    Join Date
    Sep 2004
    Posts
    44

    Re: Wireless Networking

    From all the info ive found I dont have to worry about the wireless as I do not cover those levels.

  6. #6
    Join Date
    Nov 2004
    Posts
    30

    Re: Wireless Networking

    OK. Define your problem again because I don't see one
    Spirito santo in corpo santo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured