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)
- Host: GitHub
- URL: https://github.com/hengxin/tla-atomic-multicast
- Owner: hengxin
- License: mit
- Created: 2021-07-02T09:19:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-31T00:44:08.000Z (about 4 years ago)
- Last Synced: 2025-01-07T19:45:05.510Z (9 months ago)
- Language: TLA
- Size: 6.99 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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