Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libp2p/go-libp2p-quic-transport
An implementation of a libp2p transport using QUIC
https://github.com/libp2p/go-libp2p-quic-transport
ipfs libp2p quic
Last synced: 14 days ago
JSON representation
An implementation of a libp2p transport using QUIC
- Host: GitHub
- URL: https://github.com/libp2p/go-libp2p-quic-transport
- Owner: libp2p
- License: mit
- Archived: true
- Created: 2017-03-07T10:15:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T18:46:43.000Z (over 2 years ago)
- Last Synced: 2024-09-18T02:29:24.275Z (5 months ago)
- Topics: ipfs, libp2p, quic
- Language: Go
- Homepage:
- Size: 582 KB
- Stars: 113
- Watchers: 31
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATION NOTICE
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/transport/quic.
# go-libp2p-quic-transport
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](https://libp2p.io/)
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
[![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/libp2p/go-libp2p-quic-transport)
[![Linux Build Status](https://img.shields.io/travis/libp2p/go-libp2p-quic-transport/master.svg?style=flat-square&label=linux+build)](https://travis-ci.org/libp2p/go-libp2p-quic-transport)
[![Code Coverage](https://img.shields.io/codecov/c/github/libp2p/go-libp2p-quic-transport/master.svg?style=flat-square)](https://codecov.io/gh/libp2p/go-libp2p-quic-transport/)
[![Discourse posts](https://img.shields.io/discourse/https/discuss.libp2p.io/posts.svg)](https://discuss.libp2p.io)go-libp2p-quic-transport uses [quic-go](https://github.com/lucas-clemente/quic-go/) to provide QUIC support for libp2p.
## Install
`go-libp2p-quic-transport` is a standard Go module which can be installed with:
```sh
go get github.com/libp2p/go-libp2p-quic-transport
```This repo is [gomod](https://github.com/golang/go/wiki/Modules)-compatible, and users of
Go 1.11 and later with modules enabled will automatically pull the latest tagged release
by referencing this package. Upgrades to future releases can be managed using `go get`,
or by editing your `go.mod` file as [described by the gomod documentation](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies).## Contribute
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/go-libp2p-quic-transport/issues)!
This repository falls under the libp2p [Code of Conduct](https://github.com/libp2p/community/blob/master/code-of-conduct.md).
### Want to hack on libp2p?
[![](https://cdn.rawgit.com/libp2p/community/master/img/contribute.gif)](https://github.com/libp2p/community/blob/master/CONTRIBUTE.md)