ucp

UCP protocol in Go

Build Status GoDoc Coverage StatusGo Report Card

ucp

ucp is a pure Go implementation of the UCP protocol primarily used to connect to short message service centres (SMSCs), in order to send and receive short messages (SMS).

setup

  • go 1.11
  • git

installation

go get github.com/go-gsm/ucp

usage

opt := &ucp.Options{
  Addr:       SMSC_ADDR,
  User:       SMSC_USER,
  Password:   SMSC_PASSWORD,
  AccessCode: SMSC_ACCESSCODE,
}
client := ucp.New(opt)
client.Connect()
defer client.Close()
ids, err := client.Send(sender, receiver, message)

demo

ucp-cli

demo

主要指標

概覽
名稱與所有者go-gsm/ucp
主編程語言Go
編程語言Go (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2018-11-03 13:33:13
推送於2018-11-03 14:40:08
最后一次提交2018-11-03 22:40:07
發布數1
最新版本名稱v0.0.1 (發布於 )
第一版名稱v0.0.1 (發布於 )
用户参与
星數45
關注者數0
派生數11
提交數3
已啟用問題?
問題數1
打開的問題數0
拉請求數0
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?