candy-board-amt

Base CANDY LINE boards service for AM Telecom Modules


Keywords
CANDY, EGG, LINE
License
BSD-3-Clause
Install
pip install candy-board-amt==1.1.1

Documentation

candy-board-amt

GitHub release Build Status License BSD3

Base CANDY LINE boards service for AM Telecom Modules

pip Installation

$ pip install candy-board-amt

pip Uninstallation

$ pip candy-board-amt

Development

Prerequisites

On Mac OS:

$ brew install pandoc
$ pip install pypandoc

Local Installation test

$ ./setup.py install --record files.txt

Local Uninstallation test

$ cat files.txt | xargs rm -rf

Test

$ ./setup.py test

Revision history

  • 1.2.1

    • Handle uncaught exception
    • Suppress useless log
  • 1.2.0

    • Improve serial port resolver function
    • Add a new feature to ensure the opened port is online on creating a new serial port object
  • 1.1.1

    • Fix an issue where the running thread stops on exception thrown
  • 1.1.0

    • Add a new modem command to enable auto-connect mode
  • 1.0.1

    • Fix an issue where echo back line can be included into the result string
    • Fix an issue where CI test was failure because of unnecessary dependency on pypandoc
  • 1.0.0

    • Initial public release
  • 0.1.1-0.1.3

    • Fix resolve_modem_port()
  • 0.1.0

    • Remove modem_auto_connect()
    • Add a new function to enable ACM, modem_enable_acm()
    • Add a new function delete APN, apn_del()
    • Add a new static function to resolve modem serial port
  • 0.0.1

    • Initial beta release