GithubHelp home page GithubHelp logo

godsic / libfobos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rigexpert/libfobos

0.0 0.0 0.0 1.83 MB

Fobos SDR API library. Full source code.

License: GNU Lesser General Public License v2.1

C 90.85% CMake 9.15%

libfobos's Introduction

libfobos RigExpert Fobos SDR API

This is the Fobos SDR receiver host software API shared library. Lightweight and easy to start. Full source code. Allpication examples.

Versions

See versions.txt

Platforms tested on

  • Linux (Ubuntu 18.04 LTS, Ubuntu 22.04 LTS, Raspbian ...)
  • Windows (7, 8.1, 10, 11) x86, x64

Requirements

  • git v.2.31 or later (otherwise download the repository manualy: Code->Download ZIP)
  • any c compiler (tested on gcc, g++, mingw, msvc)

Dependencies

  • libusb-1.0-0 v.1.0.21 or higher

How to build and evaluate

Linux

git clone [this repo]
cd libfobos
mkdir build
cd build
cmake ..
make
subo make install
sudo udevadm control --reload-rules
sudo udevadm trigger

Windows

git clone [this repo]
cd libfobos
mkdir build
cd build
cmake ..

Visit https://github.com/libusb/libusb/releases
Download any libusb release 7z pack, for example libusb-1.0.27.7z
Unpack content of libusb-1.0.27.7z to libusb directory

cmake --build . --config Release
or
open fobos.sln in your favorite MS VisualStudio IDE,
build, debug, trace, evaluate.

How to use Fobos SDR API elsewhere

  • build, install, include header fobos.h, link library libfobos.so, fobos.dll
  • see eval/fobos_devinfo_main.c for simple device enumeration example
  • see eval/fobos_recorder_main.c for basic application example
  • feel free to evaluate

How it looks like




What is actually Fobos SDR

For more info visit the main product page

https://rigexpert.com/en/products/kits-en/fobos-sdr/

libfobos's People

Contributors

godsic avatar rigexpert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.