|
Embedded systems often have to communicate with the outside world. The availability of standard ethernet connections throuout buildings, can dictate the requirement for the embedded system to connect to that network. Existing network tools may then be used to control the device.
We have designed a number of custom solutions that make use of ethernet communication. One of those solutions is capable of a sustained through-out of 11 MBit/s. A very good achievement for an embedded system.
|
 |
|
|
The OSI model is the basis of the network module used for ethernet (and other) networks. Our TCP/IP software implements the most commonly used protocols.
Protocols
- IP (Internet Protocol)
- ICMP (Internet Control Message Protocol)
- UDP (User Datagram Protocol)
- TCP (Transmission Control Protocol)
|
|