GithubHelp home page GithubHelp logo

candy-board-qws's Introduction

candy-board-qws

GitHub release Build Status License ASL 2.0

Base CANDY LINE boards service for Quectel Wireless Solutions Modules

pip Installation

$ pip install candy-board-qws

pip Uninstallation

$ pip candy-board-qws

Development

Prerequisites

On Mac OS:

$ brew install pandoc
$ pip install pypandoc twine

Local Installation test

$ ./setup.py install --record files.txt
  • sudo is required in some cases

Local Uninstallation test

$ cat files.txt | xargs rm -rf

Create local package

$ find . -name "*.pyc" | xargs rm -f
$ tar czvf candy-board-qws.tgz --exclude "./.*" --exclude build --exclude dist *

Install the local package

# pip command
$ pip install --no-cache-dir ./candy-board-qws.tgz

# python command
$ python -m pip install --no-cache-dir ./candy-board-qws.tgz

# python3 command
$ python3 -m pip install --no-cache-dir ./candy-board-qws.tgz

Test

$ ./setup.py test

Publish

$ ./setup.py publish

Revision history

  • 3.1.0
    • Add a new attribute 'ICCID' into a SIM information result
  • 3.0.0
    • Add Python 3 (3.7+) support (still working on Python 2.7)
  • 2.8.0
    • Fix an issue where some modem commands could fail when a date/time text didn't have the timezone
  • 2.7.0
    • Add a new option to unlock PU configuration
  • 2.6.0
    • Fix an issue where users see inconsistent messages when a modem is disconnected
    • Add a new service status for EPS
    • Fix an issue where some AT commands for ECx were incompatible with UC20
  • 2.5.0
    • Add WCDMA/GSM modem support for retrieving the network info
  • 2.4.0
    • Add QZSS support including GLONASS, BeiDou and Galileo
  • 2.3.0
    • Include wireless access technology information into network show result as well
  • 2.2.0
    • Improve I/O error description
    • Fix an issue where Index error can be thrown
  • 2.1.0
    • Fix an issue where a dialing number was invalidated in some cases
  • 2.0.1
    • Fix test case errors
  • 2.0.0
    • Add new categories for gnss
    • Fix an issue where modem_init() returned an error when SIM card is absent
  • 1.3.1
    • Fix an issue where modem_show() throws a runtime error when the command result is error
  • 1.3.0
    • Add a new property registration to network show command result in order to show the network registration status
    • Add new commands to register to/deregister from a network
    • Perform phone functionality reset on modem initialization and modem reset
  • 1.2.4
    • Exclude /dev/ttyUSB* from the candidate serial port list as the search function interferes with other process use of serial port
  • 1.2.3
    • Replace ttySC* in the serial port candidate list with ttySC1 as ttySC0 is never used for the QWS module
  • 1.2.2
    • Set operator property value to 'N/A' when there's no available operator
  • 1.2.1
    • Set network property value to 'N/A' as the value isn't available on QWS modules
  • 1.2.0
    • Return precise error on modem init command error
    • Fix ValueError
  • 1.1.0
    • Add a new option to reset only packet counter
    • Filter USB serial ports for ppp
  • 1.0.0
    • Initial public release

candy-board-qws's People

Contributors

dbaba 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.