This repository contains the specification for the Simple Signal Replication Protocol (SSRP).
- Specification: https://timdaub.github.io/SSRP/
- Source: ./SOURCE.md
- Status: Work in Progress
Install the rendering suite using:
$ git clone [email protected]:TimDaub/SSRP.git
$ cd SSRP
$ npm i
Make edits to ./SOURCE.md and render the specification document using npm run md:render
.