Coder Social home page Coder Social logo

Comments (1)

TLeconte avatar TLeconte commented on June 11, 2024

"-- Using libacars" during Cmake tell you that acarsdec will use libacars.

You could use the Linux command ldd to be sure :
ldd ./acarsdec
it will list all linked lib.

On Fedora, libacars install in /usr/local/lib64, but it's true that libacars installation don't seem to be very automatic.

If libacars decodes something, it will output its dedicated "libacars" entry in the json message. ie :
{
"timestamp":1656684619.1945369,
"station_id":"radio",
"channel":0,
"freq":131.525,
"level":-31.1,
"error":0,
"mode":"2",
"label":"SA",
"block_id":"6",
"ack":false,
"tail":"F-HRBI",
"flight":"AF0474",
"msgno":"S77A",
"text":"0EV141019VSH/",
"assstat":"skipped",
"libacars":{
"media-adv":{"err":false,"version":0,"current_link":{"code":"V","descr":"VHF ACARS","established":true,"time":{"hour":14,"min":10,"sec":19}},"links_avail":[{"code":"V","descr":"VHF ACARS"},{"code":"S","descr":"Default SATCOM"},{"code":"H","descr":"HF"}]}
},

"app":{"name":"acarsdec","ver":"3.5"}
}

from acarsdec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.