All Projects → markjulmar → smpp.net

markjulmar / smpp.net

Licence: MIT License
Short Message Peer-to-Peer (SMPP) .NET library

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to smpp.net

smscenter
Класс для работы с сервисом smsc.ru (SMS-Центр)
Stars: ✭ 42 (+44.83%)
Mutual labels:  sms, smsc
jasmin-web-panel
📨 Jasmin Web Panel for Jasmin SMS Gateway
Stars: ✭ 33 (+13.79%)
Mutual labels:  sms, smpp
ucp
UCP protocol in Go
Stars: ✭ 40 (+37.93%)
Mutual labels:  sms, smsc
smsc
Flexible and scalable GSM Short Message Center (SMSC)
Stars: ✭ 23 (-20.69%)
Mutual labels:  smpp, smsc
ohd
Garage Door Monitor (OverHeadDoor) - Python3, Raspbian
Stars: ✭ 126 (+334.48%)
Mutual labels:  sms
ogham
Sending email, sms or whatever is a piece of cake
Stars: ✭ 19 (-34.48%)
Mutual labels:  sms
kavenegar-node
Kavenegar API Client Writen In Node
Stars: ✭ 34 (+17.24%)
Mutual labels:  sms
pygrappa
Python implementations of GRAPPA-like algorithms.
Stars: ✭ 43 (+48.28%)
Mutual labels:  sms
mobizon-node
Biblioteca NodeJS para trabalhar com os serviços Mobizon API
Stars: ✭ 17 (-41.38%)
Mutual labels:  sms
sample-template-nodejs
A template repository serving as the base for new Twilio sample apps
Stars: ✭ 16 (-44.83%)
Mutual labels:  sms
actions-sms
Send an SMS through GitHub Actions
Stars: ✭ 108 (+272.41%)
Mutual labels:  sms
android-messages-desktop
Android Messages as a Cross-platform Desktop App
Stars: ✭ 144 (+396.55%)
Mutual labels:  sms
helios
A Java-based Sega Mega Drive/Genesis emulator. And other systems too.
Stars: ✭ 14 (-51.72%)
Mutual labels:  sms
46elks-getting-started
An introduction to the 46elks API with code examples
Stars: ✭ 45 (+55.17%)
Mutual labels:  sms
smppex
✉️ SMPP 3.4 protocol and framework implementation in Elixir
Stars: ✭ 86 (+196.55%)
Mutual labels:  smpp
laravelbdsms
Xenon\LaravelBDSms is a sms gateway package for sending text message to Bangladeshi mobile numbers using several gateways like sslcommerz, greenweb, dianahost, metronet,boomcast, bulksmsbd, banglalink from Laravel framework
Stars: ✭ 68 (+134.48%)
Mutual labels:  sms
totalvoice-php
Client em PHP para API da Totalvoice
Stars: ✭ 30 (+3.45%)
Mutual labels:  sms
security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+117.24%)
Mutual labels:  sms
LaravelSms
package for send sms with laravel (All gatways in Iran)
Stars: ✭ 14 (-51.72%)
Mutual labels:  sms
kavenegar-php
Kavenegar API Client Writen In PHP
Stars: ✭ 45 (+55.17%)
Mutual labels:  sms

SMPP.NET - Short Message Peer-to-Peer .NET library

SMPP is the protocol used to send and receive SMS messages over the telecom network. This library understands the SMPP protocol and can generate and receive messages when connected to the PSTN.

There are several projects:

  • Smpp.NET - This is the core library which manages the protocol over TCP/IP.
  • SmscGui - This is a short message service center (SMSC) sample. The SMSC is the portion of a wireless network that handles SMS operations, such as routing, forwarding and storing incoming text messages on their way to desired endpoints. This is a WinForms GUI.
  • EsmeGui - This is a External Short Messaging Entities (ESME) sample which can send and receive SMS messages. This is a WinForms GUI.
  • TestEsme - This is a sample (test) ESME written for the command line.
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].