Mijanur Rahaman Palash
unread,Aug 31, 2016, 9:27:45 PM8/31/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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