Yeah, I considered that (and it's one of the reasons I'm not really
happy with the current state of PMTs...), but came to the conclusion
that the serialization protocol for u8vector / blob PMT's is so simple
that I hoped anyone with python to generate a few different PMTs could
reverse engineer it:

import pmt
pmt.serialize_str(pmt.make_u8vector(7,0xd0))
'\n\x00\x00\x00\x00\x07\x01\x00\xd0\xd0\xd0\xd0\xd0\xd0\xd0'

Cheers,
Marcus


On 04/24/2017 04:30 PM, West, Nathan wrote:
> Not .net, but getting samples from gr-zeromq blocks isn't hard. Just
> get the matching socket type, then you'll have to deserialize the PMT
> wrapper, which mostly means you need PMTs swigged to your language.
> Good luck with that part...
>
> On Mon, Apr 24, 2017 at 8:22 AM, <on4...@telenet.be
> <mailto:on4...@telenet.be>> wrote:
>
>     Hi Group,
>
>     Did anyone used ZeroMQ .net libraries together with gnuradio before?
>
>     I'm looking to get a quick-start.
>
>     thanks
>
>
>     _______________________________________________
>     Discuss-gnuradio mailing list
>     Discuss-gnuradio@gnu.org <mailto:Discuss-gnuradio@gnu.org>
>     https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>     <https://lists.gnu.org/mailman/listinfo/discuss-gnuradio>
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to