Skip to content

Instantly share code, notes, and snippets.

View wgaylord's full-sized avatar

William Gaylord wgaylord

View GitHub Profile
root@HamBox:/home/chibill# rtl_power -f 88M:108M:125k fm_stations.csv
Number of frequency hops: 8
Dongle bandwidth: 2500000Hz
Downsampling by: 1x
Cropping by: 0.00%
Total FFT bins: 256
Logged FFT bins: 256
FFT bin size: 78125.00Hz
Buffer size: 16384 bytes (3.28ms)
Reporting every 10 seconds
root@HamBox:/usr/local/src/pgplot-5.2.2# make
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgarro.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgask.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgaxis.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgaxlg.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgband.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgbbuf.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgbeg.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgbin.f
gfortran -c -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O ../pgplot/src/pgbox.f
root@HamBox:/home/chibill# gcc pgplot_test.c -lX11 -lcpgplot -lpgplot -lm -o test_pgplot
//usr/local/lib/libpgplot.so: undefined reference to `png_create_write_struct'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_close'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_read_done'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_integer'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_character_write'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_compare_string'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_getenv'
//usr/local/lib/libpgplot.so: undefined reference to `png_create_info_struct'
//usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_integer_write'
<head>
<script src="https://cesiumjs.org/releases/1.53/Build/Cesium/Cesium.js"></script>
<link href="https://cesiumjs.org/releases/1.53/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
<script src="moment.min.js"></script>
<script src="satellite.js"></script>
</head>
<style>
root@HamBox:/usr/local/src/pgplot-5.2.2# ./cpgdemo
Graphics device/type (? to see list, default /NULL): ?
PGPLOT v5.2.2 Copyright 1997 California Institute of Technology
Interactive devices:
/XWINDOW (X window window@node:display.screen/xw)
/XSERVE (A /XWINDOW window that persists for re-use)
Non-interactive file formats:
/NULL (Null device, no output)
/PNG (Portable Network Graphics file)
/TPNG (Portable Network Graphics file - transparent background)
root@HamBox:/usr/local/src/pgplot-5.2.2# ldd cpgdemo
linux-vdso.so.1 (0x00007ffe109e2000)
libpgplot.so => /usr/local/lib/libpgplot.so (0x00007f1e0bc01000)
libpng16.so.16 => /usr/lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f1e0b9ce000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1e0b7b4000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f1e0b474000)
libgfortran.so.3 => /usr/lib/x86_64-linux-gnu/libgfortran.so.3 (0x00007f1e0b14e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1e0ae4a000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f1e0ac33000)
libquadmath.so.0 => /usr/lib/x86_64-linux-gnu/libquadmath.so.0 (0x00007f1e0a9f4000)
EN61eu
C:\Users\chibi\Downloads\illum\nasa.txt
0.pool.ntp.org
Traceback (most recent call last):
File "Bot.py", line 26, in SendAudio
mumble.sound_output.add_sound(in_data)
File "/usr/local/lib/python3.5/dist-packages/pymumble_py3/soundoutput.py", line 158, in add_sound
samples = int(self.encoder_framesize * PYMUMBLE_SAMPLERATE * 2) # number of samples in an encoder frame
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
Relevent Lines.
May 14 18:05:45 HamBox satnogs-client[28854]: Traceback (most recent call last):
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/apscheduler/executors/base.py", line 125, in run_job
May 14 18:05:45 HamBox satnogs-client[28854]: retval = job.func(*job.args, **job.kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/var/lib/satnogs/local/lib/python2.7/site-packages/satnogsclient/scheduler/tasks.py", line 153, in post_data
May 14 18:05:45 HamBox satnogs-client[28854]: timeout=45)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/api.py", line 124, in put
May 14 18:05:45 HamBox satnogs-client[28854]: return request('put', url, data=data, **kwargs)
May 14 18:05:45 HamBox satnogs-client[28854]: File "/usr/lib/python2.7/dist-packages/requests/api.py", line 56, in request
May 14 18:05:45 HamBox satnogs-client[28854]: return session.request(method=method, url=url, **kwargs)
May 14 18:05:45 HamBox satnogs-cl
May 21 03:54:11 HamBox satnogs-client[323]: 2019-05-21 03:54:11,439 - apscheduler.executors.default
- ERROR - Job "post_data (trigger: interval[0:02:00], next run at: 2019-05-21 02:24:54 UTC)" raised
an exception
May 21 03:54:11 HamBox satnogs-client[323]: Traceback (most recent call last):
May 21 03:54:11 HamBox satnogs-client[323]: File "/usr/lib/python2.7/dist-packages/apscheduler/ex
cutors/base.py", line 125, in run_job
May 21 03:54:11 HamBox satnogs-client[323]: retval = job.func(*job.args, **job.kwargs)
May 21 03:54:11 HamBox satnogs-client[323]: File "/var/lib/satnogs/local/lib/python2.7/site-packa
es/satnogsclient/scheduler/tasks.py", line 153, in post_data
May 21 03:54:11 HamBox satnogs-client[323]: timeout=200)