- Notifications
You must be signed in to change notification settings - Fork11
go-gsm/ucp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ucp
is a pureGo implementation of theUCP protocol primarily used to connect to short message service centres (SMSCs), in order to send and receive short messages (SMS).
- go 1.11
- git
go get github.com/go-gsm/ucp
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)
About
UCP protocol in Go
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.