teto / ns-3-dev-git

MPTCP code for ns 3.21. LOOK AT THE WIKI FOR documentation. UNMAINTAINED
http://www.nsnam.org/
GNU General Public License v2.0
6 stars 8 forks source link

Crash and Fail when execute #11

Closed JamesRaynor67 closed 5 years ago

JamesRaynor67 commented 7 years ago

For merge_net, src can be compiled (which is good), but can not pass all tests. Is this expected? Or I did something wrong?

Thank you.

After download, I executed:

CXXFLAGS=" -std=c++11" ./waf --enable-examples --enable-tests configure ./waf python test.py

and got: 192 of 216 tests passed (192 passed, 10 skipped, 11 failed, 3 crashed, 0 valgrind errors) List of SKIPped tests: examples/routing/simple-routing-ping6.py examples/tutorial/first.py examples/wireless/mixed-wireless.py examples/wireless/wifi-ap.py ns3-tcp-cwnd ns3-tcp-interoperability nsc-tcp-loss src/bridge/examples/csma-bridge.py src/core/examples/sample-simulator.py src/flow-monitor/examples/wifi-olsr-flowmon.py List of FAILed tests: csma-system devices-mesh-dot11s-regression devices-mesh-flame-regression ns3-tcp-loss ns3-tcp-no-delay ns3-tcp-socket ns3-tcp-state routing-aodv-regression routing-olsr-regression tcp-header tcp-wscaling List of CRASHed tests: ipv6-dual-stack ns3-wifi-msdu-aggregator wifi-80211p-ocb

Environment: gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ubuntu 14.04: kernel version 4.2.0-27-generic Python 2.7.12 | Anaconda 4.2.0 (64-bit)|

ghf2016 commented 6 years ago

I have the same situation with you,can you compile any script? my scratch always shows program not found

JamesRaynor67 commented 6 years ago

You can try this one: https://github.com/JamesRaynor67/mptcp_with_machine_learning Maybe you want to check out an earlier version of it. It works well (at least MPTCP module

ghf2016 commented 6 years ago

Thank you for your help. your research combine mptcp with machine learning is quite interesting

teto commented 6 years ago

@JamesRaynor67 thanks for letting us know, I've added your fork on the wiki homepage. Do you have any interest in upstreaming some changes ?

JamesRaynor67 commented 6 years ago

Thank you. I'm focusing on Wechat mini programs right now. It's ok for me to make my stuff clear (comment, etc), but sorry that further develop maybe too hard for me.