hologram-python icon indicating copy to clipboard operation
hologram-python copied to clipboard

Hologram device-side Python SDK - Send messages to the cloud in just 3 lines of code!

Results 34 hologram-python issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** Currently the SDK always defaults to the first modem it can find and knowing what modem options exist could be...

enhancement

**Is your feature request related to a problem? Please describe.** Not really its just something we can unload and has more features that what we currently implement **Describe the solution...

enhancement

### Describe the problem In my opinion apt-get update shouldn't be written into the bash install script for two reasons. The instructions on the hologram site to install the sdk...

Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. Changelog Sourced from psutil's changelog. 5.9.3 2022-10-18 Enhancements 2040_, [macOS]: provide wheels for arm64 architecture. (patch by Matthieu Darbois) Bug...

dependencies
python

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

major
dependencies
github_actions

### Describe the problem The following error occurs from time to time when receiving a message from the Hologram dashboard. It seems to occur after successfully receiving a message or...

bug

## Changes - Tear down PDP context after sending socket messages @DomAmato (#90) ## 🚀 Features - Allow setting APN @DomAmato (#79) - Add EC21 to supported modems @DomAmato (#109)...

Closing serial port when we're done with it in the modem class

The default chat script configures APN context ID 1 only and passes that to the dialing command. Not all carriers support data on context ID 1: See https://github.com/hologram-io/hologram-python/blob/develop/Hologram/Network/Modem/chatscripts/default-script#L18-L19 ``` OK...

enhancement

Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. Release notes Sourced from requests's releases. v2.28.2 2.28.2 (2023-01-12) Dependencies Requests now supports charset_normalizer 3.x. (#6261) Bugfixes Updated MissingSchema exception...

dependencies
python