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.

Ethernet Communication

Status
Not open for further replies.

vikky

Full Member level 3
Joined
Oct 18, 2007
Messages
150
Helped
4
Reputation
8
Reaction score
3
Trophy points
1,298
Activity points
2,664
c++ ethernet communication

For ethernet communication from one PC to another wat shud v do.i think v have to write a program on datalink layer. is there any sample program in net.how to use the ethernet card in PC?
 

visual basic ethernet communication

Hello,

in normal cases, ethernet communication is rarely performed accessing the ethernet card directly rather than using the operating systems driver, e. g. windows winsock2. Depending on your programming enviroment, you could use protocol libraries to ease your work, as Indy (www.indyproject.org) usable for C#, C++, Delphi, Visual Basic.NET and Kylix.

Regards,
Frank
 

    vikky

    Points: 2
    Helpful Answer Positive Rating
ethernet communication of form in c#

Thanks frank for your reply.It will be good if u could help me to find some sample programs in C for the environment XP bcoz OS of my PC is Windows XP
 

ethernet communication c

Ethernet is a family of frame-based computer networking technologies for local area networks (LAN). The name comes from the physical concept of the ether. It defines a number of wiring and signaling standards for the physical layer, through means of network access at the Media Access Control (MAC)/Data Link Layer, and a common addressing format.

Ethernet is standardized as IEEE 802.3. The combination of the twisted pair versions of Ethernet for connecting end systems to the network, along with the fiber optic versions for site backbones, is the most widespread wired LAN technology. It has been in use from around 1980[1] to the present, largely replacing competing LAN standards such as token ring, FDDI, and ARCNET. In recent years, Wi-Fi, the wireless LAN standardized by IEEE 802.11, is prevalent in home and small office networks and augmenting Ethernet in larger installations
 

ethernet communication in c#

There is program called like "net talk" or "net send" its for communication soft. over MAC adrs.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top