项目作者: yhoazk

项目描述 :
Lessons learned in automotive
高级语言: C++
项目地址: git://github.com/yhoazk/automo.git
创建时间: 2017-06-30T13:46:12Z
项目社区:https://github.com/yhoazk/automo

开源协议:

下载


automo

(Unicast, broadcast and multicast)[http://www.erg.abdn.ac.uk/users/gorry/course/intro-pages/uni-b-mcast.html]

  • Unicast:
    • A piece of information is sent from one point to another point, just one sender and one receiver.
  • Broadcast
    • A piece of information is sent from one point to all other points. Just one sender, multiple receivers.
  • Multicast:
    • A piece of information is sent from one or more points to a set of other points. May be one or more senders and may be no receivers or any number of receivers.