decanus fabc9260ef update
2020-03-01 13:27:43 +01:00
2020-02-27 17:21:38 +01:00
2020-02-27 04:09:11 +01:00
try
2020-02-28 15:28:32 +01:00
fix
2020-02-28 15:24:00 +01:00
2020-02-27 21:33:28 +01:00
2020-02-28 13:42:57 +01:00
2020-02-28 13:42:57 +01:00
2020-02-28 15:33:40 +01:00
2020-02-28 13:36:32 +01:00
2020-02-27 04:09:11 +01:00
rm
2020-02-28 15:29:56 +01:00
fix
2020-02-28 15:24:00 +01:00
2020-02-27 17:26:53 +01:00
2020-02-27 17:26:53 +01:00
2020-03-01 13:27:43 +01:00

go-multiprotocol

Version MIT License API Reference Go Report Card Build Status

A lot of this code has been adapted from multiaddr.

Multiprotocol can be initialized using a CSV file, for the CSV format see the specification.

package main

import mp "github.com/vacp2p/go-multiprotocol"

err := mp.Init("testdata/multiprotocol.csv")
// err non-nil when parsing failed.

mp, err := mp.NewMultiprotocol("/vac/waku/2/store/2/relay/2")
// err non-nil when parsing failed.

Protocols can also be added programatically using the AddProtocol function.

Description
No description provided
Readme MIT 1.3 MiB
Languages
Go 97.7%
Makefile 2.3%