GSM-TC35-Python-Library | receive SMS/MMS/Call and a lot more with GSM TC35
kandi X-RAY | GSM-TC35-Python-Library Summary
kandi X-RAY | GSM-TC35-Python-Library Summary
GSM-TC35-Python-Library is a Python library. GSM-TC35-Python-Library has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install GSM-TC35-Python-Library' or download it from GitHub, PyPI.
This python library is designed to be integrated in python or shell projects using TC35 module. It is multi-platform and compatible with python 3+. Most functionalities should work with other GSM module using AT commands.
This python library is designed to be integrated in python or shell projects using TC35 module. It is multi-platform and compatible with python 3+. Most functionalities should work with other GSM module using AT commands.
Support
Quality
Security
License
Reuse
Support
GSM-TC35-Python-Library has a low active ecosystem.
It has 14 star(s) with 4 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 0 open issues and 18 have been closed. On average issues are closed in 406 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of GSM-TC35-Python-Library is current.
Quality
GSM-TC35-Python-Library has 0 bugs and 269 code smells.
Security
GSM-TC35-Python-Library has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
GSM-TC35-Python-Library code analysis shows 0 unresolved vulnerabilities.
There are 7 security hotspots that need review.
License
GSM-TC35-Python-Library is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
GSM-TC35-Python-Library releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
GSM-TC35-Python-Library saves you 2092 person hours of effort in developing the same functionality from scratch.
It has 4591 lines of code, 174 functions and 7 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed GSM-TC35-Python-Library and discovered the below as its top functions. This is intended to give you an instant insight into GSM-TC35-Python-Library implemented functionality, and help decide if they suit your requirements.
- Execute the request
- Return a list of all operator names
- Setup the GSM device
- Return a list of neighbour cells
- Check if the module is in sleep mode
- Returns the operator name
- Return the maximum call meter
- Returns a list of all available SMSs
- Decode a PDU SMS message
- Decodes a GSM 7 bit string
- Decode a GSM message
- Sends a SMS message
- Return True if the given plaintext is a 7bit string
- Pack a message in 7 bit format
- Generate a UDH
- Post a message
- Sends a SMS message
- Get the phone number
- Get the current call state
- Deletes all the specified sms
- Gets a list of all available SMSs
- Setup the GSM module
- Gets the current status of the pin
- Get all SMS data
- Get sms
- Get current call state
- Delete all SMS from database
- Call GSM API
- Get neighbour cells
- Get the date from the internal clock
- Send a phone number
- Get the status of the pin
- Get the maximum call meter
- Returns the list of all operator names
- Get the operator name
- Get a list of sms
- Checks if the module is in sleep mode
Get all kandi verified functions for this library.
GSM-TC35-Python-Library Key Features
No Key Features are available at this moment for GSM-TC35-Python-Library.
GSM-TC35-Python-Library Examples and Code Snippets
import sys
from GSMTC35.GSMTC35 import GSMTC35
gsm = GSMTC35()
pin = "1234"
puk = "12345678"
pin2 = "4321"
puk2 = "87654321"
# Mandatory step (PIN/PUK/PIN2/PUK2 will be entered if required, not needed to specify them)
if not gsm.setup(_port="COM3",
# Get help
python GSMTC35.py --help
# Send SMS or MMS (in UTF-8, using PDU mode)
python GSMTC35.py --serialPort COM4 --pin 1234 --sendSMS +33601234567 "Hello from shell! 你好,你是?"
# Send SMS/MMS (encoded in UTF-8 hexadecimal, using PDU mode)
python G
Community Discussions
No Community Discussions are available at this moment for GSM-TC35-Python-Library.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install GSM-TC35-Python-Library
Note: If you want to install test dependency and execute the library test, the command is python setup.py test.
Install package calling pip install GSMTC35 (or python setup.py install from the root of this repository)
Connect your GSM module to a serial port
Get the port name (you can find it out by calling python GSMTC35/GSMTC35.py --help from the root of this repository)
Load your shell or python script
Install package calling pip install GSMTC35 (or python setup.py install from the root of this repository)
Connect your GSM module to a serial port
Get the port name (you can find it out by calling python GSMTC35/GSMTC35.py --help from the root of this repository)
Load your shell or python script
Support
If you want to add more examples or improve the library, just create a pull request with proper commit message and right wrapping.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page