Closed mchitre closed 6 years ago
The above problem was fixed in the commit 8831806994b1100591ac44a1dc0caec00a3e64b6 . But these changes are not available on the unetpy-1.3b3
.
can you please provide the link for the latest version of unetpy? thanks
The latest version of unetpy
is released now.
You can upgrade unetpy
using pip install --upgrade unetpy
After upgrade please verify if your installations are up to date. The versions should be unetpy-1.3b4
and fjagepy-1.4.2b3
I upgraded. Can you share with me the syntax to print RxFrameNtf on the receiving node?
print(RxFrameNtf(type=Physical.DATA,timestamp=20000))
on this code, i received this as the response RxFrameNtf:INFORM[type:DATA from:None to:None protocol:None rxTime:None txTime:20000 (0 bytes)]
Where as this node has received packets from another node. Any idea why it says None ??
@Madhurimadhav see response on Stack Overflow.
Try the following (using
unetpy-1.3b3
andfjagepy-1.4.2b2
with a local Unet simulation such as3-node-network.groovy
):I get the raw JSON:
instead of a Python deserialized class.