Giter Site home page Giter Site logo

sigpi's Introduction

SIGpi

RELEASE 7.0

Introduction

SIGpi is a "go-kit" for Signal Intelligence (SIGINT) enthusiasts with capabilities in the HF, VHF, UHF, and SHF spectrum. It includes a framework for simple installation and management of popular SIGINT appliucations and devices made mostly from bash scripts building/installing SIGINT tools on the following platforms:

  • Raspberry Pi4 4GB RAM or Raspberry Pi 400 with 32GB microSD card running Raspberry Pi OS "Bullseye" or "Bookworm" Full (64-bit)
  • arm64 or amd64 platforms with 4GB RAM and 32GB storage minimum runniing Ubuntu 22.04 LTS

Quick Setup

  • Login as pi or sudo user on supported platform
  • Update and install pre-requisite packages to install SIGpi
  • From your home directory, create a directory called SIG and switch into it
  • Clone the SIGpi repo
  • Change directory into SIGpi
sudo apt update && sudo apt upgrade
sudo apt-get install -y build-essential cmake git
cd ~
mkdir ~/SIG && cd ~/SIG
git clone https://github.com/joecupano/SIGpi.git
cd SIGpi

Run the following command from $HOME/SIG/SIGpi to install the framework and package management

./SIGpi setup standard

After setup system will reboot.

Add a Package

Once setup, you can list the inventory of packages SIGpi includes as well as those already installed with the following command (note that ./ is no longer required for thr SIGpi command after setup)

SIGpi list library

An asterisk in the INSTALLED column indicates that package is already installed while those withou asterisks have not been installed. For example, you will see SDRangel has not been installed. You can do so with the following command.

SIGpi install sdrangel

Go back and list again to install other packages of interest

Overview of Commands

Typing SIGpi by itself will give you the list of commands available.

SIGpi includes it's own package management platform to update applications to their latest releases using familiar syntax from package management systems. Here is an overview of available commands.

  Usage:  SIGpi [ACTION] [TARGET]

       ACTION
  
          install                install TARGET from current release
          remove                 remove installed TARGET
          purge                  remove installed TARGET and purge configs
          build                  compile and install TARGET (option may not be available)
          update                 check for update of TARGET
          upgrade                upgrade TARGET to latest release

       TARGET

          A SIGpi package
                 

  Usage:  SIGpi [ACTION]

       ACTION

          SIGpi setup standard   First time setup for desktop
          SIGpi setup server     First time setup for server
          SIGpi list packages    List all packages included with SIGpi
          SIGpi list installed   List installed SIGpi packages
          SIGpi list library     List all packages included with SIGpi with installed ones marked with an *
          SIGpi shell            provide SIGpi env variables around a TARGET

You can update packages in your existing SIGpi install. For example, Is there a SDRangel update. If so install it:

SIGpi update sdrangel

Update 7.17.4 is available

SIGpi upgrade sdrangel

You can add/remove Packages anytime

SIGpi install audacity
SIGpi remove audacity

Example Hardware Setup

alt-test

Power

In this setup a 12V@17A switching supply powers all the kit. Since RPi4 are picky about getting 5.1V a set-up converter is added to power it. A 12V Rpi4 are pickya bout getting 5.1V. USB peripherals can be hungry so a powered USB hub is included. While 7 ports are available no more than three devices requiring power should be enabled since hub produces a maximum of 36 Watts ( 3 x 5V x 2.4A = 36 Watts)

Raspberry RPi4

Since this is a SIGINT platform we do not want to be generating any RF so onboard Bluetooth and WiFi should be disabled. If Internet is needed and only available via WiFi then so be it and use your onboard WiFi.

USB Peripherals

Only three USB devices requiring power should be enabled at a time. The range of devices depicted is only to demonstrate what you could potentially connect to it.

What Else

Check out the wiki

sigpi's People

Contributors

joecupano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sigpi's Issues

initial run problems

Hello,

When attempting to select options for hardware etc I can select only one option and then enter.
How can I select more than one option?
In one screen the checkboxes were outside the window and could not be accessed, so I could not select even one option.
Now that I want to add more options, please provide the list of TARGETs so I can install manually
Thank you

SIGpi 7.0 will be Ubuntu 22.04 only for amd64 and aarch64

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Feature request: include SigDigger's device server

Some people use Raspberry Pis to install a headless device server for SigDigger (this is included in Suscan's command line utility, suscli). The most important feature of this server is that it does not forward full rate samples to the net, but only spectrums and decimated channels. This is something that can be useful for low-bandwidth network links.

Since this is still a small program that just depends on Soapy + fftw + libsndfile + libxml, maybe it could be interesting to include it in the default install (and hope this does not sound too much like self-promo!)

sdrangel fails installation on RPI4

uname -a
Linux SIGpi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

During installation, I get an error because the existing dpkg does not support zst compression:

dpkg-deb: error: archive 'sdrangel_7.16.0-1_arm64.deb' uses unknown compression for member 'control.tar.zst', giving up

If I unpack it and repack it using xz, it installs fine but then it fails to launch:

sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by sdrangelsrv)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)
sdrangelsrv: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /usr/local/lib/sdrangel/libsdrbase.so)

Am I missing something?

SDRPlay RSP1A Not Recognized

I have installed SIGpi 6.4 on a fresh Raspberry OS four times now and SDRPlay isn't available as a receiver option. I tested with a RTL_SDR and it works fine. I installed ticking the SDRPlay during install and selected "No" on the autostart dump1090 option. I then tried manually installing API 3.07 from SDRPlay, both before and after installing SIGpi.
I am not a linux ninja, but I can follow instructions on retrieving and providing any info you might need.
Any help/advice/suggestions would be greatly appreciated.

Installer OS reconation fault.

When trying to install on a ubuntu system I'm getting a fault on line 92 in the installer file (SIGpi_installer.sh)
There ar 2 box brackets to much:

if [ "$SIGPI_OSNAME" = "Debian GNU/Linux 11 (bullseye)" ]; then
SIGPI_CERTIFIED="true"
fi

if [[ "$SIGPI_OSNAME" = Ubuntu 22.04 ]]; then
SIGPI_CERTIFIED="true"
fi

Removed them and the installer works

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.