Re: [emane-users] Application/emulation boundary

2017-08-11 Thread Steven Galgano
is that you are using a stable API into the emulator. Option 3 does not afford the same stability and a current pending pull modifies this format as well as adds TCP support. -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 08/11/2017 10:51 AM, Charles Pritchard wrote: > W

Re: [emane-users] Emane python library

2017-08-09 Thread Steven Galgano
Charles, Not currently. For decoding guidance, you can take a look at the python source for emanesh.ota.OTAMessage which is used to build OTA messages without data: emane/src/emanesh/emanesh/ota/otamessage.py -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 08/09/2017 10:18 AM

Re: [emane-users] RxPower and RxSensitivity

2017-08-29 Thread Steven Galgano
pathloss events or location events, depending on the propagation model selected. Everything described above can be found within the EMANE documentation: https://github.com/adjacentlink/emane/wiki/Physical-Layer-Model -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 08/29/2017 08:31 AM

Re: [emane-users] Ubuntu 18.04 and LXC major version update

2018-05-21 Thread Steven Galgano
/16 -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 05/15/2018 10:10 AM, Vincent, Mike wrote: > Anyone running EMANE on Ubuntu 18.04? I've compiled the latest 1.2.2 and > Protobuf 3.5.1; however, none of the EMANE tutorial simulations > (https://github.com/adjacentl

Re: [emane-users] Packet Transmit Time, Receive Time and Propagation Delay Implementation

2018-04-28 Thread Steven Galgano
The TimeStampControlMessage is the mechanism a radio model uses to specify the tx time value contained in the physical layer (common phy) header. This control message does not schedule a transmission at a specified time, it merely provides a value for the header. The physical layer will transmit

Re: [emane-users] Failure to Open Linux Terminals after Demo execution

2018-01-31 Thread Steven Galgano
See https://github.com/adjacentlink/emane-tutorial/issues/13. Try the develop branch of emane-tutorial. -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 01/31/2018 08:10 AM, b...@robocomai.com wrote: > > As a result of running the demos on a Ubuntu 16.04 LTS, I am

Re: [emane-users] [Non-DoD Source] Re: Help understanding 'platformendpoint' and 'transportendpoint'

2018-02-05 Thread Steven Galgano
Cem, That doesn't look emane related, at least to start. Your containers did not start with one of the reasons being the bridge emanenode0 was not created. Do any of the emane-tutorial demos work for you? I would suggest using the develop branch of the tutorial. -steve On 02/05/2018 11:14 AM,

Re: [emane-users] EMANE CPU Thread Pinning Procedure/Configuration

2018-02-05 Thread Steven Galgano
emane does not support CPU pinning. Users requiring CPU pinning, pin the containers running emane. The experiment test flow in the emane-tutorial is a very simple environment for illustrative purposes only. The test flow provides an environment to learn how to use emane. It was not intended to be

Re: [emane-users] [Non-DoD Source] Re: Help understanding 'platformendpoint' and 'transportendpoint'

2018-02-05 Thread Steven Galgano
nor do they reflect official positions of the U.S. Army, > Department > of Defense or U.S. Government. > > >> -Original Message- >> From: emane-users [mailto:emane-users-boun...@nrl.navy.mil] On Behalf Of >> Karan, Cem F CIV USARMY RDECOM ARL (US) >> Sent

Re: [emane-users] [Non-DoD Source] Re: Help understanding 'platformendpoint' and 'transportendpoint'

2018-02-05 Thread Steven Galgano
Looks like you were ~lucky~ enough to pick one of two demos that have leftover cruft from older emane-tutorials. That file is not used. When you type 'make' you get the actual files, for example gpsdlocationagent1.xml: Having platform.xml files will cause them to run in the

Re: [emane-users] UDP Packet Fragmentation on different Ubuntu Kernel Versions

2018-07-26 Thread Steven Galgano
size OTA frames. Those messages may still be fragmented by the kernel depending on the MTU. -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 07/26/2018 03:53 PM, b...@robocomai.com wrote: > I am seeing UDP packet fragmentation for packets exceeding 1500 MTU under > Linux kernel v

Re: [emane-users] Question

2018-03-15 Thread Steven Galgano
No. See https://github.com/adjacentlink/emane/wiki/FAQ#does-emane-require-virtualization On 03/15/2018 01:40 PM, Dickmann, Dean A wrote: > TWIMC, > >   > > Does EMANE framework or any of the EMANE models require virtual machine > software?  If so, why?  > >   > > Sincerely, > >   > > Dean

Re: [emane-users] EXTERNAL: Re: Question

2018-03-15 Thread Steven Galgano
n/emulation boundary through port assignments with the > localhost IP address? > > Sincerely, > > Dean A. Dickmann, Ph.D. > Senior Staff Engineer > Lockheed Martin Missiles and Fire Control > 5600 Sand Lake Road > MD-551 > Orlando, Florida 32819-8907 > 407.356.9625 Of

Re: [emane-users] Question

2018-03-15 Thread Steven Galgano
The raw transport will suck all packets that are inbound on a specified network interface into the emulation. I think working through the tutorial will be beneficial. In the future please use a more descriptive email subject to make it easier to ascertain the subject matter of the thread.

Re: [emane-users] Cloning of msgs in Timing Analysis Shim

2018-04-11 Thread Steven Galgano
When control messages are passed via send{Up,Down}stream{Packet,Control}, the emulator takes ownership of the control message. Control messages are destroyed after the processing thread associated with the receiving NEM layer completes its respective callback:

Re: [emane-users] Obtaining downstream bandwidth from custom shim below EMANE PHY Layer using DownstreamPacket alone

2018-04-21 Thread Steven Galgano
Use DownstreamPacket::getVectorIO(). It is the same way the OTAManager accesses DownstreamPacket content. On 04/21/2018 10:45 AM, b...@robocomai.com wrote: > I have composed a custom shim that is responsible for appending custom > content to the OTA frame in the downstream direction, and removing

Re: [emane-users] Unexpected behavior with GPSd and EEL

2018-04-23 Thread Steven Galgano
Check your event daemon XML for node-3. If you are using the tutorial test flow this will be the generated file: eventdaemon3.xml. The eventdaemon nemid attribute is how you specify the nem id of interest: This is why you are seeing NEM 3's events on node-3. On 04/23/2018 10:21

Re: [emane-users] OLSR link viewer

2018-03-30 Thread Steven Galgano
The tutorial viewer uses the textinfo plugin. You can verify olsr is accessible and reporting topology while a demo is running by accessing the link information manually: # curl http://10.99.0.1:2006/lin Note: Substitute 10.99.0.1 with any of the demo nodes: 10.99.0.[1,10]. Most demos use olsr.

Re: [emane-users] fading model [SEC=UNCLASSIFIED]

2018-04-25 Thread Steven Galgano
The current fading model, Nakagami-m is implemented as a gamma distribution with one of three possible shape factors selected based on distance, and a scale factor defined as RxPower_mw/shape factor. Fading adds variability to the calculated receive power. The resulting RxPower value is still

Re: [emane-users] Fwd: emane tutorial demo 1 running error

2018-10-23 Thread Steven Galgano
You can install OpenTestPoint debs from the following bundle: https://github.com/adjacentlink/emane/wiki/Install#ubuntu-1604-lts-amd64 -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 10/23/2018 02:40 PM, Cindy Zhang wrote: > BTW, I am using Ubuntu16.04. > > --

Re: [emane-users] Fwd: emane tutorial demo 1 running error

2018-10-25 Thread Steven Galgano
-- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 10/24/2018 07:44 AM, Stepien, Joseph E (US) wrote: > I had a similar problem with CentOS platform. Wasn't able to overcome it. > Any install for CentOS? > > Joe Stepien > > -Original Message- > From: emane-user

Re: [emane-users] Set up noise parameters

2018-11-18 Thread Steven Galgano
. [1]: https://github.com/adjacentlink/emane-tutorial/wiki [2]: https://github.com/adjacentlink/emane/wiki/Physical-Layer-Model#propagation-model [3]: https://publists.nrl.navy.mil/mailman/listinfo/core-users -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 11/18/18 2:14 AM, Renan

Re: [emane-users] How to synchronize event time with testing applications?

2019-02-19 Thread Steven Galgano
Zhongren, Use the emaneeventservice --starttime option. All EEL event times will then be offset from that start time. Other applications such as mgen support a similar feature. -- Steven Galgano Adjacent Link LLC Chief Architect & Technologist www.adjacentlink.com On 2/19/19 9:02 AM, Zhon

Re: [emane-users] [EXT] NRL Mailing Lists Closing

2019-03-22 Thread Steven Galgano
/about-notifications -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 3/22/19 1:42 PM, Vincent, Mike wrote: > Ouch. I'm on the CORE mailing list as well, but less concerned as they have > a Discord site (https://discord.gg/AKd7kmP) for chat and real-time help. I > d