Re: [Discuss-gnuradio] Any implementation of Spread Spectrum

2009-02-03 Thread Mark Kuhr
Johnathan, So your DSSS code is not yet public? How did you manage waveform synchronization among multiple USRPs? Thanks. Mark On Jan 29, 2009, at 5:36 PM, Johnathan Corgan wrote: On Wed, Jan 28, 2009 at 9:31 AM, Mir Ali wrote: I want to know if ever any work was done on Spread Spect

Re: [Discuss-gnuradio] Re: tun/tap OS X for tunneling

2009-01-10 Thread Mark Kuhr
I've got a small update on this. To read the tap devices on OS X, just issue the os.open command. self.tap_fd = os.open("/dev/tap0", os.O_RDWR) Once this open is completed, you can setup the interface with ifconfig. Spawning this off into a subprocess with popen works well inside the scrip

[Discuss-gnuradio] Re: tun/tap OS X for tunneling

2009-01-06 Thread Mark Kuhr
orking through it and will post any progress. But if someone can point out what's wrong that would be helpful. Mark On Jan 6, 2009, at 8:22 AM, Michael Dickens wrote: Mark Kuhr wrote: Has anyone gotten tun/tap running on OS X 10.5 so they can tunnel packets to the USRP? tun/tap

[Discuss-gnuradio] tun/tap OS X for tunneling

2009-01-02 Thread Mark Kuhr
Has anyone gotten tun/tap running on OS X 10.5 so they can tunnel packets to the USRP? I have the tun/tap driver installed (from http://tuntaposx.sourceforge.net/index.xhtml) and I am already having issues. So I'm wondering if it is even worth using OS X or if I should just start working t