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

Feature/multi modem support #118

Merged
merged 14 commits into from
Sep 5, 2023
Merged

Conversation

parker-hologram
Copy link
Collaborator

@parker-hologram parker-hologram commented Aug 30, 2023

  • Allow setting a specific modem when initializing a network. This can be done by passing the modem into the HologramCloud intializing method for example: HologramCloud({}, authentication_type='totp', network='cellular', modem=modem). Initialize a modem using one of the following methods:
    1. Initialize a modem object with a known good port using a supported modem class in Hologram.Network.Modem for example: EC21(device_name="/dev/ttyUSB4") This initializes a Quectel EC21 on port /dev/ttyUSB4
    2. Scan for all available modems through the new Cellular.scan_for_all_usable_modems() method at Hologram.Network.Cellular. This returns a list of accessible modem objects
  • Allow modems to send SMS messages through the modem interface

@parker-hologram parker-hologram changed the title Feature/multi modem support Draft: Feature/multi modem support Aug 30, 2023
@parker-hologram parker-hologram changed the title Draft: Feature/multi modem support Feature/multi modem support Sep 5, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
@parker-hologram parker-hologram merged commit 641acdb into develop Sep 5, 2023
1 check passed
@parker-hologram parker-hologram deleted the feature/multi-modem-support branch September 5, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants