Showing 89 open source projects for "sms sender receiver"

View related business solutions
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 1
    Simple SMS Messenger

    Simple SMS Messenger

    An easy and quick way of managing SMS and MMS messages without ads

    A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Sender & Receiver (Wireless Transfer)
    I have designed a wireless transfer software for home use called Sender & Receiver. This software is only compatible with Windows devices and can only be used within the local network (devices must be connected to the same WIFI). The software is very easy to set up and use, even for beginners. With this software, you can easily transfer files between your Windows devices without the need for installation. It is a convenient way to transfer files and share documents, photos, and other data...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Brighter

    Brighter

    A framework for building messaging apps with .NET and C#

    This project is a Command Processor & Dispatcher implementation with support for task queues that can be used as a lightweight library. It can be used for implementing Ports and Adapters and CQRS (PDF) architectural styles in .NET. It can also be used in microservices architectures for decoupled communication between the services. Brighter supports Task Queues. As such it can be used to improve performance by introducing concurrency using a queue, and/or as an integration strategy between...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Wasabi Wallet

    Wasabi Wallet

    Open-source, non-custodial, privacy focused Bitcoin wallet for Windows

    ... output belongs to which input, and neither can the participants themselves. This makes it difficult for outside parties to trace where a particular coin originated from and where it was sent to (as opposed to regular bitcoin transactions, where there is usually one sender and one receiver). Coinjoin can be applied multiple times, and as many transactions are grouped together, participants may save on transaction fees. Coinjoin is the preferred method of gaining privacy in the Bitcoin network.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Precoro helps companies spend smarter Icon
    Precoro helps companies spend smarter

    Fully Automated Process in One Tool: From Purchase Orders to Budget Control and Reporting.

    For minor company expenses, you might utilize a spend management solution or track everything in spreadsheets. For everything more, you'll need Precoro. We help companies achieve procurement excellence and budget efficiency by building transparent, predictable, automated spending workflows.
  • 5
    Zcash

    Zcash

    A privacy-protecting, digital currency built on strong science

    Zcash is the future of money-- digital, decentralized and private. It is an implementation of the "Zerocash" protocol; a digital currency based on Bitcoin's code, but with a higher standard of privacy. Like Bitcoin, Zcash transaction data is posted to a public blockchain. However unlike Bitcoin, your personal and transaction data stay completely private. Thanks to a sophisticated zero-knowledge proving scheme, transactions can be verified without showing any information at all about the sender...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    nichenetr

    nichenetr

    NicheNet: predict active ligand-target links between interacting cells

    ... ligand-target links can then be used to infer active ligand-target links between interacting cells. NicheNet prioritizes ligands according to their activity (i.e., how well they predict observed changes in gene expression in the receiver cell) and looks for affected targets with high potential to be regulated by these prioritized ligands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    fx_cast

    fx_cast

    Chromecast Web Sender SDK implementation for Firefox

    A Firefox extension that implements the Chromecast API and exposes it to web apps to enable cast support. Communication with receiver devices is handled by a companion application (bridge). Install the Firefox extension (from within Firefox) and bridge application via the installer packages. These are two separate downloads that can be found on the website or in the GitHub releases section. The bridge application is currently supported on Windows, macOS and Linux. Clicking on the toolbar button...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Blaze

    Blaze

    File sharing progressive web app built using WebTorrent and WebSocket

    ... devices. Files shared via WebTorrent are peer-to-peer(as they use WebRTC internally) which means there is a direct transfer between the sender and receiver without any intermediate server. Do note that tracker servers in WebTorrent are used which carry metadata and facilitate the file transfer but do not get the complete file in any form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Easy Mailer: Bulk Email/SMS Sender

    Easy Mailer: Bulk Email/SMS Sender

    EasyMailer: Bulk Email/SMS Sender Using SMTP

    EasyMailer is a powerful and user-friendly software designed to streamline the process of sending bulk emails or SMS messages effortlessly via SMTP (Simple Mail Transfer Protocol). With its intuitive interface and robust features, EasyMailer simplifies communication campaigns for businesses, organizations, and individuals alike. System Requirements: Operating System: Windows RAM: Minimum 512MB ROM: Minimum 256MB
    Downloads: 8 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 10
    GameNetworkingSockets

    GameNetworkingSockets

    Reliable & unreliable messages over UDP

    GameNetworkingSockets is a basic transport layer for games. A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number). By remembering which segments were...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    simple_serial_protocol

    Simple protocol for serial data transfer

    Simple protocol for sending minimal length serial messages for devices using RS-232 directly or over USB. Messages are minimized by sending data as raw binary with only symbols 0xFF and 0xFE defined as special. 0xFF is the message start symbol and 0xFE is the escape symbol. Data values 0x00 to 0xFD are sent verbatim. Data value 0xFF is sent as byte pair 0xFE, 0xFD and 0xFE is sent as byte pair 0xFE, 0xFE. Data messages are minimized by maximizing the common knowledge of the sender and receiver...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Secure Protocol Format

    Generic binary protocol library that prevents injection attacks

    Injection attacks can occur when transmitted data is not interpreted the same way by both the sender and the receiver. Guaranteeing equivalence in data interpretation by both the sender and the receiver is called operational congruity. There is a simple technique for achieving guaranteeing operational congruity: separating fields of data on the basis of their length. When the length of the data is known in advance, there is no risk of misinterpreting it on the basis of spaces or other text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dakota VOEvent Tools
    A set of cross-platform tools for connecting via TCP/IP to the VOEvent transient astronomy alert network. Tools include a receiver/broker, a sender/publishing tool, and a VOEvent message checker. Runs on Linux, Mac OS X and Microsoft Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    King Phisher

    King Phisher

    Phishing Campaign Toolkit

    King Phisher is an open source tool that can simulate real world phishing attacks. It has an easy-to-use, flexible architecture that allows for full control over both emails and server content. It is useful for running awareness campaigns and training, and can only be used for legal applications when the explicit permission of the targeted organization has been obtained.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 15
    python send sms free script
    ... and user ID (message and phone number), Open terminal (Apple mac) or cmd.exe (Command Prompt) for windows. Run script Python sendsms2.py or Python3 sendsms3.py Done! https://www.virtnumber.com/ https://www.youtube.com/watch?v=h43VIM11ZzM Python Bulk SMS script: https://sourceforge.net/projects/python-bulk-sms-api/ https://github.com/aarnhub/python-sms-sender
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16

    SMSADA

    SMS Tools written in Ada

    SMS Ada should provide tools to play with USB UTMS Modem to send and receive SMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AK SMS Sender

    AK SMS Sender

    GSM Modem based sms sending tool

    GSM modem based bulk sms sending tool. Mobile number and message can be imported from Microsoft Excel Worksheet (xlsx) and Text (txt) files to send sms using any GSM modem or phone connected with pc through usb or serial interface.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18

    IRtoUDP

    IR Wollmilchsau

    IR (infrared) Receiver/Sender/Proxy to UPD and back to be uses as IR Extension for loxone home automation system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bulk SMS Sender
    Simple bulk SMS php script with SMS API. Bulk SMS sender. SMS gateway for SMS sending from internet to mobile phones. Bulk SMS text messaging. How to send BULK SMS from internet worldwide? Bulk SMS gateway provider with API connection. Send Bulk SMS from internet and PC desctop. Bulk sms sender PHP script. https://www.proovl.com https://www.youtube.com/channel/UCYuMRNb_SRZ4FMsZjnHRZUA https://www.youtube.com/watch?v=V_ghKTcA39c You just have to type your Phone, Token and User ID from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ( pro ping )pinger network alert monitor

    ( pro ping )pinger network alert monitor

    Pinger alert, STATICTICAL TABLES, send EMAILs or SMS by SMS GATEWAY

    Thank you for your DONATIONS for Pinger alert, STATICTICAL TABLES, send EMAILs or SMS by SMS GATEWAY. Look on the tab files, select and download the version of the operating system that you need of this slight textual code that requires no system update. Network monitoring analyzer, network scanner with ping, traceroute and beeper alert and warning mail sender. Capable of scanning IP INFINIT, automatic detection of the source of network interruptions without GUI interface configurations. More...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Covert Channels Evaluation Framework

    Covert Channels Evaluation Framework

    Network steganography / covert channels evaluation tool

    ... be used in real networks with real overt traffic (e.g in research testbeds), but can also simulate covert channels using overt traffic from trace files (e.g. evaluation on a single host). CCHEF is designed for evaluating covert channels and not for (mis)using them for actual covert communication. CCHEF's sender or receiver are normal user space applications that are not disguised in any way and do not contain any malware-like code, e.g. they do not illegally acquire superuser privileges etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    ms-crypto

    Evaluation version of crypto for Windows

    Evaluation version of crypto for Windows. Contains sender and receiver
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    FileCryptoBot

    Private anonymous file encryption based on manual RSA handshake

    FileCryptoBot is designed for secure exchange of confidendtial files accross the internet (email etc). Two users (sender and receiver) can securely exchange any file using AES encryption. FileCryptoBot encrypt any file with random AES key, which is encrypted by public RSA key. HOW TO USE IT: Receiver must use the FileCryptoBot to generate RSA key pair (Private Key and Public Key). Receiver will send the Public Key to Sender. Sender will encrypt the confidential file using the Public Key...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Send OTP SMS PHP

    Send OTP SMS PHP

    Send OTP SMS to your Registered Members

    ... Provider in India.We are offering our white label Bulk SMS Reseller Program across India. You can Send SMS from our SMS Web Panel, SMS Gateway Center Excel SMS, Toll-Free SMS modules. We also provide Short Code SMS and Long Code SMS services to all our bulk SMS clients with Two Way SMS options. To register please visit, https://www.smsgatewaycenter.com/registration.php Things to Edit: You need to edit and add your login and sender name credentials which is approved from SMSGatewayCenter.com $sm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Easy SMS - SMS Sender

    Easy SMS - SMS Sender

    Auto Send SMS to your customers & employees

    Easy #SMS It’s a software solution designed to #sendSMS automatically to your customers and employees. Define SMS temples and system will send SMS when: - New Customer is added - New booking is added or cancelled - Booking reminders - Occasions SMS - Birthday reminders Manage your employee information like Ids, Passports and visas expiry date, system will send your employees SMS when: - Adding new employee - Reminders to renew their passports, visas and Ids - New booking...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next