我们需要使用 windows 和 .NET 在印度开发我们自己的 SMS 网关,我们应该如何开始?

We need to develop our own SMS Gateway in India using windows and .NET, How should we start?

如何启动自己的短信网关服务?

您需要通过 SMPP 协议连接到您的移动提供商的 SMSC 吗? 您是否需要支持 SMPP、一些自定义 HTTP、SOAP 等作为客户端接口? 如果您对两者的回答都是肯定的,那么您可能会感兴趣 http://www.powermemobile.com/PressRelease-OpenAlley

SMPP 服务器 - https://github.com/PowerMeMobile/funnel_mini

ONEAPI 接口(仅限 SendSMS)- https://github.com/PowerMeMobile/oneapi_srv

中间件 - https://github.com/PowerMeMobile/kelly

SMPP 客户端 - https://github.com/PowerMeMobile/just_mini

用 Erlang 编写,现已投入生产