Giter Site home page Giter Site logo

m0ntyg / docker-smstools3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ti-webdev/docker-smstools3

0.0 0.0 0.0 6 KB

Docker for SMS Server Tools 3. The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones.

Home Page: http://smstools3.kekekasvi.com

Dockerfile 100.00%

docker-smstools3's Introduction

SMS Server Tools 3

The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones.

You can send short messages by simply storing text files into a special spool directory. The program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. Binary messages (including Unicode text) are also supported, for example ring tone messages. It's also possible to send a WAP Push message to the WAP / MMS capable mobile phone.

http://smstools3.kekekasvi.com

docker-compose.yml

version: '2'

services:
  smsd:
    image: ghcr.io/andrestaffe/docker-smstools3
    restart: unless-stopped
    devices:
    # Your modem
      - /dev/ttyUSB1:/dev/ttyUSB1
    volumes:
      # config file
      - ./smsd.conf:/etc/smsd.conf
      # make folders before: mkdir -p spool/sms/sent spool/sms/failed spool/sms/checked spool/sms/outgoing spool/sms/incoming
      - ./spool/sms:/var/spool/sms

Prepare

mkdir -p spool/sms/sent spool/sms/failed spool/sms/checked spool/sms/outgoing spool/sms/incoming
sudo apt-get install usb-modeswitch usb-modeswitch-data -y

Stop (and disable if you want)

sudo service ModemManager stop
sudo systemctl disable ModemManager

Run

docker-compose up -d

Send SMS

echo -e "To: +11111111111\nAlphabet: UTF-8\n\nIt's works :)" > spool/sms/outgoing/$(date +%s)

docker-smstools3's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.