This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
go-libp2p-rendezvous
Watch
1
Star
0
Fork
0
You've already forked go-libp2p-rendezvous
mirror of
https://github.com/logos-messaging/go-libp2p-rendezvous.git
synced
2026-01-02 04:43:11 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48
Commits
3
Branches
0
Tags
246
KiB
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Adin Schmahmann
0e771cd3c2
replaced sync.Map with map + RW mutex. small refactors
2019-06-21 09:06:01 +02:00
db
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
pb
update protobuf
2019-01-18 15:22:49 +02:00
.gitignore
Initial commit
2018-04-18 18:18:04 +03:00
client_test.go
fixed compile error from previous commit + code refactoring
2019-06-05 13:44:44 -04:00
client.go
fixed compile error from previous commit + code refactoring
2019-06-05 13:44:44 -04:00
discovery_test.go
replaced sync.Map with map + RW mutex. small refactors
2019-06-21 09:06:01 +02:00
discovery.go
replaced sync.Map with map + RW mutex. small refactors
2019-06-21 09:06:01 +02:00
go.mod
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
go.sum
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
LICENSE
Initial commit
2018-04-18 18:18:04 +03:00
proto.go
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
svc_test.go
fixed compile error from previous commit + code refactoring
2019-06-05 13:44:44 -04:00
svc.go
Switched from gx to go mod and started using go-libp2p-core interfaces
2019-05-28 14:41:28 -04:00
Description
Go implementation of rendezvous protocol
MIT
Languages
Go
100%