Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 2.37 KB

README.md

File metadata and controls

94 lines (71 loc) · 2.37 KB

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

$ tar czvf candy-board-qws.tgz --exclude "./.*" --exclude build --exclude dist *

Test

$ ./setup.py test

Publish

$ ./setup.py publish

Revision history

  • 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