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 real environment instead of in Mininet #6

Closed NotreDameDeParis closed 4 years ago

NotreDameDeParis commented 4 years ago

I want to install MPQUIC in a real environment instead of in Mininet.Has anyone finished installing MPQUIC in a real environment successfully?

qdeconinck commented 4 years ago

Our MultipathTester application (https://github.com/multipathtester/MultipathTester) actually bundles MPQUIC which runs in real wireless environments. From a practical viewpoint, you can just follow the VMs instructions related to the Go code only (https://multipath-quic.org/2017/12/09/artifacts-available.html). Then, you can write your QUIC application or example ones and specify actual addresses.

NotreDameDeParis commented 4 years ago

Could you please tell me what "Then, you can write your QUIC application or example ones and specify actual addresses." mean? Do you mean that i can write and run the MPQUIC application in the mininet or just in the real environment instead of Mininet? If in Mininet, do you mean that i can set the actual addresses in mininet and it is just the same as in the real environment?

NotreDameDeParis commented 4 years ago

Can i just directly run this code on two real machines(one as a server and the other as a client) without using Mininet?

qdeconinck commented 4 years ago

Can i just directly run this code on two real machines(one as a server and the other as a client) without using Mininet?

Yes

Heath68 commented 4 years ago

I run MPQUIC on two real machines,but only one path working.I tested on mininet with one network interface ,but there were two pathes.I wonder if you solved your problems.Thanks a lot!

saptarsi96 commented 3 years ago

How to check if mpquic is working or not on my laptop? Do we have any testing websites as mptcp?

shravan9912 commented 1 year ago

I ran MPQUIC on mininet it worked fine, But when I started running it on real networks it not using two paths. Setup is the following one machine is a client with two different interfaces and networks, Than another machine is a server with one interface and network. But when I sent a file from the client to the server its using only one network of the client in real-time, But in mininet it was using two networks. can you please help me why the same code of mpquic is not working with real networks? Thanks in Advance