I hereby claim:
- I am mrskug on github.
- I am skug (https://keybase.io/skug) on keybase.
- I have a public key whose fingerprint is C5DA E331 8A59 C373 D0EF 7BCC BEA0 CEB3 EF76 A979
To claim this, I am signing this object:
# Windows (receiver) side: | |
.\ffplay.exe -nodisp -ac 2 -acodec pcm_u8 -ar 48000 -analyzeduration 0 -probesize 32 -f u8 -i udp://0.0.0.0:18181?listen=1 | |
# Linux (transmitter) side: | |
pactl load-module module-null-sink sink_name=remote | |
ffmpeg -f pulse -i "remote.monitor" -ac 2 -acodec pcm_u8 -ar 48000 -f u8 "udp://RECEIVER:18181" | |
pavucontrol # Change the default output to the Null sink or move single applications to this "output" device. |
#!/usr/bin/env bash | |
pkgver=0.19.6 | |
pkgdir=/tmp/grml/ | |
echo "--** Installing dependencies **--" | |
apt update | |
apt install zsh coreutils grep sed procps txt2tags build-essential | |
echo "--** Creating pkgdir **--" |
https://forums.quectel.com/t/eg12-and-freq-or-cell-lock-feature/4619 | |
thanks. | |
After many test I discover all stuff. | |
This is example at RouterBoard Chateau, RouterOS 7 beta 8 | |
Quectel EG12 not support frequency lock to select band at any tower. | |
Quectel EG12 support one and many Cell Lock’s, you can enter max 20 of CellLock’s and it select the one with the best signal and set it as primary-band. |
import inspect | |
# Gets the function name of the caller | |
# To be used for debug purposes | |
def getCaller(): | |
a = inspect.currentframe() | |
b = inspect.getouterframes(a, 2) | |
print(b[1][3] + " Called by " + b[2][3]) |
I hereby claim:
To claim this, I am signing this object: