Sign inSign up

jasonhillier/inspectrum

By jasonhillier

Updated almost 8 years ago

Build of Inspectrum - Offline radio signal analyser

Image
0

766

jasonhillier/inspectrum repository overview

See Inspectrum project here: https://github.com/miek/inspectrum

Can be used on Mac OS using xquartz:

#!/bin/bash

open -a xquartz ip=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}') xhost + $ip

dir=$(pwd) docker run --rm -d -eDISPLAY=$ip:0 -v$dir:/tmp/workdir -v /tmp/.X11-unix:/tmp/.X11-unix jasonhillier/inspectrum $@

Tag summary

Content type

Image

Digest

Size

245.6 MB

Last updated

almost 8 years ago

docker pull jasonhillier/inspectrum