Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Add more protocols
This PR only adds protocols that are already usable and have at least a
published crate.
  • Loading branch information
rklaehn committed Jul 14, 2025
commit 844438d8f02a978a0253fd1b7687df1ce3d96933
18 changes: 18 additions & 0 deletions src/app/proto/protocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,23 @@ export const protocols = [
"documentation": "https://godotengine.org/asset-library/asset/3948",
"repository": "https://github.com/tipragot/godot-iroh",
"version": "v0.1.5"
},
{
"icon": "",
"title": " Iroh Content Discovery",
"tagline": "A protocol to communicate with a content tracker for iroh-blobs.",
"slug": "iroh-content-discovery",
"documentation": "https://docs.rs/iroh-content-discovery/latest/iroh_content_discovery/",
"repository": "https://github.com/tipragot/godot-iroh",
"version": "v0.1.0"
},
{
"icon": "",
"title": "Iroh ping",
"tagline": "A minimal protocol to ping iroh nodes.",
"slug": "iroh-ping",
"documentation": "https://docs.rs/iroh-ping/latest/iroh_ping/",
"repository": "https://github.com/n0-computer/iroh-ping",
"version": "v0.2.0"
}
]
Loading