From 549cbbb7979e7e1a8225d3bb0f44e8e02623b052 Mon Sep 17 00:00:00 2001 From: Jeremie Miller Date: Fri, 17 Apr 2015 10:43:58 -0600 Subject: [PATCH] fix v3 links and logo --- README.md | 4 ++-- v3/README.md | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a5ef645..c1e9497 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ telehash.org ============ -![logo](logo/mesh-logo-128.png) +![logo](v3/logo/mesh-logo-128.png) This repo is the contents of [telehash.org](http://telehash.org) including the official protocol docs, pull requests welcome! Quick links to the specs: -* [v3 (draft, 2014)](v3/) +* [v3 (stable, 2014-current)](v3/) * [v2 (2013)](v2/protocol.md) * [v1 (2010)](https://github.com/quartzjer/telehash) diff --git a/v3/README.md b/v3/README.md index 495f44e..36f9c4c 100644 --- a/v3/README.md +++ b/v3/README.md @@ -1,11 +1,13 @@ -telehash secure mesh protocol (v3) +telehash secure mesh protocol ================================== -> this is a draft (issues and pull requests welcome), planning for release version in 03/2015 - ![logo](logo/mesh-logo-128.png) -Telehash is a project to create interoperable private mesh networking, see the [introduction](intro.md) for more background. +> see the [v3 release specification](v3/spec/v3.0.0-stable.pdf) + +An interoperable private mesh networking standard, see the [introduction](intro.md) for more background. + +> the primary discussion area is currently via Slack, anyone can join by getting an [automated invite](http://6.telehash.org:3000). The full protocol suite is a composite of multiple individual specifications: @@ -19,7 +21,6 @@ The full protocol suite is a composite of multiple individual specifications: * [transports](transports/) - details (encoding, timeouts, discovery, etc) for mapping/supporting different network transports * [logo](logo/) - for use to represent telehash support in apps -The primary discussion area is currently via Slack, anyone can join by getting an [automated invite](http://6.telehash.org:3000). ### Implementations @@ -29,7 +30,7 @@ Each implementation provides a library API adapted to its platform or language b Experimental implementations are being actively developed at: * [telehash-js](https://github.com/telehash/telehash-js) -* [telehash-c](https://github.com/telehash/telehash-c). +* [telehash-c](https://github.com/telehash/telehash-c) * [gogotelehash](https://github.com/telehash/gogotelehash) * [python](https://github.com/telehash/e3x-python) * [c#](https://github.com/telehash/telehash.net)