2021-10-01 15:20:58 -04:00
2021-10-01 15:20:58 -04:00
2018-04-18 18:18:04 +03:00
2021-10-01 15:20:58 -04:00
2021-10-01 15:20:58 -04:00
2018-04-18 18:18:04 +03:00
2021-10-01 15:20:58 -04:00
2021-10-01 15:20:58 -04:00
2021-10-01 15:20:58 -04:00

Rendezvous

What is this?

Similar to status-im/rendezvous in using a smaller liveness TTL for records (20s), and not using UNREGISTER REQUEST, due to assuming that the TTL is very low (making it incompatible with libp2p original rendezvous spec). This module is intended to be used in go-waku as a ambient peer discovery mechanism.

This module uses protobuffers instead of RLP, and does not use ENR (Ethereum Node Records)

Description
Go implementation of rendezvous protocol
Readme MIT
Languages
Go 100%