Alessandro Aimi

Results 24 comments of Alessandro Aimi

Hello @DvdMgr. - About the first point, I did this sometime ago and so I eventually forgot that I had added `DLT_LORATAP` as a `DataLinkType`. Sorry for not mentioning it....

Hello, I implemented a new header with the necessary fields for .pcap traces to be displayed correctly and moved the small fixes to another pull. I filled the header using...

Hello @renzoe, I agree with you that the `m_promiscSnifferTrace(packet);` trace source for downlink packets should be fired at a lower level. The problem is that Ns-3 existing Pcap tracing system...

Hello, This is to let you know that DLT_LORATAP has been officially added to the main Ns-3 codebase as one of the possible Pcap filetypes. Rejoice!

Hello @DvdMgr, It's been a bit since I have taken a look so I don't remember, I'll go over it in the weekend and get back to you so we...

>After I successfully implement Pcap trace in example file "network-server-example.cc" , I found out that there are NO DATA captured in the tracer. I compared the Pcap result gathering from...

Hello all, I restored the code that enables Pcap tracing. I had accidentally overwritten the Pcap implementation in the last fix merge, I am truly sorry . I left a...

Hello @DvdMgr and all, I think the Pcap tracing implementation can be now considered complete. I have the following comments on the last two commits so that we can discuss:...

Hello @DvdMgr, Glad you like it! My comments: > 2. I'm fine with the PR only enabling tracking of received packets, for now. [...] Pcap related classes leave freedom on...

Hello @DvdMgr, Sorry for the long pause. I addressed your comment on SNR.