acars2-examples-2.1.3-bp154.1.30 >  A bx!M@eeep#;NAՁ{V>):ٜ{;9E_U(̽\8bK1SVukge"r$'bԅ}vf{l 'kJE@q?<6? ΀6P@K˗ӓ(n&ZN0 < w \t SS̸~Hq܃h ^.UTta MtpoQ>nٽ0g~>560c1d3fcf11bdf02488f5fccb5ac4076ffe9a7086d76984f9c38493e7ed32d95fe93f50d8adf44b194c53d8ebcb3ec01be10b09Cbx!M@eee_/66~ڏ7J;yR>71:bQɸ=y3NJ~,B}׿oeՊVml =tDsA=07+7N.ê^`MLe)1*0hy^RvڨhzzNZ h94`_^/{q xfmqYwyn!ݿh(@}Խ5]aM%t&et 0d#R-x]hBok2%VD>pA!`?!Pd # E!*. Hd      4 J lp(8 9 : F7GLHXIdXhYp\]^bcdefluv w x y z !!! !LCacars2-examples2.1.3bp154.1.30Example applications for libacarsExample applications for for libacars: * decode_arinc.c - decodes ARINC-622 messages supplied at the command line or from a file. * adsc_get_position - illustrates how to extract position-related fields from decoded ADS-C message. * cpdlc_get_position - illustrates how to extract position-related fields from CPDLC position reports. * media_advisory - decodes Media Advisory messages (ACARS label SA reports)bxobs-arm-9SUSE Linux Enterprise 15 SP4openSUSEMIThttps://bugs.opensuse.orgProductivity/Hamradio/Otherhttps://github.com/szpajder/libacarslinuxaarch64bxbxbxa5f45975fa692eed2f292fb9ea060011e694b5b7d69210a4b46fb88f09b3b35ab4115cf6477c37b048f550e4c8920dc01a866295a4c7d589b90fb536375a627c46d34568b81492e6a525d1dd8366955ae6a63423ce44ad3485b76d4379bd0664rootrootrootrootrootrootlibacars2-2.1.3-bp154.1.30.src.rpmacars2-examplesacars2-examples(aarch-64)@@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libacars-2.so.2()(64bit)libacars-2.so.2(ACARS_2.0)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1acars-examples4.14.3`Cn_$_R_@_C^k@^$D\v{\C@Martin Hauke Martin Hauke Martin Hauke Martin Hauke Martin Hauke Dominique Leuenberger Martin Hauke Martin Hauke mardnh@gmx.de- Update to version 2.1.3 * Fixed incorrect calculation of reporting interval in ADS-C Periodic Contract Requests.- Update to version 2.1.2 * Fixed a build failure when compiling without libxml2 support.- Update to version 2.1.1 * Media Advisory: fixed a bug where a message with 10 or more available link indicators could overflow the static buffer and produce garbled result. * Media Advisory: fixed a bug where a message with an exceptionally long text field could cause buffer overrun and crash the program. * Media Advisory: replaced message parsing routine with a simpler and more robust one.- Update to version 2.1.0 * ADS-C: fixed incorrect computation of vertical speed threshold in contract request messages. * JSON: fixed a bug where an ASN.1 string containing a \0 character caused truncation of JSON output. NULLs in strings are now replaced with \u0000 sequence. * JSON: ASN.1 SEQUENCEs are now printed as JSON objects rather than arrays of objects. It produces a simpler and more readable JSON structure. The change applies to all ASN.1 types formatted with la_asn1_format_SEQUENCE_cpdlc_as_json function. Refer to asn1-format-cpdlc-json.c file for a full list. * JSON: added json_append_octet_string_as_string function which prints the contents of the given byte buffer as a JSON string rather than as a list of numeric values. * JSON: added a bunch of new functions for formatting basic ASN.1 types. Now we have them all in libacars. Before that they were scattered between libacars and dumpvdl2. * JSON: deprecate la_json_append_long function. A more portable version named la_json_append_int64 shall be used instead. * Small bugfixes, code cleanups.- Update to version 2.0.1 * Fixed a bug causing FANS1/A ErrorInformation message elements to be decoded incorrectly.- Rename acars-examples to acars2-examples, conflicting with acars-examples: this package was duplicate generated between libacars and libacars2, with a random one being published in the repositories.- Update to version 2.0.0 New major release 2. * API and ABI are not backwards compatible with version 1 * New feature: generic engine for reassembly of fragmented messages. Supports automatic tracking of fragments' sequence numbers (with possible wraparounds), handles reassembly timeouts and fragment deduplication. Messages can be keyed with arbitrary data (eg. custom header fields). * New feature: automatic reassembly of ACARS messages. * New feature: automatic reassembly of MIAM file transfers. * New feature: pretty-printing of XML text in ACARS and MIAM CORE payloads. * New feature: simple hash table implementation. * Incompatible change: new library configuration API. la_config structure with static fields has been removed. Configuration variables are now stored in a hash table, read with la_config_get_* and set with la_config_set_* functions. Refer to doc/API_REFERENCE.md for details. Refer to libacars/config_defaults.h for the most current list of configuration options and their default values. * Incompatible change: ACARS parser now strips sublabel and MFI (Message Function Identifier) fields from the message text, if present. Their values are stored in la_acars_msg structure in sublabel and mfi fields. In text and JSON output they are printed as separate fields. * Incompatible change: MIAM parser and ARINC-622 ATS message parser now expect sublabel and MFI fields to be stripped by the caller, otherwise the parser will ignore the message. This operation can be performed with minimal fuss using la_acars_extract_sublabel_and_mfi function. * Incompatible change: la_miam_parse function prototype has changed. All parameters except txt (message text) have been removed. * Incompatible change: no field of la_acars_msg structure has been removed. * Incompatible change: Media Advisory message timestamp and version are now stored as numbers, not characters. Type of hour, minute, second and version fields in la_media_adv_msg structure has been changed from char[] to uint8_t. Relevant JSON keys have changed types as well. * Incompatible change: state and current_link fields in la_media_adv_msg structure changed from char[2] to char, hence their values are no longer NULL-terminated. * examples: media_advisory app has been removed. Use decode_acars_apps instead. * Bugfixes, code cleanups.- Update to version 1.2.0 * Added support for decoding Media Independent Aircraft Messaging (MIAM - ACARS label MA) version 1 and 2. All types of MIAM frames are decoded, provided that they fit in a single ACARS message. In case of multi-fragment MIAM messages only the first fragment is decoded (partially) due to lack of message reassembly support in libacars. This will be addressed in a future release. MIAM uses DEFLATE compression, hence libacars now optionally depends on zlib. If zlib is not available at the build stage, MIAM decompression code will be disabled and many messages will be left undecoded. * `decode_acars_apps` is a new example application. It decodes all ACARS applications supported by libacars. This makes `decode_arinc` application obsolete * Minor bugfixes in the build system. - Remove patch: * libacars-libsuffix.patch- Initial package, version 1.1.0obs-arm-9 16520880512.1.3-bp154.1.302.1.3-bp154.1.30adsc_get_positioncpdlc_get_positiondecode_acars_apps/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP4/standard/82c933be7a1363df150aa1558b3624f4-libacars2cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=ab8ef6ac3a37b5724f09e89b4cc35ead38d5223b, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a1725362c13c7822dd50820cdce57582e22c8ab0, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=8bdc0b95ef44c16c843c59d8c6dcd58323f74967, for GNU/Linux 3.7.0, stripped RRRRRRRRRRRRRRRRRRvMF7,utf-8911440881179428a1b885d92c8ff56ddc43b28995ae398e2ad8458b7e7820acc?7zXZ !t/] crv9w ,`ӭ zh;~%LW]Ca;|6MU2, GtX*~Xʃ4V^E>s-<`k|/EluC_R`?zX3t6M#,ւb0ɜ8"։:`XuolxP4Qias[2 k1=;ʪC%!Ĺ኉n|JnLr+bBPɯk#γ,y+? :miVzJEy1w~;mHH8h^Rk/ף/=wuZd&]q=˳TL:cds$ʔ"qVPT[]r!7PB~Iߑ&t1sPNݱSä NfMWn5vӌhXuF+@>yUmx̒Otw_Ұtqeqf)KhS x饃*"5wCUcl[_Fe!]t}M!,ּ SJ#=48du;)A70]-A(_ems,>^'@kהlB2WWb@޾K dUhWtz 4L4gc;p4OgB My/ br/#wCa0\EySA@%W0Zz=6]mk.u ;7y=SZs]s/Y"|a72S}|7˷B! Cޠs Ch xé%ZG!.si>4qU\ʏ_N-,L\43pW/8qp 'WɋLސ%B}\K>F1?4Pxa</RρTLv 忯wG<5&YDǽ7Dh(Pin}6 ^qA F:ZUk][bz}Hk\1 쑣P i11h;bY)~٨3C˭h7HR nK:S2U+l!["Y F:Wi`bo³/xoŃ>8`#=`3.\*ɺ(x$m3m:_0_Ox.vSXOiҦչROu vKWѨ`"YƹEB7΋n10aPw @n:b/aQW:4c$ʛLM|_0WlyZB qe`s5:M alf1lPw97:ִI-Vp Z틨 ԰G'D}ϗ[A%Y.4k._TqZ"yU64p͸&'Keav *X/ǝU7+b'QRnr^$gRM?v+Gnї$~v iA]62܉1tev߷wꘕW%)pm̱J7qَv n]2Ux%$w0Ɛ272Jʁ:g(X˲?vê" gsǢUaLm)1 \{"wգO% "iZ\"ӠG @%wt-V1Yt:['wbsK>39!b٭qڌ1rn,;Na]Y@lH6pSڳkeFq -Gu0%eb+GbvOXCٕgTv5M<^>ӸE59 sG`tk pkҢ6$'$AA*wMg~Μ ih/2ݠ$A ~'. /K:z)loV1jaG: <8\OKJ.a;OJ^iYr˼G429րxE75 tvnqo ?KM.QEb9zэyOlI>:DxhSJGnЃR}(>., 8wi)M29d"ēzGt)P2|T0 oӿM/)3(Sj!Mk|S\*>ʎf&a tGڷ2܋Byv9i{ͧ'ogu1 TVj_CMi5ub' 2C1K*@~`jLGI^G|զnW ĉ)lm谦ͷ|WW=M ߸6Igyhi_M? }OmÃsG+A&HbU!G?(phKi7 S֫v tA.(g|1ź=à &80Dk DinpN4nT| 2C^M7x?.!I1Qr`o,lnwL~nNm¼Crb@kKר`3@deP >]L1܋T#LTEfذ' 8td83)#ߣc1g1o䬻ѫP=2?8l 4>}*. =Ad^&N1;Q^A=1Mz< <% `e?es25åailai1̏<9f%ʆYϑqd 3lM m}KQ8ՁaX9IY `mMl4-A\g3ݓU{pݪo!7wӺ ѩD0>YؑϽs gtUq%E߶-&,}L2D+4X?}Jg9er:-l}&>y=ZRP&w Gށ3|R}trs˥m?}kiRD$w'Ƥ8S *c枍9ώw C*RC Hs/*r 1 E$Y-c}!oH>H"}ʥ!,ߌ0!sˬ |rMXg=mY6!+<,q Cjq**tC?݃$$z&UhɶaCsC!@CFUS(ohDFBg!W2I(a}I1nSa%|E9dǙs"{Ԃkn TYU}={Ќ+U*9Z4u@Lƫ// $c~T!'i5I,?<91NARʟ!bO:MCtD~6&yF{͆>4Y. Lnē09)VΝq˪tČu'65:.B36R@&lۿw:t$1«>  EVjpܢV^n1R^M]h {F35w~)1@SK;|CimQ^bˌ|BR{lԡ{J@H]Dv?sumڊ #ygѶamÉCTںgr'6#yl![N esIgae:WdXo;=$g鵰 S`Tz%g5˹_ebfS1V\sL_jOa0Chrݕxq08>Rc#ɍw![Y+x)M~Q "-7MOG*ފ}iFla4x / ƘkµM7˟>8JTqR :7-oJU"~ʟП=&JU-o&һK F+,띿h;Դ]xT(6FCHe`G=+00pw ҃QMv]j]Vfy&Rű3>Os+vi kubʹZN-4r*#2Fy %}=ΛXX^Gb,`ز]Z9fu!ޙ XoFGWy-}4e*svXh~'RV_{:aV3M<0wa W50nd:$3gU7iTsd7/8aMB"_zQ_ /{~A=Tp J$B! 9GyQ(xr- ~i'8nLGFf5Rߣ/PRr Ʀ$il M$dC+aՆo֥| Ά—DwƐ|^|[-7qFƲ(c20Q$9zZU)>52L!?nW@^-'bYW`kU0 bzr| DֵFR0I9<E})`O䳷FIYkiMw3k2Mu @.ȈhϜèQ-zӃguKL(h*NT|U4A|fi]*pU_*Ek f@fÅT31PloM_}Oa d9XQb7jVx,u8㋠}CJxn%aR^Z9W)^vh/Swx!-JBuH3!Њ R36}GN\:M1ɬvǷōIcȝc]1 璷NeI wAn)CcWbc2γ%o=c"DcY'E9+VKX(0]d=s"JtL|"%N2gWv1澘%0 ՛'3խ !a6OS<db"VV sL"D 1x蜎Jl uGT6ȶ~#,ϜKёM4TC?kiO]/A*?J05Nb)< ;Q YZ