holepunchto / hyperswarm

A distributed networking stack for connecting peers.
https://docs.holepunch.to
MIT License
1.06k stars 85 forks source link

Logging / debugging #13

Open staltz opened 5 years ago

staltz commented 5 years ago

With discovery-swarm it was quite useful to debug the DHT with env var DEBUG='*'. This module could also use debug() and allow for troubleshooting network connections. At moment my simple example usage of hyperswarm with two peers can't connect to each other.