Questions tagged [smslib]

SMSLib is a programmer's library for sending and receiving SMS messages via a GSM modem or mobile phone. SMSLib also supports a few bulk SMS operators.

SMSLib is a .net 3.5 (and above) library for sending and receiving messages via a modem or mobile phone. SMSLib also supports a few bulk SMS operators.

97 questions
0
votes
1 answer

Sending & Receiving SMS in Netbeans SMSLIB

I am working on a project in which im sending sms and receiving them in computer through SMSLIB where a mobile is connected to my computer via Bluetooth. I have to get the mobile number of that mobile which is connected to my computer but i am…
0
votes
1 answer

how to use the queue-messaging family of methods in smslib?

I dont know how to implement the queue messaging in smslib, I receive a new sms and I store in a database table, I make some logic and then I produce a new sms, I already archieve this -synchronous way, but I dont know how to do it in asynchronous…
Rick Salad
  • 83
  • 1
  • 12
0
votes
1 answer

sms message stored in a DB, compare with database and return sms in java using smslib, how to implement?

I am programming a sms desktop app with java using smslib, my program needs to store sms in a database table, then compare the sms with another table, and finally return a new sms, how to implement this process, with threads?? timers? I need to keep…
bentham
  • 1,701
  • 3
  • 20
  • 32
0
votes
0 answers

SMS Payment system

Possible Duplicate: String split question using “*” I'm working on sms payment system using Java particularly netbeans. The application can send and receive messages using smsLib. My question is I want clients for example to text a message like…
-1
votes
1 answer

I can't find 'org.smslib.gateway.modem.Modem' is SMSLib jar

I want to follow this example of using SMSLib to send an SMS to my mobile using a modem but I cannot find org.smslib.gateway.modem.Modem in the SMSLib (Java - jar file) v3.5.4 that I downloaded. Where can I download SMSLib.jar that has all the…
CN1002
  • 1,115
  • 3
  • 20
  • 40
-1
votes
1 answer

Spoofing messages for a Legal Company

We have application that automatically sends message through a broadband stick then We want to buy a sim or any other way (LEGALLY) that make our Sender number will be a Company name 0999xxxxxx7 into CompanyName please give me…
-4
votes
1 answer

Creating SMS templates in android?

can anyone please help me in finding a way that how can I create SMS templates and save them via coding…I am unable to figure out a way for this situation as I am new to android. Your kind help is highly appreciated.
Tajamul Iqbal
  • 61
  • 1
  • 2
  • 7
1 2 3 4 5 6
7