Hi,
At Fri, 8 Nov 2013 02:27:58 -0800 (PST),
eshn epsilon wrote:
>
> [1 <text/plain; ISO-8859-1 (7bit)>]
> Thanks Hajime for you reply.
>
> Feel a bit honored by getting reply from you.
> I am currently trying to install ns3-dce from your repos and run a simple
> example inspired from the link you sent.
> Goal with my trial was to see if I could run "iw" inside ns-3-dce.
> So far managed to compile a liblinux.so after enabling "wireless" with make
> menuconfig in your net-next-sim
> and compile iw.
I think iw command doesn't give an opportunity to configure
ns3::WifiNetDevice as is with DCE. if you want, you need to
implement 'bridging' code at ns-3-dce to forward command
request to WifiNetDevice.
> ...currently trying to figure out this one:
> "symbol lookup error: elf-cache/0/liblinux.so: undefined symbol:
> proc_mkdir_data"
this is due to the lack of symbol defined in liblinux.so,
available at net-next-sim. you need to add a glue code for
the missing function.
you can refer the example of proc_mkdir () at
net-next-sim/arch/sim/proc.c, which is a minimized version
of original function.
-- Hajime
> BR
>
>
> Den onsdagen den 6:e november 2013 kl. 09:12:16 UTC+1 skrev Hajime:
> >
> >
> > At Tue, 29 Oct 2013 06:02:22 -0700 (PDT),
> > eshn epsilon wrote:
> > >
> > > [1 <text/plain; ISO-8859-1 (7bit)>]
> > > Hi.
> > >
> > > Trying to figure out if using ns-3 with the DCE module will enable me to
> > > use the wireless mac80211 framework for soft mac wifi cards inside ns-3.
> > > Can't find anything about this anywhere.
> > >
> > > Can anyone please indicate if I am wasting my time, or if it should be
> > > possible.
> >
> > I'm not sure whether I understand your question correctly,
> > but if you're considering just a combination of DCE and
> > Wi-Fi, it's possible. The following example uses wifi.
> >
> >
http://code.nsnam.org/ns-3-dce/file/3f7680e507cb/example/dce-linux.cc
> >
> > or are you looking for others ? it would be helpful if you
> > could share your specific idea to use DCE.
> >
> > -- Hajime
> >
> >
>
> [2 <text/html; ISO-8859-1 (quoted-printable)>]
>