Re: How can i input my data coming from different application to GNURadio ?

2020-07-01 Thread Alex Humberstone
What are on those : interfaces? Are they just TCP or UDP sockets? So then you might be able to use a TCP Source/Sink block or UDP Source/Sink block in GNU Radio. I think the built-in blocks might have been deprecated a while ago, but I think gr-grnet ( https://github.com/ghostop14/gr-grnet) has now

How can i input my data coming from different application to GNURadio ?

2020-07-01 Thread Jay Patel
Hi, Thank you for wonderful work. I am using [Robot Operating System][1] (ROS) which is basically talker-listener architecture. It publishes [messages/raw data][2] to `ip_address:port`, how can i connect that as source in GNURadio in Flowgraph so i can use software defined radio to actually transm