Hi All,

I am trying to run emane 0.9 on a KVM with UBUNTU 12.04 LTS (i386):
-Using the rfpipe model where platform.xml looks like:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE platform SYSTEM "file:///usr/share/emane/dtd/platform.dtd">
<platform>
<param name="otamanagerchannelenable" value="on"/>
<param name="otamanagerdevice" value="eth0"/>
<param name="otamanagergroup" value="224.1.2.8:45702"/>
<param name="eventservicegroup" value="224.1.2.8:45703"/>
<param name="eventservicedevice" value="eth0"/>
<param name="controlportendpoint" value="0.0.0.0:47000"/>

<nem id="1" definition="rfpipenem.xml">
  <param name="platformendpoint" value="127.0.0.1:8201"/>
  <param name="transportendpoint" value="127.0.0.1:8301"/>
  <transport definition="transvirtual.xml">
    <param name="address" value="10.100.0.1"/>
    <param name="mask" value="255.0.0.0"/>
  </transport>
  </nem>
</platform>

-I ran: emane platform.xml    and    sudo emanetransportd transportdaemon.xml
and got the following errors:

ERROR: Please consider using the realtime scheduler to improve fidelity.
ABORT: ConfigurationException: Parameter not registered enabletighttiming

-I added: 
<param name="enabletighttiming" value="off"/>
to the platform.xml file but I still got the errors.

I am wondering if I am missing something? Any ideas to solve this problem would 
be great.

Thanks a lot,

-Maggie Breedy
_______________________________________________
emane-users mailing list
[email protected]
http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users

Reply via email to