Help writting WSCRIPT (dce-mptcp-handoff-v4v6)

41 views
Skip to first unread message

Mijanur Rahaman Palash

unread,
Aug 31, 2016, 9:27:45 PM8/31/16
to ns-3-users, Kang Chen, Hajime Tazaki, matt...@gmail.com
Hi,

I have written following WSCRIPTS for example program 'dce-mptcp-handoff-v4v6'. But Its not working properly. I don't see any guideline or tutorial for wscripts writing and as I don't know python, Can you please help me to correct my error in this wscripts? (I have also attached the program and wscripts) (mptcp version .89- using Hajime's docker, ubuntu 12.04)


## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-

import ns3waf

def configure(conf):
    ns3waf.check_modules(conf, ['core', 'network','point-to-point', 'mobility', 'wifi' ], mandatory = True)

def build(bld):
 if bld.env['KERNEL_STACK']:
    bld.build_a_script('dce', needed = ['core', 'network', 'dce', 'point-to-point', 'mobility', 'wifi', 'dce-quagga'],
                                  target='bin/dce-mptcp-handoff-v4v6',
                                  source=['example/dce-mptcp-handoff-v4v6.cc']
                  )



Thank you very much.

Mijanu
dce-mptcp-handoff-v6.cc
wscript

Darren Yao

unread,
Jan 18, 2018, 9:04:31 AM1/18/18
to ns-3-users
Hello, I met this problem also,this  example program 'dce-mptcp-handoff-v4v6' can not run ,did you solved this problem? Can you please teach me?

在 2016年9月1日星期四 UTC+8上午9:27:45,Mijanur Rahaman Palash写道:
Reply all
Reply to author
Forward
0 new messages