-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network Visualization Tool #215
Comments
we've built out own for metamask light client / kitsunet / mustekala research has a live updating graph of the topo repo is here https://github.com/MetaMask/mesh-testing |
I would love to see a hiveplot as it would allow for visual comparison between different network topologies. |
See also notes from a hold wish on having a dashboard for the DHT ipfs/notes#34 |
vis.js is great (js-libp2p-based app example). |
@Kubuxu did you get any decent results out of your exploration into hiveplots? |
Hi, I am interested in this project. Where could I know the recent progress of this project? |
Hi everyone, Checking in on the state of this project. I'm looking into how we might do better measurements in p2p networks... Was wondering if anything had come out of this push in terms of a good topography viz tool or perf viz tool? :) |
This is still on our Roadmap but we likely won't get to it until next year. libp2p/notes#1 has a good aggregate of the current problem set and options, along with some links to existing tooling. |
* deps(dev): bump aegir from 37.12.1 to 38.1.7 Bumps [aegir](https://github.com/ipfs/aegir) from 37.12.1 to 38.1.7. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v37.12.1...v38.1.7) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix linting * chore: fix deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
## [6.0.1](libp2p/js-libp2p-floodsub@v6.0.0...v6.0.1) (2023-03-10) ### Trivial Changes * Update .github/workflows/semantic-pull-request.yml [skip ci] ([258b856](libp2p/js-libp2p-floodsub@258b856)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([3e5da6a](libp2p/js-libp2p-floodsub@3e5da6a)) * Update .github/workflows/semantic-pull-request.yml [skip ci] ([cac8712](libp2p/js-libp2p-floodsub@cac8712)) ### Dependencies * **dev:** bump aegir from 37.12.1 to 38.1.7 ([#215](libp2p/js-libp2p-floodsub#215)) ([8a8b243](libp2p/js-libp2p-floodsub@8a8b243))
We need a libp2p network visualization tool in order to improve our debugging abilities and also for research purposes.
@vasco-santos is going to take the lead on this. There is some previous work worth checking out but it doesn't mean that it should be the base.
Also:
The text was updated successfully, but these errors were encountered: