Skip to content

Implementation of an unreliable packet transport for libp2p, using UDP

License

Notifications You must be signed in to change notification settings

zaibon/go-udp-transport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tcp-transport

Coverage Status Travis CI

A libp2p transport implementation for udp.

Table of Contents

Install

go-udp-transport is a standard Go module which can be installed with:

go get github.com/libp2p/go-udp-transport

Usage

This module is packaged with Gx. In order to use it in your own project it is recommended that you:

go get -u github.com/whyrusleeping/gx
go get -u github.com/whyrusleeping/gx-go
cd <your-project-repository>
gx init
gx import github.com/libp2p/go-udp-transport
gx install --global
gx-go --rewrite

API

See https://godoc.org/github.com/libp2p/go-udp-transport

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT

About

Implementation of an unreliable packet transport for libp2p, using UDP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.3%
  • Makefile 5.7%