So what does this update actually do? Does it add UDP onto the network stack? What about VRT? I know VRT and UDP are being implemented independently, but around the same time. How does this update fit in with adopting those two protocols?
Thanks Devin On Fri, Oct 2, 2009 at 1:23 PM, Ben Hilburn <bhilb...@gmail.com> wrote: > > And this is the first time for me using git. > > After I use 'git fetch' to get the repository, what's next to get the > > following command working? > > For future reference, 'git fetch' simply pulls the list of changesets. > In order to apply them to your current branch, you need to use 'git > merge'. > > Alternatively, doing a 'git pull' does it all for you - this is > generally the easier route unless you want to hand-select/view the > changesets before applying them. > > Cheers, > Ben > > > > > git branch --track new_eth origin/new_eth > > git checkout new_eth > > > > Hanwen > > > > 2009/10/1 Matt Ettus <m...@ettus.com> > >> > >> > >> I am in the process of replacing the old GigE MAC logic for the USRP2 > with > >> a much cleaner design. This is the first step in allowing for a bunch > of > >> big improvements. I would greatly appreciate it if people with USRP2s > would > >> try this new version. Instructions on how to get it are here: > >> > >> http://gnuradio.org/trac/wiki/NewEthMAC > >> > >> Please report both success or problems with it. > >> > >> Thanks, > >> Matt > >> > >> > >> > >> _______________________________________________ > >> Discuss-gnuradio mailing list > >> Discuss-gnuradio@gnu.org > >> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > Discuss-gnuradio@gnu.org > > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > > _______________________________________________ > Discuss-gnuradio mailing list > Discuss-gnuradio@gnu.org > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio >
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio