Package Release Info

multimon-ng-1.1.5+git.20180402-bp151.2.15

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

multimon-ng

Change Logs

Version: 1.1.5+git.20180402-bp150.2.4
* 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
* Mon Aug 11 2014 mardnh@gmx.de
- Update to version 0.0.0+git.1396234264.6119707:
  + Compiler warning cleanup
  + pay heed to the quietflg
  + Substituted u_int with unsigned int to avoid posix dependencies
  + FreeBSD fixed
  + ufsk1200 example
  + proper handling of corrupt messages
  + Changed <CORRUPT> tags and moved them to -v2. New POCSAG settings and improvements.
  + parameter -p shows partial decodes. improved type detection heuristic.
  + option to utilize heuristic to prune likely false positive decodes
* Tue Sep 03 2013 mardnh@gmx.de
- initial version