BCITMike

Results 26 comments of BCITMike

Can you take a look at what I'm missing in my fork? Here are the changes: https://github.com/ghostop14/gr-grnet/compare/master...BCITMike:master I'm changing 4 files. modified: grc/grnet_udp_sink.xml modified: include/grnet/udp_sink.h modified: lib/udp_sink_impl.cc modified: lib/udp_sink_impl.h When...

Strangely enough, I started off doing all sink stuff because I thought it was easier to work with than source. So I changed to making similar changes to the udp...

On the source side, I was able to add payload, eof, interface and MAC address without issue to my much changed local repo. When I went to add IP address,...

The changes I made specifically can be seen here: https://github.com/ghostop14/gr-grnet/compare/master...BCITMike:master The forked repo where you can see all the source is here: https://github.com/BCITMike/gr-grnet I got a reply from someone on...

Ok, good news. I'm not going insane. I emailed the gnuradio mailing list and someone replied that they also saw instability after using the gnuradio build script. After uninstalling gnuradio,...

I ended up doing a lot more sink mods for our use case and now I'm just getting back to the source side of things. The source side only ever...