GNU Radio's LORA Package
gr::lora::message_socket_source Class Reference

Message socket source block , using UDP. More...

#include <message_socket_source.h>

Inheritance diagram for gr::lora::message_socket_source:

Public Types

typedef boost::shared_ptr< message_socket_sourcesptr
 

Static Public Member Functions

static sptr make (const std::string &addr, uint16_t port)
 

Detailed Description

Message socket source block , using UDP.

This block creates a UDP server at a specific port and passes received UDP datagrams as a pmt::pmt_t blob message. The datagrams sent to the UDP server should contain a valid LoRaTAP header, LoRaPHY header and payload

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lora::message_socket_source::make ( const std::string &  addr,
uint16_t  port 
)
static
Parameters
addrThe address to bind the UDP socket
portThe UDP port to wait for packets

The documentation for this class was generated from the following file: