Maggie, The RF Pipe radio model no longer has an 'enabletighttiming' configuration parameter. Turning it off is not enough to satisfy EMANE's configuration validation. It must be removed.
For allowable RF Pipe parameters see: https://github.com/adjacentlink/emane/wiki/RF-Pipe-Model#configuration-parameters To achieve better fidelity you need to use the realtime scheduler. That warning is a reminder to do so. EMANE will run at normal priority level but it will be competing with many processes for CPU cycles. You can grant users the ability to run applications using the realtime scheduler using /etc/security/limits.conf. I have the following entry: @realtime - rtprio 99 All users in the 'realtime' group are allowed to run applications using the realtime scheduler and priority levels [1,99]. This may or may not be appropriate for your environment. -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 04/11/2014 03:22 PM, [email protected] wrote: > 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 > _______________________________________________ emane-users mailing list [email protected] http://pf.itd.nrl.navy.mil/mailman/listinfo/emane-users
