Skip to content

yhoazk/automo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automo

  • 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.