All Projects → okushchenko → sms

okushchenko / sms

Licence: MIT License
API server to send SMS using GSM modem. Written in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to sms

node-gsm
📲 gsm modem module for node.js
Stars: ✭ 23 (-11.54%)
Mutual labels:  sms, gsm, gsm-modem
Gammu
Gammu All Mobile Management Utilities
Stars: ✭ 366 (+1307.69%)
Mutual labels:  sms, gsm
Raspisms
RaspiSMS est un système de gestion et d'envoi de SMS par ordinateur, initialement conçu pour les Raspberry Pi
Stars: ✭ 107 (+311.54%)
Mutual labels:  sms, gsm
sms
A Go library for encoding and decoding SMSs
Stars: ✭ 37 (+42.31%)
Mutual labels:  sms, gsm-modem
laravel-sms-api
Laravel package to provide SMS API integration.
Stars: ✭ 84 (+223.08%)
Mutual labels:  sms
sms-counter-php
SMS Counter and sanitize tools
Stars: ✭ 40 (+53.85%)
Mutual labels:  gsm
ucp
UCP protocol in Go
Stars: ✭ 40 (+53.85%)
Mutual labels:  sms
kavenegar-php
Kavenegar API Client Writen In PHP
Stars: ✭ 45 (+73.08%)
Mutual labels:  sms
Cicada-FW
IoT Communications Module for Energy Access. An easy way to get production ready, bi-directional communications for your IoT embedded device. Proiect supported by the EnAccess Foundation - https://enaccess.org
Stars: ✭ 12 (-53.85%)
Mutual labels:  gsm-modem
SnorkTracker
GPS IoT tracker board for scanning gps and environment information and sending this to a MQTT server via GPRS.
Stars: ✭ 38 (+46.15%)
Mutual labels:  sms
mimo-ce
MIMO Community Edition
Stars: ✭ 20 (-23.08%)
Mutual labels:  sms
totalvoice-php
Client em PHP para API da Totalvoice
Stars: ✭ 30 (+15.38%)
Mutual labels:  sms
slack-texts
SMS notifications for Slack groups
Stars: ✭ 19 (-26.92%)
Mutual labels:  sms
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (+38.46%)
Mutual labels:  sms
vonage-node-code-snippets
NodeJS code examples for using Nexmo
Stars: ✭ 46 (+76.92%)
Mutual labels:  sms
ohd
Garage Door Monitor (OverHeadDoor) - Python3, Raspbian
Stars: ✭ 126 (+384.62%)
Mutual labels:  sms
mobizon-node
Biblioteca NodeJS para trabalhar com os serviços Mobizon API
Stars: ✭ 17 (-34.62%)
Mutual labels:  sms
fake-sms-notifier
Fake SMS (as email during development) Notifier Bridge
Stars: ✭ 16 (-38.46%)
Mutual labels:  sms
aliyun-sms
阿里云 SMS 短信 Java SDK 封装
Stars: ✭ 67 (+157.69%)
Mutual labels:  sms
sample-template-nodejs
A template repository serving as the base for new Twilio sample apps
Stars: ✭ 16 (-38.46%)
Mutual labels:  sms

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].