Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
/ go-sms-api Public archive

GRPC and HTTP API for sending SMS from usb modem using AT commands

Notifications You must be signed in to change notification settings

Minish144/go-sms-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang SMS API

Usage

Preparations

Edit config.yaml

Installation

$ go build

Running

$ sudo ./go-sms-api # sudo is required

Development

Dependencies

$ export GO111MODULE=off

$ go get github.com/grpc-ecosystem/grpc-gateway

$ go get github.com/envoyproxy/protoc-gen-validate

$ cd ~/go/src/github.com/grpc-ecosystem/grpc-gateway
$ mkdir third_party && cd third_party
$ git clone https://github.com/googleapis/googleapis.git

About

GRPC and HTTP API for sending SMS from usb modem using AT commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published