Re: named fifo (byte - byte transfer)

2019-11-06 Thread hamzeh elsayed
Dear all Thanks for your help. > Can you tell us why you want to process > single bytes? Might be more of a job for message passing rather than > sample streams." what I need is to send data from one place to another And some times this data consist of small number of bytes, So what can I do to

Live Pull Request Review on Twitch 5 PM Pacific Time

2019-11-06 Thread Martin Braun
Hi all, sorry for the late announcement, but we'll do a first today: I'll be spending some time looking at the pull requests queue, doing code reviews, etc. Why should you care? Well, I'm not sure about that -- but I will be streaming the whole thing on Twitch. You can follow the GNU Radio Twitch

Re: Save the date && Call for Papers / Contributions: SDRA 2018 Friedrichshafen

2019-11-06 Thread Markus Heller
Correction: Saturday 27.06.2020 Am Mittwoch, den 06.11.2019, 22:17 +0100 schrieb Markus Heller: > Dear Lists > > please find our Call for Papers / Call for Contributions below. > Looking > forward to see you at Friedrichshafen! > > BR / vy73 > Markus > dl8rds > > > > > > > > > Call for

Save the date && Call for Papers / Contributions: SDRA 2018 Friedrichshafen

2019-11-06 Thread Markus Heller
Dear Lists please find our Call for Papers / Call for Contributions below. Looking forward to see you at Friedrichshafen! BR / vy73 Markus dl8rds > > > > > Call for Papers / Contributions: SDRA-2020 Friedrichshafen HAMRADIO Friedrichshafen Software Defined Radio Academy 2020 (SDRA- 2020)

Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread CEL
It seems I had successfully suppressed that knowledge ... wow, that's ancient. On Wed, 2019-11-06 at 19:11 +, Morman, Joshua wrote: > Apt comes up with 3.7.11 for both Ubuntu 16.04 and 18.04, and 3.7.13.4 for > 19.04 > > From: Müller, Marcus (CEL) > Sent: Wednesday, November 6, 2019 2:02 PM

Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread Morman, Joshua
Apt comes up with 3.7.11 for both Ubuntu 16.04 and 18.04, and 3.7.13.4 for 19.04 From: Müller, Marcus (CEL) Sent: Wednesday, November 6, 2019 2:02 PM To: anas...@umich.edu; Morman, Joshua; discuss-gnuradio@gnu.org Subject: [EXTERNAL] Re: GNU Radio PPA packages

Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread CEL
Correct me, but that's exactly the version that is currently in Ubuntu, anyways? On Wed, 2019-11-06 at 11:06 -0500, Achilleas Anastasopoulos wrote: > Great work! > > So is there a package for the latest pre-8.0 version, say 3.7.14 or > 3.7.maintenance? > > thanks > Achilleas smime.p7s

Re: [EXTERNAL] Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread Achilleas Anastasopoulos
That would be great as many people out there are not yet comfortable switching to 3.8 ... best Achilleas On Wed, Nov 6, 2019 at 11:33 AM Morman, Joshua wrote: > Not currently - but I can pull it together either as a separate PPA, or in > the same Releases PPA > > Josh > >

Re: [EXTERNAL] Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread Morman, Joshua
Not currently - but I can pull it together either as a separate PPA, or in the same Releases PPA Josh From: Achilleas Anastasopoulos Sent: Wednesday, November 6, 2019 11:06 AM To: Morman, Joshua; Discuss-gnuradio@gnu.org Subject: [EXTERNAL] Re: GNU Radio PPA

Re: GNU Radio PPA packages for Ubuntu Available

2019-11-06 Thread Achilleas Anastasopoulos
Great work! So is there a package for the latest pre-8.0 version, say 3.7.14 or 3.7.maintenance? thanks Achilleas

European GNU Radio Days 2020 (June 22-23, 2020): call for contributions

2019-11-06 Thread jean-michel.fri...@femto-st.fr
Dear GNU Radio community members, we are organizing the third edition of the European GNU Radio Days 2020, to be held in Poitiers (France) June 22 & 23rd, 2020. We are seeking contributions: oral presentations, posters, demonstrations, tutorials. A two-page abstract would allow us to select

Re: Volk optimize in a custom implementation using gnuradio c++ blocks.

2019-11-06 Thread CEL
No, because that configuration is generated by the volk_profile command, and it's **different** for every machine; you can't take one volk config and put it on a different machine (unless that machine is *identical* to the machine the config was generated on). Best regards, Marcus On Wed,

Re: Volk optimize in a custom implementation using gnuradio c++ blocks.

2019-11-06 Thread mehtap özkan
That is what I am asking. So I have to add volk_config file to the distribution. Amr Bekhit , 6 Kas 2019 Çar, 12:07 tarihinde şunu yazdı: > My understanding is that you don't need to mess with the volk_config > file - the library will automatically read this file to determine > under-the-hood

Re: [Discuss-gnuradio] Transmitting 802.11 packets with the HackRF w/out burst transmissions

2019-11-06 Thread Bastian Bloessl
Hi, you're right that there is no burst mode like with the UHD blocks. But that doesn't mean that it won't work. With UHD (in tagged stream mode) you first load all samples of a burst in the input buffer and then stream to the device. That makes interruptions due to scheduling (and therefore

Re: Volk optimize in a custom implementation using gnuradio c++ blocks.

2019-11-06 Thread Amr Bekhit
My understanding is that you don't need to mess with the volk_config file - the library will automatically read this file to determine under-the-hood which machines to use to execute your function. Reference: https://wiki.gnuradio.org/index.php/Volk#Using_VOLK On Wed, 6 Nov 2019 at 10:28, mehtap