From 0542f37c9a6b1ddb6cdef90963a9c94e3afd2b4f Mon Sep 17 00:00:00 2001 From: Linus Nordberg <linus@nordberg.se> Date: Tue, 12 Nov 2019 16:14:45 +0100 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..73f2118 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Bramble specification + +- [Binary Data Format](BDF.md) +- [Bramble Handshake Protocol](protocols/BHP.md) +- [Bramble QR Code Protocol](protocols/BQP.md) +- [Bramble Rendezvous Protocol](protocols/BRP.md) +- [Bramble Synchronisation Protocol](protocols/BSP.md) +- [Bramble Transport Protocol](protocols/BTP.md) -- GitLab