GNU Radio's LORA Package
|
Message socket source block , using UDP. More...
#include <message_socket_source.h>
Public Types | |
typedef boost::shared_ptr< message_socket_source > | sptr |
Static Public Member Functions | |
static sptr | make (const std::string &addr, uint16_t port) |
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
typedef boost::shared_ptr<message_socket_source> gr::lora::message_socket_source::sptr |
|
static |
addr | The address to bind the UDP socket |
port | The UDP port to wait for packets |