UDP (User Datagram Protocol) is one of two prominent protocols in transport layer.
This protocol is quite simple and fast so many real time systems are taking it.
However it is unreliable on data integrity.
If your system does not allow any data loss, you should take TCP rather than UDP.
ezTCP has two optional communication modes and they are TCP and UDP.
You can select one considering your systems and its environment.
In case of TCP, ezTCP communicates one remote host at a time.
(Except for some products which have multiple monitoring function)
Like this, ezTCP can set a peer host as its counterpart in UDP.
However, because this protocol has no connection procedure, transferring same data to multiple hosts at a time.
This is possible because the peer host address could be set to broadcast IP address.
Then, how about switching peer host?
This means that ezTCP communicate with one host at a time but the host can be changed without additional setting.
ezTCP can do this.
We call this option “Dynamic Peer Host Configuration” and almost products equip that.
ezTCP changes peer host to a new one which sends the last received data to itself.
Even if ezTCP is sending data continuously, it changes the peer host right after data from another host has arrived.
ezTCP updates the peer host address when a packet from another device has been arrived.
How to use it?
That’s all.

Posted by eztcp

















































