For LQI this is not true, because in mac802154_hwsim you say edges as a set of vectors (which node can reach the other node) and specify the LQI value which the receiving node will be get. >> Ok! I just used wpan-hwsim and it seems to work fine. However, I have another question: How can I get the LQI value? I've created a monitor interface, but I couldn't observe the LQI value. ------------------ For TC it's true, then you need to match on different addresses e.g. mac > address/short address? After talking with the TC maintainer, he told me it's implemented as qdisc and not as action where you probably could do something to use netem features per neighbor as run on specifc patterns... >> Which patterns do you mean? Can I try the mac address with TC? Thanks a lot for your kind help. Regards, Ramon On Wed, Jun 12, 2019 at 5:00 PM Alexander Aring <aring@xxxxxxxxxxxx> wrote: > > Hi, > > On Wed, Jun 12, 2019 at 01:20:28PM -0400, Alexander Aring wrote: > > Hi, > > > > On Wed, Jun 12, 2019 at 02:07:26PM -0300, Ramon Fontes wrote: > > > One node (e.g. node1) can be connected simultaneously to multiple > > > nodes (e.g. node2 and node3) by using only one 6lowpan interface. > > > That said, which node (2 or 3) will node1 taking into account? They > > > can have different distances and only one interface in which we can > > > use TC. Please correct me if I'm wrong. In my mind, the same is true > > > for LQI. > > > > > > > For TC it's true, then you need to match on different addresses e.g. mac > > address/short address? > > After talking with the TC maintainer, he told me it's implemented as > qdisc and not as action where you probably could do something to use > netem features per neighbor as run on specifc patterns... > > - Alex