This project aims to show feasibility when implementing an exisiting data transmission protocol on the SCION network. Furthermore, to make use of the multi-path property of SCION, we added the GridFTP extension that allows to send traffic on multiple connections.
- Make sure to have a SCION installation running, either locally or on the SCIONLab.
- Download this repository with
go get github.com/elwin/scionFTP
- Install server and client or develop your own applications using the packages
server
andclient