sms

command module
v0.0.0-...-0976962 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2016 License: MIT Imports: 6 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/gorilla/context
Package context stores values shared during a request lifetime.
Package context stores values shared during a request lifetime.
_workspace/src/github.com/gorilla/mux
Package gorilla/mux implements a request router and dispatcher.
Package gorilla/mux implements a request router and dispatcher.
_workspace/src/github.com/mattn/go-sqlite3
Package sqlite3 provides interface to SQLite3 databases.
Package sqlite3 provides interface to SQLite3 databases.
_workspace/src/github.com/satori/go.uuid
Package uuid provides implementation of Universally Unique Identifier (UUID).
Package uuid provides implementation of Universally Unique Identifier (UUID).
_workspace/src/github.com/tarm/serial
Goserial is a simple go package to allow you to read and write from the serial port as a stream of bytes.
Goserial is a simple go package to allow you to read and write from the serial port as a stream of bytes.
_workspace/src/github.com/xlab/at/pdu
Package pdu implementes dataencoding schemes described in 3GPP TS 23.040.
Package pdu implementes dataencoding schemes described in 3GPP TS 23.040.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL