https://github.com/rishavanand/huawei-e355-sms-api
Unofficial SMS API for Huawei e355
https://github.com/rishavanand/huawei-e355-sms-api
api e355 huawei huawei-e355 sms
Last synced: about 1 year ago
JSON representation
Unofficial SMS API for Huawei e355
- Host: GitHub
- URL: https://github.com/rishavanand/huawei-e355-sms-api
- Owner: rishavanand
- Created: 2018-02-22T18:34:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T01:21:11.000Z (over 8 years ago)
- Last Synced: 2025-02-14T04:27:28.681Z (over 1 year ago)
- Topics: api, e355, huawei, huawei-e355, sms
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Huawei E355 SMS API
This is an unofficial api for huawei that lets you read and send sms through your e355 modem.
### Getting Started
1. Clone this repo
2. Connect your e355 modem
3. Note the ip address of your modem
4. Note the admin login detials
5. Add values for `MODEM_USER` and `MODEM_PASS` in `config.js`
### Reading SMS
```
Request Method : GET
URL : htp://localhost:3000/getsms/[pageNo]
[pageNo] : is for getting the sms from a particular page. (a single page contains 50 sms). So for first 50 sms pageNo = 1, from next 50 pageNo = 2 and so on.
```
### Sending SMS
```
Request Method : POST
URL : htp://localhost:3000/sendsms
Form data : mob=+91xxxxxxxxxx&message=Hello,World!
```
### Built With
* [NodeJS](https://nodejs.org/en/docs/)