Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API server to send SMS using GSM modem. Written in Go

License

Notifications You must be signed in to change notification settings

okushchenko/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms

sms is a web server which connects to your gsm modem via COM port and exposes http API to send messages.

To build this project run:

git clone https://github.com/alexgear/sms
godep go build

To run web server execute generated binary:

./sms

Sending a message is as easy as making http POST request:

curl -d "to=000000000000&text=hello" 127.0.0.1:8080/api/sms

About

API server to send SMS using GSM modem. Written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages