# SMSHub - 안드로이드폰을 이용한 SMS 전송/수신용 Gateway

> Clean Markdown view of GeekNews topic #4797. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4797](https://news.hada.io/topic?id=4797)
- GeekNews Markdown: [https://news.hada.io/topic/4797.md](https://news.hada.io/topic/4797.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-08-11T10:05:37+09:00
- Updated: 2021-08-11T10:05:37+09:00
- Original source: [github.com](https://github.com/juancrescente/SMSHub)
- Points: 10
- Comments: 1

## Topic Body

- 안드로이드폰에 설치하는 SMS Gateway 앱 오픈소스

- 정해진 시간마다 웹서버의 URL에서 JSON을 읽어서 자동으로 SMS를 송신

ㅤ→ JSON : 보낼 내용, 전화번호, 메시지ID

ㅤ→ 읽을 URL, 인터벌, 전송 결과 보고용 URL 설정 가능

- SMS 수신시 특정 URL에 내용/전화번호 전달

## Comments



### Comment 6286

- Author: xguru
- Created: 2021-08-11T10:05:41+09:00
- Points: 1

안드로이드 폰을 이용한 SMS Gateway들 앱은 여러개 있는데

이건 앱 자체가 웹훅형태로 서버에 연동하는 거라, 폰과 서버의 연결부분이 간단해서 좋은거 같아요.
