All Projects → sm0svx → Svxlink

sm0svx / Svxlink

Licence: other
Advanced repeater system software with EchoLink support for Linux including a GUI, Qtel - the Qt EchoLink client

Projects that are alternatives of or similar to Svxlink

Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+1282.37%)
Mutual labels:  communication, voip
Restcomm Connect
The Open Source Cloud Communications Platform
Stars: ✭ 232 (-16.55%)
Mutual labels:  communication, voip
tvoip
Terminal-based P2P VoIP application (TeamSpeak-/Skype-like voice chatting over LAN or Internet)
Stars: ✭ 34 (-87.77%)
Mutual labels:  communication, voip
wolfpacs
WolfPACS is an DICOM load balancer written in Erlang.
Stars: ✭ 1 (-99.64%)
Mutual labels:  communication
Zentanetwork
Zentanetwork is a forkless Proof of Stake consensus for communication and data storage.
Stars: ✭ 15 (-94.6%)
Mutual labels:  communication
kamailioexamples
configurations for voip solution architectures and usecases involving SIP servers
Stars: ✭ 59 (-78.78%)
Mutual labels:  voip
Venom
a modern Tox client for the GNU/Linux desktop
Stars: ✭ 276 (-0.72%)
Mutual labels:  communication
AmiClient
Modern .NET Standard client for accessing the Asterisk AMI protocol using async/await and Reactive Extensions (Rx)
Stars: ✭ 30 (-89.21%)
Mutual labels:  voip
Bluebox Ng
Pentesting framework using Node.js powers, focused in VoIP.
Stars: ✭ 255 (-8.27%)
Mutual labels:  voip
ciscoaxl
Python SDK for Cisco CUCM AXL API
Stars: ✭ 51 (-81.65%)
Mutual labels:  voip
sip3-salto-ce
SIP3 Salto (Community Edition)
Stars: ✭ 71 (-74.46%)
Mutual labels:  voip
qSIP
VoIP/SIP client (softphone)
Stars: ✭ 20 (-92.81%)
Mutual labels:  voip
Sharer
Arduino & .NET serial communication library to read/write variables and remote call functions using the Sharer protocol. Works on Windows, Linux and MacOS.
Stars: ✭ 21 (-92.45%)
Mutual labels:  communication
WireBug
WireBug is a toolset for Voice-over-IP penetration testing
Stars: ✭ 142 (-48.92%)
Mutual labels:  voip
Starrtc Android Demo
🚀starRTC,即时通讯(IM)系统,免费IM系统(含单聊,群聊,聊天室,文件传输),免费一对一视频聊天,VOIP,语音对讲(回音消除),直播连麦,视频直播,RTSP拉流,RTMP推流,webRTC服务端,在线教育,白板,小班课,在线会议,视频会议,视频监控,局域网直连(无需服务器),兼容webRTC, 支持webRTC加速,P2P高清传输,安卓、iOS、web互通,支持门禁对讲,可视对讲,电视盒子,树莓派,海思,全志,任天堂switch,云游戏,OTT设备,物联网平台,C语言自研方案,支持二次开发成类微信,类映客等APP,✨万水千山总是情,来个star行不行✨,更多示例请访问:
Stars: ✭ 3,038 (+992.81%)
Mutual labels:  voip
TeamCord
Cross voice communication between Teamspeak and Discord
Stars: ✭ 35 (-87.41%)
Mutual labels:  communication
linphone-xamarin
Linphone.org mirror for linphone-xamarin (git://git.linphone.org/linphone-xamarin.git)
Stars: ✭ 23 (-91.73%)
Mutual labels:  voip
sip3-twig-ce
SIP3 Twig (Community Edition)
Stars: ✭ 56 (-79.86%)
Mutual labels:  voip
Zentalk-Web-Vue
Zentalk-Web Encrypted Chat
Stars: ✭ 16 (-94.24%)
Mutual labels:  communication
sdp
A Go implementation of the SDP
Stars: ✭ 89 (-67.99%)
Mutual labels:  voip

SvxLink

image:https://travis-ci.org/sm0svx/svxlink.svg?branch=master["Build Status", link="https://travis-ci.org/sm0svx/svxlink"] image:https://badges.gitter.im/Join%20Chat.svg[link="https://gitter.im/sm0svx/svxlink?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]

SvxLink is a project that develops software targeting the ham radio community. It started out as an EchoLink application for Linux back in 2003 but has now evolved to be something much more advanced.

== SvxLink Server == The SvxLink Server is a general purpose voice services system, which when connected to a transceiver, can act as both an advanced repeater system and can also operate on a simplex channel. One could call it a radio operating system.

SvxLink is very extensible and modular. Voice services are implemented as modules which are isolated from each other. Modules can be implemented in either C++ or TCL. Examples of modules are:

  • Help -- A help system
  • Parrot -- Play back everything that is received
  • EchoLink -- Connect to other EchoLink stations
  • DtmfRepeater -- Repeater received DTMF digits
  • TclVoiceMail -- Send voice mail to other local users
  • PropagationMonitor -- Announce propagation warnings from dxmaps.com
  • SelCall -- Send selective calling sequences by entering DTMF codes
  • MetarInformation -- Play airport weather information
  • Frn -- Connect to Free Radio Network (FRN) servers

== Qtel == Qtel, the Qt EchoLink client, is a graphical application used to access the EchoLink network.

== Resources == These are some of the resources connected to SvxLink:

:gh_pages: http://svxlink.org/ :gh_wiki: https://github.com/sm0svx/svxlink/wiki :gh_issues: https://github.com/sm0svx/svxlink/issues :gh_releases: https://github.com/sm0svx/svxlink/releases :gh_sndclips: https://github.com/sm0svx/svxlink-sounds-en_US-heather/releases :sf_lists: http://sourceforge.net/p/svxlink/mailman :gh_main: https://github.com/sm0svx/svxlink :sf_summary: https://sourceforge.net/projects/svxlink

  • {gh_pages}[Project Home Page] -- The main project page
  • {gh_wiki}[Wiki Pages] -- Main documentation
  • {gh_issues}[Issue Tracker] -- Report bugs and feature requests
  • {gh_releases}[Download Releases] -- Download source code releases here
  • {gh_sndclips}[Download Sound Clips] -- Download English sound clip files for SvxLink Server from here
  • {sf_lists}[Mailing Lists] -- Communicate with other SvxLink users
  • {gh_main}[GitHub Main Page] -- The project site on GitHub
  • {sf_summary}[The SvxLink SourcForge Site] -- Old project site
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].