-
Notifications
You must be signed in to change notification settings - Fork 0
Description
HEllo,
after installation of CORE and EMANE
CORE-Version: 7,4.0
Emane.Version: 1.2.7
and installation of emane-spectrum-tools version: v0.2.5
according to the command lines in the readme file:
$ cd /home/mt/Downloads/emane-spectrum-tools-0.2.5
$ ./autogen.sh && ./configure emane_SRC_ROOT=/home/mt/emane
then
make
sudo make install
--> emane spectrum tools got installed in: /usr/local/bin
I use a simple core model consisting out of 3 wireless routers configured for rfpipe channel model.
I tried to get the OTA channel working / accessing it – in particular tried to get the spectrum analyzer working for this small scenario.
Using Wireshark I can see the Multicast packet from the 3 nodes. So far so good.
I also be able to ping the other nodes.
Then I tried to get the emane-spectrum-analyser to work.
I did the following:
My software configuration:
CORE: 7.4.0
EMANE: 1.2.7
Emane-spectrum-tools: 0.2.5
I use the following CORE model:
3 wireless CORE nodes using the rfpipe channel model
„emane-spectrum-monitor“ configuration: (from your example on github)
FILE: emane-spectrum-monitor.xml
“emane-spectrum-analyser” configuration:
emane-spectrum-analyzer /
10.0.0.1:8883 /
-100 /
--hz-min 2300000000 /
--hz-max 2500000000
Steps I did:
-
I started the model CORE model -
Check if I can ping the other nodes -
Verify Wireshark, if I can see the OTA multicast channel transfers -
Double click on node 1 to get a cmd prompt -
Check if I already copied the xml config file for the spectrum-monitor into this folder -
Copy/paste the following command:
emane-spectrum-monitor
--config emane-spectrum-monitor.xml
-r
-d
-l 3
-f /var/log/emane-spectrum-monitor.log
--pidfile /var/run/emane-spectrum-monitor.pid
--uuidfile /var/run/emane-spectrum-monitor.uuid
7. go to the host and open a terminal
8 . enter ssh –X 176.16.0.1 to get access to node 1 in my CORE/EMANE model
9. change then to the folder of node 1: cd /tmp/pycore.45749/n1.conf
And copy/paste this:
emane-spectrum-analyzer
10.0.0.1:8883
-100
--hz-min 2300000000 \
--hz-max 2500000000
No GUI appears on the screen...
I also had seen a GUI before I struggle around with python versions... but without any spectrum...
How I can verify that the emane-spectrum-monitor is working correctly?
I would really appreciate any help from you guys.
Thank you very much for you effort! You guys do a fantastic job!
best regards,
Martin
P.S: I attached my model as well