Skip to content

ankitku/FloodsubRef

Repository files navigation

This is the book for the paper : “A Formalization of the Correctness of the Floodsub Protocol” by Ankit Kumar and Panagiotis Manolios.

Contents

This repository includes the following artifacts:

  1. Formal models: Executable, publicly available transition system representations of Floodnet (fn-trx.lisp) and Broadcastnet (bn-trx.lisp).
  2. Transition Relations: Transition relations expressed as boolean functions over Floodnet and Broadcastnet states in trx-rels.lisp.
  3. Good Floodnet States: Definitions and properties of good floodnet states in good-fn.lisp.
  4. Formalized notions of correctness: Formalization of the WFS refinement which includes defining the refinement map and rel-B relation, followed by its proof in f2b-sim-ref.lisp.

Build

The proofs of refinement, along with the Broadcastnet and Floodnet models can be built by running ./make.sh in this folder. Make sure that cert.pl is in the path.

Demo

A demo.lisp file has been provided that contains a top level description of the included models and properties. Once the artifacts have been certified, go through each of the forms given in demo.lisp.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published