An open API service indexing awesome lists of open source software.

https://github.com/hengxin/tla-atomic-multicast

TLA+ Specification of the White-Box Atomic Multicast Protocol Proposed by Gotsman et al. (DSN2019)
https://github.com/hengxin/tla-atomic-multicast

Last synced: 8 months ago
JSON representation

TLA+ Specification of the White-Box Atomic Multicast Protocol Proposed by Gotsman et al. (DSN2019)

Awesome Lists containing this project

README

          

# TLA-Atomic-Multicast
TLA+ Specification of the White-Box Atomic Multicast Protocol Proposed by Gotsman et al. (DSN2019)

# Skeen
- [ ] Model checking vs. Simulation
- [PaxosStore-tla/experiment/](https://github.com/Starydark/PaxosStore-tla/tree/master/experiment)
- [ ] State graph
- [graphviz-state-graph](https://github.com/mryndzionek/tlaplus_specs)
- `dot -Tpng -Nstyle=filled -Npenwidth=5 -Epenwidth=8 -Ksfdp -Goverlap=prism -Goverlap_scaling=-10`
- [tlaplus-graph-explorer](https://github.com/afonsonf/tlaplus-graph-explorer)
- [Cytoscape](https://cytoscape.org/) + [dot-app plugin](https://apps.cytoscape.org/apps/dotapp)
- [ ] Animation
- [TLADevelop](https://github.com/Starydark/TLADevelop)
- Xingchen Yi's Thesis (Chapter 7)
- [ ] Web Visualization

# WhiteBox

# TODO
- [ ] GraphViz
- [ ] See https://github.com/mryndzionek/tlaplus_specs#gameoflifetla
- [ ] Distributed Model Checking on Aliyun
- [ ] TLA+ Graph Explorer
- [ ] TLA+ Debugger