Инструменты пользователя

Инструменты сайта


bananapi:smstools

Banana Pi установка smstools

# apt-get install -y usb-modeswitch
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Будут установлены следующие дополнительные пакеты:
libjim0debian2 usb-modeswitch-data
Предлагаемые пакеты:
comgt wvdial
НОВЫЕ пакеты, которые будут установлены:
libjim0debian2 usb-modeswitch usb-modeswitch-data
...
apt-get install -y usb-modeswitch  5,01s user 1,57s system 12% cpu 52,411 total
root@bananapi ~ # apt-get -y install gcc make tar
Чтение списков пакетов… Готово

Скачиваю smstools

# cd /usr/local/src
# wget http://smstools3.kekekasvi.com/packages/smstools3-3.1.15.tar.gz
# tar xvfz smstools3-3.1.15.tar.gz
# cd /usr/local/src/smstools3
# make
# ./install.sh
...
Installing binary program files
  /usr/local/bin/smsd
Installing some scripts
  /usr/local/bin/sendsms
  /usr/local/bin/sms2html
  /usr/local/bin/sms2unicode
  /usr/local/bin/unicode2sms
Installing config file
  /etc/smsd.conf
Creating minimum spool directories
  Skipped /var/spool, directory already exists
  Creating directory /var/spool/sms
  Creating directory /var/spool/sms/incoming
  Creating directory /var/spool/sms/outgoing
  Creating directory /var/spool/sms/checked
Installing start-script
  /etc/init.d/sms3

Example script files are not installed automatically.
Please dont forget to edit /etc/smsd.conf.

Редактирую файл /etc/smsd.conf

# cat /etc/smsd.conf 
# Example smsd.conf. Read the manual for a description

devices = GSM1
logfile = /var/log/smsd.log
loglevel = 5

[GSM1]
device = /dev/ttyUSB0
incoming = yes
#pin = 1111

Запусуаю smstools

/etc/init.d/sms3 start

Проверяю

# ps ax | grep sms
 3697 ?        Ss     0:00 /usr/local/bin/smsd -n MAINPROCESS -p/var/run/smsd.pid -i/var/run/smsd.working -l/var/log/smsd.log
 3699 ?        R      0:17 /usr/local/bin/smsd -n GSM1_______ -p/var/run/smsd.pid -i/var/run/smsd.working -l/var/log/smsd.log

Добавляю sms3 в автозапуск

update-rc.d sms3 defaults

Ссылки:
http://www.amaxing.de/rasberry-pi-als-sms-gateway-mit-umts-stick-per-smstools-playsms-nutzen/2014/01/10/
http://www.linux.org.ru/forum/admin/405852
http://habrahabr.ru/post/141003/
http://manpages.ylsoftware.com/ru/update-rc.d.8.html

bananapi/smstools.txt · Последние изменения: 2015/12/28 20:55 (внешнее изменение)