qdeconinck / mp-quic

Please read https://multipath-quic.org/2017/12/09/artifacts-available.html to figure out how to setup the code.
MIT License
176 stars 71 forks source link

How to install MPQUIC in a VM? #7

Open NotreDameDeParis opened 4 years ago

NotreDameDeParis commented 4 years ago

I just do as the steps mentioned in https://multipath-quic.org/2017/12/09/artifacts-available.html image Unfortunately,when i run the "go get -t -u ./...", image It showed the error above. Could you please tell me why this happened and how i can solve this problem?

0xVikas commented 4 years ago

@NotreDameDeParis This must've happened because of the rapid development of quic-go project, mean while the mp-quic project isn't active anymore. As of now, it works correctly without any problems. In case you find any errors, you can always git reset quic-go to an earlier commit and then try the rest of the process.

dmat93 commented 1 year ago

Actually I tested MP-QUIC using the provided VM I saved the go folder contained in the /home/mininet and I installed the go1.9.2. You can test MP-QUIC by running ~/go/bin/example as a server and ~/go/bin/client_benchmark as client (thus 2 separate VMs).

NOTE

To generate an help message from the binaries run the program with -qwerty flag, e.g., ~/go/bin/example -qwerty

Ubuntu 14.04.6

As an alternative you can prepare a new VM but I noted that for the version of Ubuntu > 14.04 (the same used in their VM) you the MP-QUIC does not work properly