Contents
  1. 1. Introduction
  2. 2. Wechat Official Accounts
  3. 3. WEB Server based on GO
  4. 4. Android APP

Introduction

Sometimes we have multiple SIM cards but we only have one phone with limited SIM card slot( especially iPhones only have one). We want to receive all messages from all the SIM cards but we want only bring one phone. Based on this requirement from me, I implement this project :)

What we need:

  1. A cheap android phone.
  2. A server with public IP which can be accessed( Amazon, Alicloud…)
  3. A phone running Wechat.

This project can help the Android phone to forward the SMSs it receives to the server on the cloud, then the server forward these SMSs to Wechat server, the Wechat server will notify us the SMSs with a Wechat message in our phone.

This project inludes tree parts:

  1. Wechat Official Accounts Development.
  2. A web server running on the cloud.
  3. A Android APP running on a Android phone.

Why we need Wechat?
Wechat provides an easy free way to Notify us with Wechat messages, we don’t need to build another app for us to receive the SMSs from the server on the cloud. Especially the IOS, it’s hard for a normal developer to build an app which can register notification in IOS.

Wechat Official Accounts

WEB Server based on GO

Android APP

Contents
  1. 1. Introduction
  2. 2. Wechat Official Accounts
  3. 3. WEB Server based on GO
  4. 4. Android APP