discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] errors while trying to compile UCLAZigBee


From: Kresimir Dabcevic
Subject: Re: [Discuss-gnuradio] errors while trying to compile UCLAZigBee
Date: Wed, 18 May 2011 19:27:31 +0200



-----Original Message-----
From: Nick Foster [mailto:address@hidden]
Sent: Wed 5/18/2011 5:35 PM
To: Kresimir Dabcevic
Cc: address@hidden
Subject: RE: [Discuss-gnuradio] errors while trying to compile UCLAZigBee

>
> Not that I know of, but it shouldn't be particularly hard to make those
> changes. I'm not sure the UCLA project is still maintained.
>
> --n
>

I've tried making the adjustments to cc2420_txtest.py, but I can't get past the following error:

linux; GNU C++ version 4.4.5; Boost_104200; UHD_003.001.000-9f1e49e

-- Opening a USRP2/N-Series device...
-- Current recv frame size: 1472 bytes
-- Current send frame size: 1472 bytes
-- mboard0 is MIMO master
send message 1:
Traceback (most recent call last):
  File "./uhd_cc2420_txtest.py", line 128, in <module>
    main ()
  File "./uhd_cc2420_txtest.py", line 115, in main
    tb.send_pkt(struct.pack('9B', 0x1, 0x80, 0x80, 0xff, 0xff, 0x10, 0x0, 0x20, 0x0))
  File "./uhd_cc2420_txtest.py", line 87, in send_pkt
    return self.packet_transmitter.send_pkt(0xe5, struct.pack("HHHH", 0xFFFF, 0xFFFF, 0x10, 0x10), payload, eof)
  File "/usr/local/lib/python2.6/dist-packages/gnuradio/gr/top_block.py", line 94, in __getattr__
    return getattr(self._tb, name)
AttributeError: 'gr_top_block_sptr' object has no attribute 'packet_transmitter'


Do you maybe know what this error means and how to fix it?

Thanks,
Kresimir


reply via email to

[Prev in Thread] Current Thread [Next in Thread]