#include "satellite-lorawan-net-device.h"
#include <ns3/application.h>
#include <ns3/attribute.h>
#include <ns3/nstime.h>
#include <ns3/point-to-point-net-device.h>
#include <map>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | ns3::LoraForwarder |
This application forwards packets between NetDevices: SatLorawanNetDevice -> PointToPointNetDevice and vice versa. More... | |
Namespaces | |
ns3 | |
SatArqSequenceNumber is handling the sequence numbers for the ARQ process. | |