https://github.com/libp2p/js-libp2p-utp
uTP module libp2p uses. Implements the interface-transport spec
https://github.com/libp2p/js-libp2p-utp
Last synced: 8 days ago
JSON representation
uTP module libp2p uses. Implements the interface-transport spec
- Host: GitHub
- URL: https://github.com/libp2p/js-libp2p-utp
- Owner: libp2p
- License: mit
- Created: 2015-09-19T08:19:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T16:50:21.000Z (about 1 year ago)
- Last Synced: 2024-05-22T18:14:19.859Z (11 months ago)
- Language: JavaScript
- Homepage: https://libp2p.io
- Size: 53.7 KB
- Stars: 12
- Watchers: 19
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-peer-to-peer - libp2p-utp
README
# js-libp2p-utp
:warning: Not actively maintained.
👉 If you are looking for libp2p transports check [js-libp2p/doc/CONFIGURATION.md#transport](https://github.com/libp2p/js-libp2p/blob/master/doc/CONFIGURATION.md#transport).
If you would like to help getting this module updated check [js-libp2p-utp#81](https://github.com/libp2p/js-libp2p-utp/pull/81)
---
[](http://protocol.ai)
[](http://libp2p.io/)
[](http://webchat.freenode.net/?channels=%23libp2p)
[](https://discuss.libp2p.io)[](https://codecov.io/gh/libp2p/js-libp2p-utp)
[](https://travis-ci.com/libp2p/js-libp2p-utp)
[](https://david-dm.org/libp2p/js-libp2p-utp)
[](https://github.com/feross/standard)
> Node.js implementation of the `µTP` module that `libp2p` uses, which implements the [interface-transport](https://github.com/libp2p/interface-transport) interface for dial/listen. Connections follow [interface-connection](https://github.com/libp2p/interface-connection).
## Lead Maintainer
[Vasco Santos](https://github.com/vasco-santos).
# Acknowledgements
`js-libp2p-utp` is a wrapper on top on [utp](https://github.com/mafintosh/utp) originally developed by [Mathias Buus](https://github.com/mafintosh)