Hi all,
I just want to make a quick announcement: gr-drm is now available for GNU
Radio 3.7! Go and check it out under https://github.com/kit-cel/gr-drm! I
also added a commit tag if you want to get the last version working with GR
3.6. All others just get the latest version from the 'stable' bran
Hi,
I'm trying to work out the best way to connect a "PDU to tagged stream"
block
to a modulator.
I presume you can't simply attach the "PDU to tagged stream" directly to a
modulator.
So I was thinking of doing:
Tun tap pdu -> PDU to tagged stream ---> packet encoder > modulator
Howeve