David, The emulator physical layer can be statically configured via XML to use a specific set of receive frequencies [1] and a default transmit frequency [2].
Both receive and transmit frequencies can be dynamically controlled using control messages. Take a look at the TDMA model (develop branch) [3] to see examples of specifying receive frequencies using FrequencyOfInterestControlMessage and transmit frequencies using FrequencyControlMessage. [1] https://github.com/adjacentlink/emane/wiki/Physical-Layer-Model#frequencyofinterest [2] https://github.com/adjacentlink/emane/wiki/Physical-Layer-Model#frequency [3] https://github.com/adjacentlink/emane/blob/develop/src/models/mac/tdma/basemodelimpl.cc -- Steven Galgano Adjacent Link LLC www.adjacentlink.com On 10/07/2015 07:15 PM, Coleman, David M. wrote: > What is the proper way to model a link that transmits on one frequency > and receives on another frequency? > > > > _______________________________________________ > 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
