-----Original Message-----
From: Nick Foster [mailto:[email protected]]
Sent: Wed 5/18/2011 5:35 PM
To: Kresimir Dabcevic
Cc: [email protected]
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
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to