netsys-lab / scion-path-discovery

The goal of the SCION-Pathdiscovery project is to leverage the path-awareness features of the SCION secure Internet architecture in order to discover a fast and reliable content lookup and delivery.
Apache License 2.0
0 stars 1 forks source link

Define a "Path-Selection" Component and implement a dummy #2

Closed martenwallewein closed 3 years ago

martenwallewein commented 3 years ago

As mentioned, we aim to define an interface with a scriptable path-selection component. Initially, we provide a dummy path-selection plugin, that e.g. returns all paths, or the first n paths. Here we need a design (interfaces, structs, etc) how this path-selection component can look like and how a path-selection plugin can be written that is used by this component.