discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: Minimal deployment of gnuradio application.


From: Ron Economos
Subject: Re: Minimal deployment of gnuradio application.
Date: Wed, 8 Jul 2020 13:40:41 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

You can write a C++ application that only links to the necessary GNU Radio libraries. No Python required. See this repository for an example.

https://github.com/csdvb/dvbs2_tx

Ron

On 7/6/20 02:02, Victor Ortman wrote:
Hi guys!

Let me start by saying that I am pretty much clueless when it comes to building and linking so I am sorry if what I am asking is unclear or not relevant to this forum. But I'm going to give it a shot.


I am working with a gunradio application containing my own OOT-module.
The application is intended to run on diskless netbooted clients.

The target OS is Ubuntu 18.04 LTS and Gnuradio version is 3.7.

Do you guys know if it is possible to easily build my application with statically linked gnuradio and oot libraries so that I can deploy only binaries and library files to the clients without the need to have a full gnuradio installation on them?

In short I want to have a working minimal executable with as few and small files to be deployed as possible.

I appreciate any insights.

Regards, Victor



reply via email to

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