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

Add files via upload #11976

Closed
wants to merge 1 commit into from
Closed

Add files via upload #11976

wants to merge 1 commit into from

Conversation

askarkafi
Copy link

Title of PR:
Add SimKafi Library - A Comprehensive Library for SIM900/SIM800 Modules

Description of PR:

Introduction
The SimKafi library is a comprehensive library for working with SIM900/SIM800 GSM/GPRS modules. This library allows you to easily handle various functionalities of the module, including sending and receiving SMS, managing calls, sending HTTP requests, and managing the phonebook.

Main Features
SMS Handling: Easily send and receive SMS using the SIM900/SIM800 module.
Call Management: Make, answer, and manage calls with the module.
HTTP Requests: Send HTTP requests and receive responses from web servers.
Real-Time Clock Management: Update and retrieve real-time clock data from the module.
Multi-Platform Support: Compatible with various Arduino platforms, including esp8266, esp32, and other popular platforms.
Installation and Usage
To install the library, follow these steps:

Download the library from the GitHub repository.
Open the Arduino IDE.
Navigate to Sketch -> Include Library -> Add .ZIP Library... and select the ZIP file you downloaded.
Sample codes are available in the examples folder, which you can use to quickly get started.

Dependencies
This library depends on the SoftwareSerial library. Please ensure that it is installed to make full use of SimKafi’s features.

Documentation
Full API documentation and examples are available in the docs folder. You can also refer to the online documentation for more details.

Version Changes
Version 1.1.0 includes the following improvements:

Added call management functionality.
Added support for the ESP32 platform.
Improved performance and fixed minor bugs.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@per1234 per1234 self-assigned this Aug 30, 2024
Copy link
Collaborator

@per1234 per1234 left a comment

Choose a reason for hiding this comment

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

@askarkafi I don't know how you possibly got the impression that this would accomplish anything. It will not, so I close this as invalid.

I guess your intention was to submit your library for inclusion in the Arduino Library Manager??? If so, you can learn the actual way to do that here:

https://github.com/arduino/library-registry#adding-a-library-to-library-manager

If you are going to do that, please read those instructions very carefully and follow them exactly. If you proceed in the same haphazard manner as you did with this pull request, the only thing you are going to accomplish is wasting both of our time.


If you have any questions or concerns, you are welcome to request assistance on Arduino Forum:

https://forum.arduino.cc/c/development/libraries/39

I monitor that forum category closely so I will be sure to see your post and provide prompt assistance.

@per1234 per1234 closed this Aug 30, 2024
@per1234 per1234 added Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug Component: Board/Lib Manager Boards Manager or Library Manager labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Board/Lib Manager Boards Manager or Library Manager Type: Invalid Off topic for this repository, or a bug report determined to not actually represent a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants