CAMUS stands for CAusal MUlticast Store, whic is an erlang library providing different causal multicast backends:
- END-TO-END ARGUMENTS IN SYSTEM DESIGN, J.H. Saltzer, D.P. Reed and D.D. Clark (1984)
- Understanding the Limitations of Causally and Totally Ordered Communication, David R. Cheriton, Dale Skeen (1993)
- The Pitfalls in Achieving Tagged Causal Delivery, Georges Younes, Paulo Sérgio Almeida and Carlos Baquero (2018)
Use the following Makefile targets to build and test camus:
# compile the project:
make compile
# run the unit tests:
make test
# run the system tests:
make systests
# Run dialyzer to check types:
make dialyzer
# Open a shell:
make shell
# Build a release:
make rel