Skip to content

Releases: netsys-lab/scion-path-discovery

V1.0.3

15 Jan 15:36
3f3192f
Compare
Choose a tag to compare
V1.0.3 Pre-release
Pre-release

What's Changed

  • V1: made waiting for peer connections cancellable by @jmgraeffe in #30

Full Changelog: v1.0.2...v1.0.3

Release v2.0.0

21 Oct 08:24
d732331
Compare
Choose a tag to compare

Version 2.0.0 - Partially Disjoint Pathselection, API rework and bug fixes

This release includes the implementation of our partially disjoint pathselection for Task 5. Furthermore, it includes a rewrite of the API and some internal functionalities as well as bugfixes:

  • We base the scion-path-discovery library on pan to improve compatibility and remove duplicate boilerplate code
  • We implement the proposed partially disjoint pathselection and provide an example
  • The disjoint-pathselection document explains the partially disjoint approach in detail and presents initial results
  • The migration guide describes all breaking and non-breaking changes and links to the new examples

Related Pull Requests

Full Changelog: v1.0.1...v.2.0.0

Release v1.0.1

22 Mar 05:30
Compare
Choose a tag to compare
  • Pin SCION version in github actions
  • Fix handling of closed connections in DialAll

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

16 Feb 14:15
85a0e23
Compare
Choose a tag to compare

This is the v1.0.0 release, consisting of:

  • Completion of task 4
  • Small polishes and fixes

Full Changelog: v0.1.1...v1.0.0

Release v0.1.1

20 Jan 09:55
358b4fd
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0 - First beta release version

06 Jan 11:59
736218b
Compare
Choose a tag to compare
Pre-release

What's Changed

Complete Implementation of the Multipath Library

18 Nov 17:46
4735576
Compare
Choose a tag to compare

This release includes the full implementation of a multipath library based on SCION. A documentation of concepts and usage of the library is located in the doc folder. The exposed API for application is located in smp. We provide a multipath example called mppingpong. We also provide Go docs for the library.

Concept and Architecture Design finalized

19 Nov 11:50
Compare
Choose a tag to compare

This release consists of the detailed concept as well as planning the implementation Go Reference of a high performance library providing optimal path selection for efficient multipath usage over SCION capable of dealing with the high requirements of BitTorrent.