hyperdiscovery
hyperdiscovery copied to clipboard
[ DEPRECATED - see https://github.com/hyperswarm/replicator for similar functionality. More info on active projects and modules at https://dat-ecosystem.org/ ]
The dat CLI is currently using discovery-swarm, which attempts to connect over a dht (which fails) but also opportunistically tries mdns and dns. Hyperswarm introduces a new DHT which we...
* change join/close api surface * add closeFeed * deprecate `totalConnections` and `rejoin` fixes #23 and #27
When the hyperdiscovery have be created ,how to connect it pass dat-node app?
running the tests on 9.0.2, got `double free or corruption (!prev)` not all the time, just sometimes.
> Closing the connection isn't the same behavior as discovery swarm. I think it might be nice to keep the api consistent, there are use cases where you want to...
`discovery.totalConnections` return the length of the list of total active connections not list itself.
I'm going through all of the hyper*universe and noticed that [hypervision](https://github.com/mafintosh/hypervision) creates its swarms like `hyperdiscovery(feed, {live: true})`, where feed is a [hypercore](https://github.com/mafintosh/hypercore). Currently the readme is lacking the live...
I want to store the port option in a database for `dat-node` so we can reuse whatever port worked last. But I think we need some way to make `listen`...