Skip to content
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

Add support for SCION addresses #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

leonrinkel
Copy link

@leonrinkel leonrinkel commented May 1, 2024

We'd like to upstream libp2p support for the SCION12 Internet architecture.

This PR adds support for multiaddrs like /scion/19-ffaa:1:1079. SCION IAs consist of a 16-bit ISD and a 48-bit AS number separated by -. ISD numbers are formatted as decimal (19), AS numbering is similar to IPv6 (ffaa:1:1079). 3 A SCION multiaddr can encapsulate an IP address to specify an endpoint, e.g. /scion/19-ffaa:1:1079/ip4/127.0.0.1.

I have already reserved a corresponding protocol identifier in multiformats/multicodec#325. There also is an experimental go-libp2p SCION+QUIC transport available at netsys-lab/go-libp2p@7ea953a.

Footnotes

  1. https://scion-architecture.net/

  2. https://en.wikipedia.org/wiki/SCION_(Internet_architecture)

  3. https://docs.scion.org/en/latest/overview.html#isd-and-as-numbering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant