Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

what is the program code of 802.11b transmission between 2pc

Status
Not open for further replies.

TCY02

Junior Member level 3
Joined
Mar 5, 2005
Messages
25
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,486
does any one has the program code of 802.11b transmission between 2pc

or any ebooks or links or books to teach the program implementation of it.
 

Re: what is the program code of 802.11b transmission between

TCY02 said:
does any one has the program code of 802.11b transmission between 2pc

Network programming. Try search the book - JAVA network Programming at this Forum.
 

Re: what is the program code of 802.11b transmission between

is there any method to use C or C++ to implement
 

Re: what is the program code of 802.11b transmission between

Sure the network programming can be implemented using C or C++.

Unix network programming:
**broken link removed**

This tutorial is a good start for begineer.

And many others.

Search Winsock network programming for Window based OS.
 

Re: what is the program code of 802.11b transmission between

but i am using 2 wireless lan of ieee802.11b to implment,
the 2 computers are not connected
 

Re: what is the program code of 802.11b transmission between

TCY02 said:
but i am using 2 wireless lan of ieee802.11b to implment,
the 2 computers are not connected

There are no concern about whether Ethernet of WiFi LAN network. All we need to do is to deal with application software by using network programming.

So, there is no problem.
 

Re: what is the program code of 802.11b transmission between

after write the application software
how the 2 pc can communicate with the lan?
 

Re: what is the program code of 802.11b transmission between

TCY02 said:
after write the application software
how the 2 pc can communicate with the lan?

The API is used to communicate with the Kernal (TCP/IP) of computer. If you want to see how the data flow please download "Ethereal" software.

Search it at google. I advise you to gain enough knowledge for TCP/IP stack before start any thing.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top