Git Product home page Git Product logo

assistnow-offline's Introduction

assistnow-offline

Use downloaded mgaoffline.ubx from AssistNow Offline to reduce TTFF. (supports /dev/ttyUSB0 is the uart device to u-blox receiver)

assistnow-offline --file=mgaoffline.ubx --query=now --print-raw=true > /dev/ttyUSB0

Manual (--help)

Tool for u-blox .ubx file that download from AssistNow Offline service

usages:
    assistnow-offline --print=true --data=true --type=true --ver=true
        print all data
    assistnow-offline --print=false --range=true
        only show the range of date
    assistnow-offline --file=my_mgaoffline.ubx
        use my_mgaoffline.ubx instead mgaoffline.ubx
    assistnow-offline --query=2022-12-18,2022-12-25
        only show data that 2022-12-18 to 2022-12-25, both 2022-12-18 and 2022-12-25 included
    assistnow-offline --query=now
        only show data of today (use system time, UTC)
    assistnow-offline --print-raw=true
        show raw data, --print/--data/--type/--ver/--range will be ignore

options:
    --print, -p
        print datas
    --data, -d
        if --print, print field 'data' or not
    --type, -t
        if --print, print field 'type' or not
    --ver, -v
        if --print, print field 'ver' or not
    --range, -r
        print range or not, the range of date of this file
    --file, -f
        use alternative file instead default mgaoffline.ubx
    --query, -q
        if --print or --print-raw, only show the range of query range, for format pls refer to usages
    --print-raw
        print raw data instead text, for send data to u-blox receiver
        --query will works
        --print/--data/--type/--ver/--range will be ignore
    --help, -h
        hi, it me

exit code:
    0: normally exit
    2: error, syntax error or can not open file
    13: query nothing

assistnow-offline's People

Contributors

bdvstg avatar

Watchers

 avatar

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.