You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used C++ to develop an N-node distributed system that acts as a causally ordered multicasting service. The distributed system uses vector clocks to timestamp messages sent/received between nodes.
About
implementation of the causal multicast protocol in C++ using sockets and pthreads