Skip to content

Latest commit

 

History

History

flood-0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Flood 0

Simple flooding protocol. All packets are broadcasted and flooed throughout the entire network. Note: WiFi broadcasts would be about ~20 times slower compared to unicast.

Packet header:

  • source identifier
  • destination identifier
  • sequence number

Node state:

  • node identifier
  • current sequence number
  • last updated timestamp

Old entries are removed after a while.