-
04.06.2013, 15:51 #136
- Регистрация
- 09.09.2010
- Возраст
- 54
- Сообщений
- 52
- Поблагодарили
- 3
- Поблагодарил
- 10
Спасибо, но дело не в портах, т.к. какое-то неопределенное время все работает.
UPD
Я вычислил виновника - это SCREEN, в котом все это дело запускалось. Переделал запуск демоном - все заработало нормально.
в /etc/rc.local добавил перед „exit 0“:
# Start Svxlink
sleep 10
svxlink –daemon
sleep 5
echo „SvxLink start …“
Пока не победил еще заикания по каналу RX=Internet, поэтому еще раз прошу поделиться рабочими конфигами73! RX6ART
-
04.06.2013, 18:45 #137
- Регистрация
- 21.08.2011
- Сообщений
- 36
- Поблагодарили
- 13
- Поблагодарил
- 10
Одно время была подобная штука. На винде линк нормально работает, а на Debian симптомы аналогичны с вашими.
Виновником был "IPTables", блокировавший порты.
К вашему линку подключится не удается, что косвенно указывает на проблему с портами.
Попробуйте установить "Firestarter", если "IPTables" блокирует порты, это будет видно.
Похоже что дело в VOX
В большинстве случаев более адекватен дефолтный конфиг.
Взгляните также сюда: svxlink.conf для SvxLink под VOX
Также, не мешало бы указать используемою вами операционнку и версию SvxLink.
Как говорится: Экстрасенсов.NetПоследний раз редактировалось UR3QJW; 04.06.2013 в 18:59.
-
04.06.2013, 21:40 #138
- Регистрация
- 09.09.2010
- Возраст
- 54
- Сообщений
- 52
- Поблагодарили
- 3
- Поблагодарил
- 10
svxlink:~# uname -a
Linux svxlink 3.2.0-4-686-pae #1 SMP Debian 3.2.41-2+deb7u2 i686 GNU/Linux
SvxLink последний из SVN
А по вышеуказанной ссылке я давно ходил, но там не все параметры указаны и некоторые не совсем корректны на мой взгляд.
Ну например SQL_HANGTIME=9000 повесит хвост в 9 секунд в конце передачи.
Вот поэтому хотелось-бы увидеть конфиги с реальных линков.73! RX6ART
-
06.06.2013, 19:19 #139
- Регистрация
- 21.08.2011
- Сообщений
- 36
- Поблагодарили
- 13
- Поблагодарил
- 10
SvxLink 13.06 Релиз!
Здравствуйте!
06/06/2013 Увидел свет очередной релиз SvxLink 13.06!
Историю изменений, вы можете увидеть: Здесь
Что нового:
* Дискретизация изменилась с 8кГц до 16кГц.
* Добавлена функция AutoConnect.
* Исправлены мелкие ошибки.
Посмотреть полный список изменений, а также скачать исходный код можно: Здесь
Аудио файлы: "sounds-en_US-heather-16k-13.06.tar.bz2", для SvxLink, скачать можно: Здесь
С уважением, Владимир / UR3QJW
-
13.06.2013, 09:28 #140
- Регистрация
- 09.09.2010
- Возраст
- 54
- Сообщений
- 52
- Поблагодарили
- 3
- Поблагодарил
- 10
Ну раз конфигами никто поделиться не может, то спрошу про параметры.
Интересует какой цифрой можно "поиграть" чтобы убрать заикания при трансляции из эфира в интернет. Мощность железа и ширина канала предостаточны.
Увеличение SQL_HANGTIME свыше 2000 уже нервирует пользователей эхолинка. Что еще покрутить ?
Вот мой конфиг
Код:############################################################################### # # # Configuration file for the SvxLink server # # # ############################################################################### [GLOBAL] MODULE_PATH=/usr/lib/svxlink LOGICS=SimplexLogic CFG_DIR=svxlink.d TIMESTAMP_FORMAT="%c" CARD_SAMPLE_RATE=48000 #LOCATION_INFO=LocationInfo [SimplexLogic] TYPE=Simplex RX=Rx1 TX=Tx1 MODULES=ModuleEchoLink,ModuleParrot CALLSIGN=RX6ART SHORT_IDENT_INTERVAL=20 LONG_IDENT_INTERVAL=60 #IDENT_ONLY_AFTER_TX=4 #EXEC_CMD_ON_SQL_CLOSE=500 EVENT_HANDLER=/usr/share/svxlink/events.tcl DEFAULT_LANG=en_US RGR_SOUND_DELAY=-1 #REPORT_CTCSS=136.5 #TX_CTCSS=ALWAYS MACROS=Macros #LINKS=LinkToR4 FX_GAIN_NORMAL=0 FX_GAIN_LOW=-12 #ACTIVATE_MODULE_ON_LONG_CMD=4:EchoLink #QSO_RECORDER_DIR=/var/spool/svxlink/qso_recorder #QSO_RECORDER_CMD=8 [Macros] 1=EchoLink:196189# 2=EchoLink:370296# 3=EchoLink:9999# 9=Parrot:0123456789# 03400=EchoLink:9999# [Rx1] TYPE=Local AUDIO_DEV=alsa:plughw:0 AUDIO_CHANNEL=0 SQL_DET=VOX SQL_START_DELAY=0 SQL_DELAY=20 SQL_HANGTIME=1700 #SQL_EXTENDED_HANGTIME=1000 #SQL_EXTENDED_HANGTIME_THRESH=15 SQL_TIMEOUT=600 VOX_FILTER_DEPTH=30 VOX_THRESH=1000 #CTCSS_MODE=2 #CTCSS_FQ=136.5 #CTCSS_SNR_OFFSET=0 #CTCSS_OPEN_THRESH=15 #CTCSS_CLOSE_THRESH=9 #CTCSS_BPF_LOW=60 #CTCSS_BPF_HIGH=270 SERIAL_PORT=/dev/ttyS0 SERIAL_PIN=CTS:SET #SERIAL_SET_PINS=DTR!RTS #EVDEV_DEVNAME=/dev/input/by-id/usb-SYNIC_SYNIC_Wireless_Audio-event-if03 #EVDEV_OPEN=1,163,1 #EVDEV_CLOSE=1,163,0 #SIGLEV_DET=TONE SIGLEV_SLOPE=1 SIGLEV_OFFSET=0 #TONE_SIGLEV_MAP=100,84,60,50,37,32,28,23,19,8 SIGLEV_OPEN_THRESH=30 SIGLEV_CLOSE_THRESH=10 DEEMPHASIS=0 #SQL_TAIL_ELIM=300 #PREAMP=6 PEAK_METER=0 DTMF_DEC_TYPE=INTERNAL DTMF_MUTING=1 DTMF_HANGTIME=100 #DTMF_SERIAL=/dev/ttyS0 #DTMF_MAX_FWD_TWIST=8 #DTMF_MAX_REV_TWIST=4 #1750_MUTING=1 #SEL5_DEC_TYPE=INTERNAL #SEL5_TYPE=ZVEI1 [Tx1] TYPE=Local AUDIO_DEV=alsa:plughw:0 AUDIO_CHANNEL=1 PTT_PORT=/dev/ttyS0 PTT_PIN=DTRRTS #SERIAL_SET_PINS=DTR!RTS #PTT_HANGTIME=1000 TIMEOUT=300 TX_DELAY=500 CTCSS_FQ=136.5 #CTCSS_LEVEL=9 PREEMPHASIS=0 DTMF_TONE_LENGTH=100 DTMF_TONE_SPACING=50 DTMF_TONE_AMP=-18
73! RX6ART
-
29.07.2013, 21:40 #141
- Регистрация
- 07.04.2002
- Адрес
- г.Москва, г.Троицк
- Возраст
- 47
- Сообщений
- 9,054
- Записей в дневнике
- 8
- Поблагодарили
- 2351
- Поблагодарил
- 7137
== SvxLink release 13.07 -- 29 Jul 2013 ==
The biggest news in this release is support for EchoLink proxy. While implementing that, the handling of server specifications were also improved so that multiple servers can be configured. These are tried if the currently used server is not possible to connect to.
Other additions are support for PTT on GPIO and a transmitter shutdown DTMF command.
------------------------------------------------------------------------------------------------------------
== Complete ChangeLog for SvxLink Server version 1.2.0 ==
* Added support for EchoLink proxy.
* ModuleEchoLink: Now possible to configure multiple servers for the directory server. The servers will be tried in order until a working one is found. The SERVER config variable has been replaced by the SERVERS config variable which is a space separated list of servers. Host names that resolve to multiple IP addresses, like servers.echolink.org, will also be correctly
handled so that each resolved IP address will be tried in order until a working one is found.
* Added support for PTT on GPIO. This is for example good for embedded systems like the Raspberry Pi where GPIO pins are readily available. Using GPIO will eliminate the need for a USB to serial converter. Patch contributed by K1FSY / David.
* ModuleEchoLink: New TCL function "is_receiving" that is called when a remote EchoLink transmission is started or stopped. The default implementation will send a beep over the local transmitter. Patch from DL1HRC / Adi.
* Now possible to force the transmitter off using a DTMF command. The new configuration variable SHUTDOWN_CMD is used in a logic configuration section to set the command that should be used. The node will continue to operate as usual with the only difference that the transmitter will not be turned on for any event.
== Complete ChangeLog for Qtel version 1.2.0 ==
* Updated language translations: Russian (UR3QJW / Volodymyr), Japanese (JH1PGO / Masao).
* Added support for EchoLink proxy.
* Now possible to configure multiple servers for the directory server. The servers will be tried in order until a working one is found. Servers are specified as a space separated list. Host names that resolve to multiple IP addresses, like servers.echolink.org, will also be correctly handled so that each resolved IP address will be tried in order until a working one is found.
== Complete ChangeLog for the EchoLib library version 1.2.0 ==
* Added support for EchoLink proxy.
* Now possible to configure multiple servers for the directory server. The servers will be tried in order until a working one is found. Host names that resolve to multiple IP addresses, like
servers.echolink.org, will also be correctly handled so that each resolved IP address will be tried in order until a working one is found.
== Complete ChangeLog for the Async library version 1.1.1 ==
* Fixed some include directives for Async::CppApplication.
* The Async::TcpClient class now always do a name lookup before trying to connect. Previously, when the old lookup was cached, IP addresses that changed over time was not handled.
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gamp...40/ostg.clktrk Monitor your Apps in Production | AppDynamics Pro - Free TrialПоследний раз редактировалось RC3C; 29.07.2013 в 21:47.
73! Anton RC3C (ex.RV3DHC) & RY3AAL & 5ØRDXØØ3 & RK5AØØ2SWL
• Клубы 4U1A, RC5C, 5ØRDXØØØ/C, New Moscow DX Club • DMR 2503041 • D-STAR XLX937-B • YSF 25001 • EchoLink 2102
• RL3F QSL Print • Фото для QSL • FT8DigiClub • DXCluster • APRS2.RU • Discord • LogHX
-
16.08.2013, 09:47 #142
С недавнего времени питерский эхолинк RA1AIE-L работает под svxlink на Raspberry Pi. PTT через GPIO, звук через USB. Только не могу вкурить, как им управлять извне, кроме как запускать в screen сессии.
Владислав
-
05.09.2013, 00:00 #143
- Регистрация
- 09.09.2010
- Возраст
- 54
- Сообщений
- 52
- Поблагодарили
- 3
- Поблагодарил
- 10
Да только screen или dtfm командами. Если запустить демоном то к нему не достучаться.
Я тоже на "малине" собирал и в итоге наигравшись собрал на безкулерном атоме в обычном системнике+дебиан. В нем же стоит и радиостанция и питается от одного блока вместе с материнкой. Обдуваю одним тихоходным вентилятором. Он же домашний медиасервер и торрент-качалка.
Причина ухода от raspberry - ресурсы cpu в "притирку" , да и SD карточка не самый надежный носитель.73! RX6ART
-
08.12.2013, 01:18 #144
- Регистрация
- 21.08.2011
- Сообщений
- 36
- Поблагодарили
- 13
- Поблагодарил
- 10
== SvxLink release 13.12 -- 01 Dec 2013 ==
The biggest news in this release are: improved logic linking, improved QSO recorder, support for squelch on GPIO, improved pre- and deemphasis filters.
More details about each change can be found in the ChengeLog below.
Also note that the filename for sound clips have changed a small bit. A sound clip archive should now be named:
svxlink-sounds-<lang_code>-<voice name>-<samp rate>-<svxlink ver>.tar.bz2
Example:
svxlink-sounds-en_US-heather-16k-13.12.tar.bz2
A new audio codec, Opus (Opus Codec), is now supported for RemoteTrx links. The Opus codec is a new IETF standard for encoding audio with bitrates ranging from 6 kb/s to 510 kb/s. The audio quality is very good over the whole bitrate range. It is even better then AAC, at least below 128kb/s. To enable SvxLink to use the Opus codec, make sure to install the development libraries for Opus and recompile.
============================================
== Complete ChangeLog for SvxLink Server version 1.3.0 ==
Improved support for linking logics together. It is now possible to have multiple links active at the same time for a logic. A link can be set to be default active. This mean that the link will be activated as soon as the application starts and also that the link can be automatically reactivated, after a timeout, if manually deactivated.
Improved the logic shutdown feature. Upon shutdown, any active module is deactivated immediately and module activation is not allowed until the logic is activated again. This for example means that if the logic is shut down and an EchoLink connection comes in, that connection will be rejected. Also, no other DTMF commands than the logic activation command is allowed when the logic is shut down. The command was also renamed to ONLINE_CMD since everything became more logical. Calling it SHUTDOWN_CMD was a bit confusing. Should subcommand 1 mean that the logic is shut down or brought back online? Naming the command ONLINE_CMD make everything clear: 1=online, 0=offline.
Improved QSO recorder. There now is only one configuration variable, QSO_RECORDER, in a logic configuration section. This configuration variable is used to set the DTMF command and to point out a configuration section where the rest of the QSO recorder configuration is specified. The QSO recorder can now close a recording after a configurable recording time and start a new one. The maximum time is specified using the MAX_TIME config variable. The SOFT_TIME config variable is used to specify an interval where the file will be closed on the first detected squelch close. This will give more natural cuts between recordings. It is now also possible to specify a maximum total size for all files in the recording directory. This is done using the MAX_DIRSIZE config variable. When the limit have been reached, the oldest file(s) will be deleted. The DEFAULT_ACTIVE config variable is used to set the default activation state of the QSO recorder. If set to 1, the recorder will be activated upon SvxLink startup. If the TIMEOUT variable is set, the activation state will return to the one set in DEFAULT_ACTIVE if manually activated/deactivated. If less than MIN_TIME milliseconds of audio has been recorded when a file is closed, the file will be deleted. If the node is idle for more than QSO_TIMEOUT seconds, the file will be closed. The ENCODER_CMD variable makes it possible to run an external audio encoder to compress the recordings.
Added support for Squelch on GPIO. Use SQL_DET=GPIO and GPIO_SQL_PIN=gpio3 in your config for GPIO support. Patch contributed by DG9OAA / Jonny.
GPIO pins are now specified with the full name (e.g. gpio3) instead of with just the pin number. This enables the use of any pin naming scheme.
Improved pre- and de-emphasis filters. They were not good at all in the previous relese. Now the filters should behave as expected. Also, the filters have been designed to be each others complement so that they will exactly cancel each other out.
Now possible to specify DTMF_DEC_TYPE=NONE (or just comment it out) if no DTMF decoder is required for a certain receiver. Also made it possible to specify NONE for SEL5_DEC_TYPE to make them behave in the same way.
Bugfix for the REPORT_CTCSS config variable. Depending on the locale settings (e.g. the LC_NUMERIC environment variable) the wrong CTCSS frequency could be announced.
Bugfix: Setting DTMF_MUTING=0 did not remove the audio delay, which it should do.
Sound clips are now included for module MetarInfo.
More: SvxLink - Browse /svxlink/13.12 at SourceForge.net
-
19.12.2013, 00:51 #145
- Регистрация
- 16.02.2011
- Сообщений
- 23
- Поблагодарили
- 23
- Поблагодарил
- 2
Начал делать звуковые файлы для Svxlink на русском языке с частотой 16кгц буду выкладывать по частям здесь. Времени не хватает...
-
26.12.2013, 03:10 #146
- Регистрация
- 21.08.2011
- Сообщений
- 36
- Поблагодарили
- 13
- Поблагодарил
- 10
Чтобы поменьше "кушало" cpu, оптимизируйте компиляцию:
InstallSrcHwRpi – SvxLink
Compileroptionen für ARM, Geode (und andere Prozessoren) | SvxLink.de
-
22.01.2014, 16:40 #147
- Регистрация
- 09.09.2010
- Возраст
- 54
- Сообщений
- 52
- Поблагодарили
- 3
- Поблагодарил
- 10
-
27.01.2014, 19:54 #148
- Регистрация
- 19.11.2013
- Возраст
- 39
- Сообщений
- 1
- Поблагодарили
- 0
- Поблагодарил
- 0
Кто нибудь запускал на Cubieboard?
-
25.05.2014, 09:26 #149
- Регистрация
- 25.05.2014
- Адрес
- Доброполье
- Возраст
- 35
- Сообщений
- 1
- Поблагодарили
- 1
- Поблагодарил
- 0
Выкладываю свои звуковые файли, озвученные голосовым движком IVONA Tatyana.
Пока только 3 модуля - помощь, попугай и эхолинк.
-
15.12.2014, 09:30 #150
- Регистрация
- 25.01.2014
- Адрес
- Нижний Новгород
- Сообщений
- 11
- Поблагодарили
- 1
- Поблагодарил
- 5
Коллеги, не подскажете, как избавиться от идентификации/двойного бипа в конце каждой передачи?
Социальные закладки