Skip to content

netsec-ethz/scion

 
 

Repository files navigation

SCION

Slack chat Matrix chat Awesome ReadTheDocs Go Docs Nightly Build Go Report Card GitHub issues GitHub issues Release License

Welcome to the open-source implementation of SCION (Scalability, Control and Isolation On next-generation Networks), a future Internet architecture. SCION provides route control, failure isolation, and explicit trust information for end-to-end communication. To find out more about the project, please visit our documentation site.

Installation

Installation packages for Debian and derivatives are available for x86-64, arm64, x86-32 and arm. These packages can be found in the latest release. Packages for in-development versions can be found from the latest nightly build.

Alternatively, "naked" pre-built binaries are available for Linux x86-64 and can be downloaded from the latest release or the latest nightly build.

Build from sources

SCION can be built with go build. To build all binaries used in a SCION deployment (i.e. excluding the testing and development tools), run

CGO_ENABLED=0 go build -o bin ./router/... ./control/... ./dispatcher/... ./daemon/... ./scion/... ./scion-pki/... ./gateway/...

The default way to build SCION, however, uses Bazel. In particular, this allows to run all the tests, linters etc. Please visit our documentation site for instructions on how to set up Bazel and the full development environment.

Connecting to the SCION Network

Join SCIONLab if you're interested in playing with SCION in an operational global test deployment of SCION.

The awesome-scion list contains pointers to production deployments of SCION.

Contributing

Interested in contribution to the SCION project? Please visit our contribution guide for more information about how you can do so.

Join us on our slack workspace with this invite link: join scionproto.slack.com

License

License

About

This repository represents the current SCION version deployed at SCIONLab.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.6%
  • Starlark 7.3%
  • Python 3.0%
  • Shell 1.3%
  • Lua 0.7%
  • Makefile 0.1%