Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RC 0.9.1 #18

Merged
merged 45 commits into from
Apr 30, 2021
Merged

RC 0.9.1 #18

merged 45 commits into from
Apr 30, 2021

Conversation

DomAmato
Copy link
Contributor

@DomAmato DomAmato commented Jan 3, 2020

Change Log:

  • PPP process is waited on for termination
  • SMS parser doesn't break for non SMS-RECEIVE messages
  • Add chunking for messages over 512 bytes long
  • Install script checks for python versions >= 3.7
  • Fix bug in disconnect (thanks @akumlehn )
  • Send AT Commands from the CLI
  • Fix PPP errors related to routing and reconnection
  • BG96 and E372 Modules (thanks @HectorMendez)
  • at sockets are renabled after PPP sessions
  • fix bug in return code as ascii ordinal value instead of int

DomAmato and others added 5 commits May 20, 2020 14:00
* include support for Huawei Modem E372 and actually works with Ubuntu and Raspbian10

* add support in class for E372 modem

Co-authored-by: Hector Mendez <hector.mendez@nimanic.com>
* add bg96 to modems

* update description and enable at sockets

* Update BG96.py

* check if active

* send the right permutation

* decode and use command

* wait for socket to open and handle other actions

* better urc handling

* more logging

* handle attribute errors too

* handle urc types better

* better socket state handling

* bg96 is send ok not ok

* log more info

* use set instead of command

* add send ok as possible results

* handle send ok in process response

* close properly and update read_socket

* handle recv response from urc

* fix missing imports

* clean up logging a bit

* remove another logging instance

* fix merge conflict

* fix copy pasta
@DomAmato DomAmato added the patch small bug fixes or tech debt label Jul 11, 2020
DomAmato and others added 10 commits July 11, 2020 00:41
Bumps [actions/setup-python](https://github.com/actions/setup-python) from v1 to v2.0.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v1...7a69c2b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.6.3...release-5.7.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [hjson](https://github.com/hjson/hjson-py) to permit the latest version.
- [Release notes](https://github.com/hjson/hjson-py/releases)
- [Changelog](https://github.com/hjson/hjson-py/blob/master/history.md)
- [Commits](hjson/hjson-py@v3.0.0...v3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [pyudev](https://github.com/pyudev/pyudev) to permit the latest version.
- [Release notes](https://github.com/pyudev/pyudev/releases)
- [Changelog](https://github.com/pyudev/pyudev/blob/develop-0.22/CHANGES.rst)
- [Commits](pyudev/pyudev@v0.21.0...v0.22)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.22.0...v2.24.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@DomAmato DomAmato removed the request for review from rebecacarrillo November 6, 2020 16:52
DomAmato and others added 7 commits January 4, 2021 21:49
Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.7.2...release-5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [pyusb](https://github.com/pyusb/pyusb) to permit the latest version.
- [Release notes](https://github.com/pyusb/pyusb/releases)
- [Commits](pyusb/pyusb@v1.0.2...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.24.0...v2.25.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updates the requirements on [pyserial](https://github.com/pyserial/pyserial) to permit the latest version.
- [Release notes](https://github.com/pyserial/pyserial/releases)
- [Changelog](https://github.com/pyserial/pyserial/blob/master/CHANGES.rst)
- [Commits](pyserial/pyserial@v3.4...v3.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Strip AT command result prefix when issued command ends with ? or %

* Simplify strip of characters from AT command result
Copy link
Contributor

@HectorMendez HectorMendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for me it is ok!

DomAmato and others added 3 commits April 27, 2021 16:00
Updates the requirements on [pyusb](https://github.com/pyusb/pyusb) to permit the latest version.
- [Release notes](https://github.com/pyusb/pyusb/releases)
- [Commits](pyusb/pyusb@v1.1.0...v1.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@DomAmato DomAmato merged commit 9f7eda0 into master Apr 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch small bug fixes or tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants