This library provides an end-host networking stack for SCION and can be used in Rust applications to communicate over a SCION network.

28 stars 6 forks 28 watchers Rust Apache License 2.0
1 Open Issue Need Help Last updated: Aug 18, 2025

Open Issues Need Help

View All on GitHub
Networking Protocol Implementation

AI Summary: This issue proposes implementing DNS resolution for SCION addresses, enabling them to be resolved via standard DNS mechanisms. The implementation should be based on the specification in section 19.7.2 of the SCION Book v2 and draw inspiration from the `dns_txt.go` file within the PAN library.

Complexity: 3/5
enhancement good first issue

This library provides an end-host networking stack for SCION and can be used in Rust applications to communicate over a SCION network.

Rust