Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am RipperFox on github.
* I am ripperfox (https://keybase.io/ripperfox) on keybase.
* I have a public key whose fingerprint is 3476 CF9D 7D73 A724 1B7F B8B2 55FA 26CC A5E7 6C8D
To claim this, I am signing this object:
@@ -0,0 +1,41 @@
#!/usr/bin/env python
#
# by Sascha, DK9SAS
# Fixes TX power DB enties in SQLite DB by reading from an already imported
# WSJT-X ADIF file.
# (Necessary bc I once added the unit (W) in the TX_PWR field - shouldn't have done this, need to remove it now)
#
##############################################################################
# Imports
#!/bin/sh
[ `whoami` = root ] || { sudo "$0" "$@"; exit $?; }
Modem="TNC2"
case "$1" in
start)
if [ $Modem = "TNC2" ]; then
echo 'TNC in KISS Modus versetzen (unnötig bei TNC7 - Drehregler auf 9k6 stellen)'
stty crtscts -parenb cs8 19200 -F /dev/ttyUSB0

WARNING: This is for advanced users - if you missconfigure your wired network you most likely have to reinstall!

Login to your KiwiSDR via SSH or enter the commands via console in admin section of the webinterface

First we probably need to install firmware and stuff for Wifi dongles:

apt install firmware-realtek firmware-ralink firmware-misc-nonfree wpasupplicant wireless-tools

After that, your device should be recognized automatically - see end of dmesg output after plugging it in. (If not - you might have a device which requires compiling a driver, etc. - sorry, not described here.)

#!/usr/bin/env bash
# The MIT License (MIT)
#
# ant-switch-backend-ms-s4a-web - MS-S4A-WEB backend script
#
# This is part of KiwiSDR antenna switch extension
#
# Copyright (c) 2019 Kari Karvonen, DK9SAS
#
# Permission is hereby granted, free of charge, to any person obtaining a copy