RadioBuddy2356
Member
Yep 👍
Greetings,Sounds like you are volunteering for the new semi-automatic Cygwin installer script I wrote and also the Cygwin DSD-FME installer script. Details can be found here. Its literally just copy, paste, click next a few times, and wait while it all comes together.
If you get the full Cygwin environment installed and DSD-FME compiled with that script, making changes to relevant c files and rebuilding is as simple as opening the build folder and runningmake install
. There are also scripts available to update the source code from the repo and rebuild, and another script that will copy and paste all the relevant files to a portable release folder and zip it up for you so you can effectively make your own 'release' now, so I won't have to.
Greetings,
i followed your instructions and I think everything was installed, I see the Cygwin64 Terminal shortcut, but when i open the terminal, i see muell@DESKTOP-H63P9S3, now what do I do?
dsd-fme
, really just depends on what specifically you are trying to do. There should be a plethora of example commands to run to monitor and/or trunk various system types and so on in the dsd-fme/examples folder, but if you give us an idea what you might want to do maybe somebody here can get you started.when i try to run dsd-fme I get this
Build Version: AW 2025-62-gfe0195a (CYGWIN)
MBElib Version: 1.3.4
CODEC2 Support Enabled
OSS Input /dev/dsp.
ioctl speed error
ioctl stereo error
ioctl setfmt error
OSS Output /dev/dsp.
ioctl speed error
ioctl stereo error
ioctl setfmt error
Audio In/Out Device: /dev/dsp
Look in the examples folder or do aHow can be introduced commands in FME (Windows)?
Thanks
dsd-fme.exe -h
Here at Florida Man Labs, we have been working hard lately on all the things that don't matter to you, including swearing to never drink a Four Loko's Watermelon flavored beverage again and fixing up odd and end features in everybody's fourth or fifth favorite voice decoder (or optimally, RR's Most Hated): DSD-FME
View attachment 125835
SPACE FORCE: ALIENS VS CHINESE DRAGONS EDITION
2022.08.12 Update Notes:
Code:1. NCurses Menu (no more tedious CLI options...unless you really want to) 2. Save/Read Capture Bin (WIP!) 3. Read OP25 Capture Bin (WIP!) 4. Per Call WAV saving on DMR Stereo 5. Revamped Data Headers, and 1/2 and 3/4 Data LRRP 6. Dump LRRP Data to text file, import into QGIS 7. Included QGIS Map File with layers set up 8. DMR CACH and Burst FEC 9. No more Port Audio or OSS...ever. --Switch to 8Khz/1Ch for most decode types due to crisper sound ---DMR Stereo remains at 24/2, will look into revamp upsample for cleaner sound ---Fix Bug in DMR Stereo handling that pushed audio errors to both left and right buffers, cleaned up muddy sound --Mute P25, NXDN, and DMR Encryption by default, but still allow frame dump while muted, unmuting can be toggled in ncurses terminal if desired. ---will not playback audio or write decoded wav files or mbe files when muted
This is now included with a quick toggle! NCurses Compact Mode! When you don't need to be reminded every second that you are using DSD-FME with big gaudy letters eating up 1/4 of the terminal
And as usual, here is a rather shoddy video run down of a few of the features
Hi, it is compatible with Hytera?
I have configured a arc4 Channel however when the k is put, cant be listened.
With Motorola and anytone no problem.
I dont know what I am doing wrong
If its RC4 operating in DMRA mode, that does work, as you indicated, but if you are using it in Hytera Enhanced Encryption mode, then that is currently not supported. I've been investigating that mode lately, but if you can provide samples with a known key value, that would help in that effort to eventually include that mode as well.
I am using enhanced mode with a 40bit k and cant be listened and several ambe errors
Later, will pm with more info, for your investigation.
Thanks
Each AMBE superframe contains 6 sub-frames (A-F) and each of these contain 3 voice frames so there are a total of 18 voice frames in each superframe. A voice frame is 49 bits long and is represented in the DSD-FME output as 7 bytes - 6 full bytes and a 0x00 or 0x80, depending on the value of the last bit. As you say, if you were only to look at the first 48 bits then you might only need 108 bytes of keystream.Does the keystream apply to 48 bits or 49 bits in the ambe package, how many bytes does the keystream have for one superframe? It is an RC4 mototrbo system. If applied to 48 bits then the keystream should be 108 bytes.