Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: multimon-ng | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 1.1.9 | Vendor: openSUSE |
Release: bp154.1.38 | Build date: Thu May 12 08:27:57 2022 |
Group: Productivity/Hamradio/Other | Build host: s390zl27 |
Size: 136390 | Source RPM: multimon-ng-1.1.9-bp154.1.38.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/EliasOenal/multimon-ng | |
Summary: A fork of multimon that decodes multiple digital transmission modes |
MultimonNG a fork of multimon. It decodes the following digital transmission modes: * POCSAG512 POCSAG1200 POCSAG2400 * EAS * UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3 * HAPN4800 * FSK9600 * DTMF * ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI * EEA EIA CCIR * MORSE CW * FLEX
GPL-2.0-only
* Tue Sep 22 2020 Martin Hauke <mardnh@gmx.de> - Update to new upstream release 1.1.9 * multimon-ng now has a man page, let's try to keep it updated. * FLEX: Changes to group messages and delimiters. * FMS: Fixed a problem with the direction of telegrams. * POCSAG: Support for the Slovenian charset. * Tue Jul 02 2019 Martin Hauke <mardnh@gmx.de> - Update to new upstream release 1.1.8 * POCSAG: Support for the Swedish charset, as well as smaller fixes. The decoder now by default detects the message type according to the POCSAG standard, use "-f auto" to enable the old behaviour of heuristically detecting the type. * FLEX: Numeric messages now won't have spaces stripped anymore. * DTMF: Filter false positives. * Tue Jan 15 2019 mardnh@gmx.de - Update to version 1.1.7+git.20190115: * version 1.1.7 * Fix typo * Fix frament idetification * Add a charset option for POCSAG demodulators * Sun Nov 18 2018 Jan Engelhardt <jengelh@inai.de> - Grammar fix in summary. * Wed Oct 17 2018 mardnh@gmx.de - Update to version 1.1.6+git.20181017: * version 1.1.6 * Add a stub replacement for BCHCode.c * Restore copyright notice from bch3121.c * Restore FSF notice on the FLEX decoder derived from GNU Radio * Fri Jun 01 2018 mardnh@gmx.de - Update to version 1.1.5+git.20180527: * Restore FSF copyright notices on win32_getopt.[ch] * Version 0.8.7v (11 APR 2018) * Modification (to this file) made by Bruce Quinton and Rob0101 (as seen on github: https://github.com/rob0101) * Issue *95 created by rob0101: '-a FLEX dropping first character of some message on regular basis' * Implemented Rob0101's suggestion of K, F and C flags to indicate the message fragmentation: 'K' message is complete and O'K' to display to the world. 'F' message is a 'F'ragment and needs a 'C'ontinuation message to complete it. Message = Fragment + Continuation * 'C' message is a 'C'ontinuation of another fragmented message * I missed a null terminator on the 'Message' array and therefore was printing garbage to the output. Fixed now! * Addressed issue #101: group messaging misbehaving when the message frame is a corrupt packet. * Version 0.9.0v (22 May 2018) Modification (to this file) made by Bruce Quinton (zanoroy@gmail.com) - Addded Define at top of file to modify the way missed group messages are reported in the debug output (default is 1; report missed capcodes on the same line) REPORT_GROUP_CODES 1 // Report each cleared faulty group capcode : 0 = Each on a new line; 1 = All on the same line; * Mon Apr 02 2018 mardnh@gmx.de - Update to version 1.1.5+git.20180402: * Implemented chzchzchz's fix for 'processing unfragmented FLEX messages, multimon-ng produces corrupted messages' * x10: fix various compiler warnings * Revert "Issue #78 - Found a problem in the length detection sequence, modified the if statement to ensure the message length is" * Revert "Revert "Issue #78 - Found a problem in the length detection sequence, modified the if statement to ensure the message length is"" * Issue #87 created by bertinhollan: * fix for EAS issue #94 * silenced debug message * Comment out includes for sys/wait and sys/resource * Fix event polling loop with SCOPE demodulator * cleaned up unused x10 includes * version 1.1.5 * Mon Dec 18 2017 mpluskal@suse.com - Update dependencies * Fri Oct 20 2017 mardnh@gmx.de - Update to version 1.3.0+git.20171016: * flex: don't drop first message characters in alphanumeric parsing * fix compilation warnings * Issue #78 - Found a problem in the length detection sequence, modified the if statement to ensure the message length is only checked for Aplha messages, the other types calculate thier length while decoding * Added version info to the top of the demod_flex.c file after the previous updates to the code. I should have done it a while ago. see last commits for the actual updates. * Change debug level on Found Long address message to be 4, outside of the normal range as only I need it at the moment.. * An issue with group messaging has been identified, the long address handling seems to be hit and miss. modified the demod_flex.c code to ignore the flag while decoding gorup messages * Fixed CMake build, bumped version and updated README. * Found a code flow issue (identified by: bertinholland issue #74 within EliasOenal's master multimon-ng branch) I was checking for the end of the message block on group messages before splitting the message, therefore incorrectly identified the end block as an Invlaid OFfset. * Add sample script which can decode multiple pager channels in parallel. * work in progress * code to demodulate X10RF signals * Sun Oct 01 2017 mardnh@gmx.de - Update to version 1.3.0+git.20170901: * Update Flex Code * Fixed handling of Numeric Only messages * Version number and Group Messaging (fix) * Added Debugging, removed multiple loops * Version rolled, added debugging and improved CPU usage slightly * Group Message fix * Updated demod_flex.c (Changed GPN back to ALN) * simplify code and remove buffers for timestamps * cleanup * Fri Sep 01 2017 mardnh@gmx.de - Update to version 1.2.0+git.20170901: * Add --label / -l which prefixes lines with text * Fix indent. * Just store the label pointer rather that allocating memory etc. * Print label even when --timestamp isn't used. * without make install, buildroot breaks.. * Fixed --label implementation - Remove patch: * multimon-ng-makefile-add-make-install.diff (fixed upstream) * Tue Jul 18 2017 mardnh@gmx.de - Update to version 1.2.0+git.20170718: * Adapting vehicle-id from dec to hex * Update Flex Code * Fixed handling of Numeric Only messages * Version number and Group Messaging (fix) * Added Debugging, removed multiple loops * Version rolled, added debugging and improved CPU usage slightly * Group Message fix * Updated demod_flex.c (Changed GPN back to ALN) * add timestamp option * add usage descritpion for time stamp option * simplify code and remove buffers for timestamps * cleanup * Wed Mar 22 2017 mardnh@gmx.de - Update to version 1.1.0.git1489481434.9408b02: * Update fms.c * FLEX: Fix type errors on aarch64 * Fix pulse-simple linking to find_library() it first in case it's not in default search path * Sun Aug 28 2016 mardnh@gmx.de - Update to version 1.1.0.git1472378460.e88b22f: * Basic fixes to get FLEX decoder working for 3200 baud. * Clean up the FLEX decoder a little bit to work on 32-bit targets. * Fix failed inlinings resulting in linker errors * Fallback if __builtin_popcount isn't available * White Space: replace spaces with tabs * Thu Mar 03 2016 mardnh@gmx.de - Update to version 1.1.0.git1457005494.6d75ea1: + fixed dumpcsv warning and removed superfluous includes * Mon Nov 09 2015 mardnh@gmx.de - Update to version 1.1.0.git1447073843.04847c5: + Add support for FLEX pager protocol to multimon-ng + Added FLEX to list of supported protocols in README + Corrected sign of slicer + Tuned FLEX locking params to avoid lock on POC1200 + Corrected long integer declarations + Fix include for X11 on FreeBSD + updated readme * Sun May 17 2015 mardnh@gmx.de - Update to version 0.0.0.git1431688037.4cc984f: + Update fms.c * Wed Jan 14 2015 mardnh@gmx.de - Update to version 0.0.0.git1417245058.538a758: + Add FMS decoder by copying the CLIP decoder + Add forgotten files to project file + Rename file + Fix variable naming ... + Avoid duplicate function naming ... + Avoid duplicate function naming ... + Avoid duplicate function naming ... + Make the FMS decoder basically work + Fix bit inversion + Use one bit less for synchronisation + Rewrite the rest to reverse bit direction and make output a little more verbose + Use verbosity levels in a sane way and make output more useful + Remove FMS gen + Really revert gen* stuff + Also revert unintended changes in multimon.h + expanded a comment + Fix compilation error + Add a basic CRC check (no automatic data correction on CRC errors yet + Prepare for correction on wrong CRC + Remove no longer needed parameter + Implement fixing one bit errors (assuming the CRC is correct?) + multimon-ng: added build for building with cmake
/usr/bin/multimon-ng /usr/share/doc/packages/multimon-ng /usr/share/doc/packages/multimon-ng/README.md /usr/share/licenses/multimon-ng /usr/share/licenses/multimon-ng/COPYING /usr/share/man/man1/multimon-ng.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 16:14:43 2024