|
-
October 30th, 2004, 01:35 PM
#1
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.
-
November 14th, 2004, 02:58 AM
#2
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
-
November 14th, 2004, 01:10 PM
#3
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?
-
November 15th, 2004, 01:40 AM
#4
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
-
November 15th, 2004, 08:30 AM
#5
Re: Wireless Networking
From all the info ive found I dont have to worry about the wireless as I do not cover those levels.
-
November 15th, 2004, 11:52 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|