BastilleResearch / gr-lora

GNU Radio OOT module implementing the LoRa PHY, based on https://github.com/matt-knight/research/tree/master/2016_05_20_jailbreak
GNU General Public License v3.0
470 stars 92 forks source link

which is type of gr-lora input modulator? #17

Closed stackprogramer closed 6 years ago

stackprogramer commented 6 years ago

it's input modulator has gray input, why we have not data type complex,float and...so on........ your example can not work with file source in gnuradio best regards stackprogramer

matt-knight commented 6 years ago

Hi @stackprogramer,

The gray inputs you are seeing are for GNU Radio's messaging interface. The easiest way to send/receive messages is to set up a Socket PDU within a flowgraph and then treat it like a web socket. Try Linux's nc as I've done in the README to try it out.

Two advantages to the messaging interface are that it is asynchronous and really easy to interact with:

What is in your file source? What are you trying to do exactly?

Best, Matt

matt-knight commented 6 years ago

I'm going to close this due to inactivity -- feel free to re-open or start a new issue if you have further questions.