USRP2/FPGA Directory Removed

It appears that the entire USRP2/FPGA directory was removed from the
repository on 2/28/2010.

Was this an error, or is the Verilog code no longer going to be posted?

-Michael B.

On Mon, Mar 1, 2010 at 11:33 PM, Michael B. [email protected]
wrote:

It appears that the entire USRP2/FPGA directory was removed from the
repository on 2/28/2010.

Was this an error, or is the Verilog code no longer going to be posted?

From the git log:

Revision a2c00f5c

ID: a2c00f5cff7407ff10fc6c812d06fefe52c0b6a3
Added by Johnathan C. 1 day ago

Remove usrp1 and usrp2 FPGA files. These are now hosted at:

git://ettus.sourcerepo.com/ettus/fpga.git

…under the ‘usrp1’ and ‘usrp2’ top-level directories.

Jared

I tried to download the repository from the link given below, but the
connection timed out. I found the project on sourcerepo (
http://code.ettus.com/redmine/ettus/projects/show/fpga), and also tried
the
link given there also timed out.

gnuradio@gnuradio-laptop:~$ git clone git://
ettus.sourcerepo.com/ettus/fpga.git
Initialized empty Git repository in /home/gnuradio/fpga/.git/
ettus.sourcerepo.com[0: 68.233.8.98]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

gnuradio@gnuradio-laptop:~$ git clone git://git.ettus.com/ettus/fpga.git
Initialized empty Git repository in /home/gnuradio/fpga/.git/
git.ettus.com[0: 68.233.8.98]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Any help here would be greatly appreciated.

-Michael B.

On Tue, Mar 2, 2010 at 12:14 AM, Jared C. [email protected]
wrote:

Revision a2c00f5c
Jared

-Michael B.

I believe that you are behind a firewall. You need TCP port 9418
unblocked to use the git protocol.

-Josh

On 03/08/2010 03:22 PM, Michael B. wrote:

errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

gnuradio@gnuradio-laptop:~$ git clone git://git.ettus.com/ettus/fpga.git
http://git.ettus.com/ettus/fpga.git
Initialized empty Git repository in /home/gnuradio/fpga/.git/
git.ettus.com http://git.ettus.com[0: 68.233.8.98]: errno=Connection
timed out
fatal: unable to connect a socket (Connection timed out)

Any help here would be greatly appreciated.

It looks like your firewall is blocking the git protocol. You probably
don’t have problems with the GNU Radio git repo because it is served
over http, but this one is only served over the git protocol.

Matt

Yup, that was it.

Thank you very much,
Michael B.

On Mon, Mar 8, 2010 at 3:40 PM, Matt E. [email protected] wrote:

git.ettus.com http://git.ettus.com[0: 68.233.8.98]: errno=Connection
http, but this one is only served over the git protocol.

Matt

-Michael B.

On 3/8/2010 6:40 PM, Matt E. wrote:

It looks like your firewall is blocking the git protocol. You
probably don’t have problems with the GNU Radio git repo because it is
served over http, but this one is only served over the git protocol.

Matt

Any chance you can setup your git repository to serve up over http for
those sitting behind such-configured firewalls? I understand git over
http isn’t as efficient, but it would certainly make it more convenient.
Doug


Douglas G.
Code 5545
U.S. Naval Research Laboratory
Washington, DC 20375
(202) 767-9048
[email protected]

On 03/09/2010 06:08 AM, Doug G. wrote:

Any chance you can setup your git repository to serve up over http for
those sitting behind such-configured firewalls? I understand git over
http isn’t as efficient, but it would certainly make it more convenient.
Doug

If you are blocked by your firewall, I would recommend talking to
whoever made that decision and convince them to unblock port 9418. You
can explain that just because a service is on a port other than 80
doesn’t make it less secure, and that being on port 80 is no guarantee
of safety.

If that doesn’t work, you can use the mirror here:

http://github.com/EttusResearch/usrp-fpga-mirror

Matt