signetlabdei / lorawan

An ns-3 module for simulation of LoRaWAN networks
GNU General Public License v2.0
185 stars 131 forks source link

Is there a way to make a .pcap file? #27

Closed thummim closed 5 years ago

thummim commented 5 years ago

Expected Behavior

want to make a .pcap file

Actual Behavior

I know that ns-3 supports to make .pcap file and I just don't know where to put pointToPoint.EnablePcapAll (“filename”); this code.

Specifications

DvdMgr commented 5 years ago

Hi, .pcap files are not currently supported!

On Wed, Feb 6, 2019 at 8:18 AM thummim notifications@github.com wrote:

Expected Behavior

want to make a .pcap file Actual Behavior

I know that ns-3 supports to make .pcap file and I just don't know where to put pointToPoint.EnablePcapAll (“filename”); this code. Specifications

  • ns-3 version: 3.29
  • lorawan module version: 0.2.0
  • Platform: Kali linux
  • Compiler: cc 10.0.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/signetlabdei/lorawan/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/ACckCfmOUoMN_8D_8dHGYGdegr3YguZMks5vKoGsgaJpZM4akq7O .

thummim commented 5 years ago

thanks for the answer 👍 :)