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: Victor Ortman
Subject: Re: Minimal deployment of gnuradio application.
Date: Thu, 9 Jul 2020 09:30:43 +0200

Thanks alot for your input guys!

I will take a look at the application. It might be of some use for me going forward!

Regards, Victor

Den ons 8 juli 2020 kl 22:42 skrev Ron Economos <w6rz@comcast.net>:
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]