Build of Inspectrum - Offline radio signal analyser
766
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 $@
Content type
Image
Digest
Size
245.6 MB
Last updated
almost 8 years ago
docker pull jasonhillier/inspectrum