Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
fix v3 links and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzjer committed Apr 17, 2015
1 parent 72b7925 commit 549cbbb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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)

Expand Down
13 changes: 7 additions & 6 deletions 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:

Expand All @@ -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).

<a name="implementations" />
### Implementations
Expand All @@ -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)
Expand Down

0 comments on commit 549cbbb

Please sign in to comment.