Showing 120 open source projects for "users"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Network Caller ID
    The NCID (Network Caller ID) project is Caller ID (CID) distributed over a network. The project contains the NCID package and 4 optional client packages. Each package is described at the NCID web site. A non-inclusive list of 3rd party addons is also available at the web site Available Packages: NCID - contains the server, gateways, and a client with output modules LCDncid - a client that uses LCDproc to display Caller ID on a LCD display NCIDandroid - a client and gateway for...
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    anyremote

    anyremote

    Remote control software for applications using wi-fi or bluetooth

    Remote control software for applications using wi-fi or bluetooth.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 3
    Siproxd is a proxy/masquerading daemon for the SIP protocol. It allows SIP clients (softphones & hardphones) to work behind an IP masquerading firewall or router.
    Leader badge
    Downloads: 57 This Week
    Last Update:
    See Project
  • 4
    BlackBelt Privacy- Tor i2p WASTE VidVoIP

    BlackBelt Privacy- Tor i2p WASTE VidVoIP

    Browse on Tor / i2p - Anon p2p Chat / FileTx, Conf / Video VoIP

    .... *** PLEASE NOTE: There are now 2 seperate versions here. *** One is Pre Firefox 57. The other is Post Firefox 57. *** For those providing mirrors, please enable your users to realize this. Vidalia Based, Tor as a Service Solution. MicroSip: enables FREE PC to PC video calling with no account sign-up and no middleman server. WASTE: enables FREE Conference VoIP, chat, file transfer and support. *** AI Powered *** Tor/i2p: enables safer browsing. Tor/i2p Profile: Browse over Tor/i2p on Firefox (Vanilla, ESR), Waterfox (Classic, New), Palemoon , LibreWolf and legacy CyberFox. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Gammu

    Gammu

    Cellular manager for mobile phones/modems

    Gammu is a cellular manager for mobile phones/modems. It contains libraries and functions for ringtones,logos,phonebook,SMS,etc. (used by external software), a command line version (with backup/restore) and SMS gateway (with MySQL and PostgreSQL supp
    Downloads: 18 This Week
    Last Update:
    See Project
  • 6
    Modem Manager GUI

    Modem Manager GUI

    Frontend for ModemManager 0.6/0.7, Wader and oFono

    Modem Manager GUI is a simple GTK based graphical interface compatible with Modem manager, Wader and oFono system services able to control EDGE/3G/4G broadband modem specific functions. You can check balance of your SIM card, send or receive SMS messages, control mobile traffic consuption and more using Modem Manager GUI.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Downloads: 206 This Week
    Last Update:
    See Project
  • 8
    Telemarketing (Junk) Call Blocker

    Telemarketing (Junk) Call Blocker

    Blocks unwanted calls using caller ID and a modem

    Program to block junk calls. Connects to a modem and listens for a caller ID. It then reads strings from a blacklist file and scans them against the caller ID. On a match, it sends commands to the modem that terminate the call. RECENT ACTIVITY: (11/2014):Added Raspberry Pi support for two USB modem brands. (01/2015): Added Raspberry Pi support for USR5686G modem. (06/2015): Added full-function program for ATian voice/FAX modem. (01/2016): Added jcEdit.py file edit program. (05/2016):...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Avasinta

    Avasinta

    آستریسک با پشتیبانی از زبان فارسی

    آواسینتا ویرایشی اختصاصی شده از نرم افزار ویپ آستریسک می باشد که از زبان فارسی نیز پشتیبانی می نماید. این برنامه رایگان بوده و روی سیستم عامل اوبونتو ارائه می شود. برای دریافت اطلاعات بیشتر د ر مورد سیستم تلفن آواسینتا می توانید به صفحه اصلی آواسینتا در شبکه پلاس مراجعه نمایید https://samiyacode.ir/avasinta/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    NarrowBand DataTrans

    NarrowBand DataTrans

    Data transmission through low-tech communication media

    Set of executable files for sending and receiving data / short multimedia files through a narrow bandwidth transmission media. The signal output to the transmitter is the sound card analog output socket while the received signal taken from the receiver is fed to a sound card analog input line. Targeted audience: * Short wave / long wave (narrow bandwidth) Amateur Radio enthusiasts * Experimenters of vintage transmission systems * People living in areas with absolutely no Internet and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Gigaset 3070 isdn is the ancestor of a family of ISDN DECT base stations allowing the connection of a PC via USB or DECT. This project is building the Linux support (drivers and frontend utilities) which Siemens neglected to provide.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    atinout

    atinout

    AT commands as input are sent to modem and responses given as output.

    This program will read a file (or stdin) containing a list of AT commands. Each command will be send to the modem, and all the response for the command will be output to file (or stdout). Example, to hang up any ongoing call: $ echo ATH | atinout - /dev/ttyACM0 - ATH OK $
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13

    oSKY

    Framework implementing SS7 over IP & SIGTRAN interworking and trunking

    oSKY (OpenSKY) is a full communication framework to implement PSoTN (Public Social Telephony Network). In contrast with PSTN (Public Switched Telephony Network), oSKY intends to implement an open paradigm in the internet domain, gaining more than 100 years of experience from traditional telephone network. oSKY goals: -enhanced security (SSL, SCTP) -embedded NAT tunneling -Global title discovering on Internet style -Peer2Peer mode and Gateway mode -more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    mod_MumbleLink

    mod_MumbleLink

    Positional Audio Communication for Minecraft with Mumble

    A Mod so that Minecraft now natively supports Mumble's positional audio feature. This means: Directional and positionally attenuated VOIP in relation to the game world. Please visit the Forum for information about the newest Version! Main Forum-Thread: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1272675 TheSkorm's Fork on GitHub: https://github.com/TheSkorm/mod_mumblelink Mumble: http://mumble.sourceforge.net Donations are greatly appreciated:...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    baresip

    Baresip is a modular SIP User-Agent with audio and video support

    Baresip is a portable and modular SIP User-Agent with audio and video support. the latest source code can be found here: https://github.com/alfredh/baresip
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    skiputler makes your Topcom "Butler 4012 USB VoIP" phone work on Linux and Mac OS X. It's a userspace driver which connects the phone to Skype.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    One of the first secure telephony programs. Not limited to VOIP but can also directly encrypt a telephone line by using modems. Calls are encrypted using Diffie-Hellmann key exchange and several symmetric ciphers. Download is possible from Germany only, see homepage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Teamspeak 3 Love Plugin

    Teamspeak 3 Love Plugin

    A plugin for Teamspeak3. This plugin allows you to autofollow a user.

    A plugin for Teamspeak3. This plugin allows you to follow a user while he switches through channels. For the love menu just right click any name in the server view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tui is a user interface for mobile phones with keypads. It runs on text console or under nano-X, and communicates with modem part with AT commands. It runs well on Siemens SX1 running linux, and allows you to call from it and answer calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SIM Card Manager

    SIM Card Manager

    Windows tool to read SIM card information and content

    SIMCardManager is Windows tool that can read a SIM card information (ICCID, IMSI, Pin states) and SIM card content : phone book (ADN), Fixed dialing (FDN) and SMS messages. It also enables you to authenticate with PIN when activated and export SIM card content to text files. You need to have a PC/SC compatible smart card reader or dongle with SIM slot. You can find other useful tools on my website http://www.idrix.fr
    Leader badge
    Downloads: 89 This Week
    Last Update:
    See Project
  • 21
    PartiSIPation is a sip user agent which has an easy replaceable gui. So it can be used as a softphone as well as it can be integrated in any kind of application, e.g. online games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The ATSlog software provides a handy web-oriented interface for collecting, viewing and analysing calls for various types of PBX (Private Branch eXchange) models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DAHDI for HFC-S PCI A with OSLEC

    DAHDI for HFC-S PCI A with OSLEC

    (Latest DAHDI + HFC-S PCI A support + latest OSLEC) in one git.

    ...DAHDI driven hardware can be used by Asterisk, FreeSWITCH, Yate and other telephony software. The HFC-S PCI A based cards are very cheap and thus ideal for private BRI users. The OSLEC is being developed since a long time ago and said to be very good. The superiority of "hardware echo cancellers" is a myth. This makes the fact that HFC-S does not have a hardware echo canceller an advantage if you decide to better use free software and maybe even improve the echo canceller. The dahdi-hfcs is the latest Digium DAHDI kernel module svn trunk plus adopted and properly renamed zaphfc driver plus latest OSLEC echo canceller svn trunk, all ready to compile out-of-the-box. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CyanogenMod 7 for Samsung Galaxy S Series Phones Sources: http://github.com/CyanogenMod
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    This project is aim to develop module named app_avi.so for asterisk to add the ability of play avi file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next