repo stringclasses 1k
values | file_url stringlengths 96 373 | file_path stringlengths 11 294 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 6
values | commit_sha stringclasses 1k
values | retrieved_at stringdate 2026-01-04 14:45:56 2026-01-04 18:30:23 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/bulksms/SendMessage.java | src/java/examples/bulksms/SendMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
//
// B... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/modem/SendMessage.java | src/java/examples/modem/SendMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/modem/ReadMessages.java | src/java/examples/modem/ReadMessages.java | // ReadMessages.java - Sample application.
//
// This application shows you the basic procedure needed for reading
// SMS messages from your GSM modem, in synchronous mode.
//
// Operation description:
// The application setup the necessary objects and connects to the phone.
// As a first step, it reads all messages fo... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/modem/SendEncryptedMessage.java | src/java/examples/modem/SendEncryptedMessage.java | // SendEncryptedMessage.java - Sample application.
package examples.modem;
import javax.crypto.spec.SecretKeySpec;
import org.smslib.Library;
import org.smslib.OutboundEncryptedMessage;
import org.smslib.Service;
import org.smslib.crypto.AESKey;
import org.smslib.modem.SerialModemGateway;
public class SendEncryptedM... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/clickatell/SendMessage.java | src/java/examples/clickatell/SendMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
//
// B... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/kannel/SendMessage.java | src/java/examples/kannel/SendMessage.java | // SendMessage.java - Sample application.
//
// Gateway used: Kannel (http://www.kannel.org)
// Please look the KannelHTTPGateway documentation for details.
package examples.kannel;
import org.smslib.AGateway;
import org.smslib.IGatewayStatusNotification;
import org.smslib.Library;
import org.smslib.OutboundMessage;
... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/smpp/jsmpp/ReceiveMessage.java | src/java/examples/smpp/jsmpp/ReceiveMessage.java | // ReceiveMessage.java - Sample application.
//
// SMPP Gateway used: JSMPP (http://jsmpp.org/)
package examples.smpp.jsmpp;
import org.smslib.AGateway;
import org.smslib.IGatewayStatusNotification;
import org.smslib.IInboundMessageNotification;
import org.smslib.InboundMessage;
import org.smslib.Library;
import org.... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/smpp/jsmpp/SendMessage.java | src/java/examples/smpp/jsmpp/SendMessage.java | // SendMessage.java - Sample application.
//
// SMPP Gateway used: JSMPP (http://jsmpp.org/)
package examples.smpp.jsmpp;
import org.smslib.AGateway;
import org.smslib.IGatewayStatusNotification;
import org.smslib.IOutboundMessageNotification;
import org.smslib.Library;
import org.smslib.OutboundMessage;
import org.s... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/smpp/jsmpp/SendReceiveMessage.java | src/java/examples/smpp/jsmpp/SendReceiveMessage.java | // SendReceiveMessage.java - Sample application.
//
// SMPP Gateway used: JSMPP (http://jsmpp.org/)
package examples.smpp.jsmpp;
import org.smslib.AGateway;
import org.smslib.IGatewayStatusNotification;
import org.smslib.IInboundMessageNotification;
import org.smslib.IOutboundMessageNotification;
import org.smslib.In... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/ipmodem/ReadMessages.java | src/java/examples/ipmodem/ReadMessages.java | // ReadMessages.java - Sample application.
//
// This application shows you the basic procedure needed for reading
// SMS messages from your GSM modem, in synchronous mode.
//
// Operation description:
// The application setup the necessary objects and connects to the phone.
// As a first step, it reads all messages fo... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/eztexting/SendMessage.java | src/java/examples/eztexting/SendMessage.java | // SendMessage.java - Sample application.
//
// (c) 2011, Velvetech, LLC (http://www.velvetech.com)
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// n... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/examples/eztexting/SendEzTextingMessage.java | src/java/examples/eztexting/SendEzTextingMessage.java | // SendEzTextingMessage.java - Sample application.
//
// (c) 2011, Velvetech, LLC (http://www.velvetech.com)
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a call... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/MessageGeneratorTester.java | src/java/org/ajwcc/pduUtils/test/MessageGeneratorTester.java |
package org.ajwcc.pduUtils.test;
import java.lang.reflect.*;
import java.util.*;
import org.ajwcc.pduUtils.gsm3040.*;
import org.smslib.*;
import org.smslib.Message.*;
public class MessageGeneratorTester
{
public static void main(String[] args) throws Exception
{
String smscNo = "";
int testCount = 0;
int pa... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/ParserTester.java | src/java/org/ajwcc/pduUtils/test/ParserTester.java |
package org.ajwcc.pduUtils.test;
import org.ajwcc.pduUtils.gsm3040.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache Lic... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/ParserGeneratorTester.java | src/java/org/ajwcc/pduUtils/test/ParserGeneratorTester.java |
package org.ajwcc.pduUtils.test;
import org.ajwcc.pduUtils.gsm3040.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache Lic... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/MultipartGeneratorTester.java | src/java/org/ajwcc/pduUtils/test/MultipartGeneratorTester.java |
package org.ajwcc.pduUtils.test;
import org.ajwcc.pduUtils.gsm3040.*;
import org.ajwcc.pduUtils.gsm3040.ie.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distr... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/TestFileReader.java | src/java/org/ajwcc/pduUtils/test/TestFileReader.java |
package org.ajwcc.pduUtils.test;
import java.io.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2.0
//... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendBinaryMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendBinaryMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendWapSIMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendWapSIMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendPortedTextMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendPortedTextMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendPortedConcatBinaryMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendPortedConcatBinaryMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendWapSIConcatMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendWapSIConcatMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/ReadMessages.java | src/java/org/ajwcc/pduUtils/test/integration/ReadMessages.java | // ReadMessages.java - Sample application.
//
// This application shows you the basic procedure needed for reading
// SMS messages from your GSM modem, in synchronous mode.
//
// Operation description:
// The application setup the necessary objects and connects to the phone.
// As a first step, it reads all messages fo... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendTextConcatMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendTextConcatMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/ClickatellSendPortMessage.java | src/java/org/ajwcc/pduUtils/test/integration/ClickatellSendPortMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
//
// B... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendPortedBinaryMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendPortedBinaryMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/ClickatellSendMessage.java | src/java/org/ajwcc/pduUtils/test/integration/ClickatellSendMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
//
// B... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendPortedConcatTextMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendPortedConcatTextMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/AbstractTester.java | src/java/org/ajwcc/pduUtils/test/integration/AbstractTester.java |
package org.ajwcc.pduUtils.test.integration;
import org.smslib.*;
import org.smslib.Message.*;
import org.smslib.modem.*;
public abstract class AbstractTester
{
protected static final String MODEM_NUMBER = "xxxx";
protected static final String PHONE_NUMBER = "xxxx";
protected void initModem() throws Exception
... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendBinaryConcatMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendBinaryConcatMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/test/integration/SendTextMessage.java | src/java/org/ajwcc/pduUtils/test/integration/SendTextMessage.java | // SendMessage.java - Sample application.
//
// This application shows you the basic procedure for sending messages.
// You will find how to send synchronous and asynchronous messages.
//
// For asynchronous dispatch, the example application sets a callback
// notification, to see what's happened with messages.
packag... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/wappush/WapPushUtils.java | src/java/org/ajwcc/pduUtils/wappush/WapPushUtils.java |
package org.ajwcc.pduUtils.wappush;
import java.util.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/wappush/WapSiUserDataGenerator.java | src/java/org/ajwcc/pduUtils/wappush/WapSiUserDataGenerator.java |
package org.ajwcc.pduUtils.wappush;
import java.io.*;
import java.text.*;
import java.util.*;
import org.ajwcc.pduUtils.gsm3040.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/wappush/WapSiPdu.java | src/java/org/ajwcc/pduUtils/wappush/WapSiPdu.java |
package org.ajwcc.pduUtils.wappush;
import java.util.*;
import org.ajwcc.pduUtils.gsm3040.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the ... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/PduUtils.java | src/java/org/ajwcc/pduUtils/gsm3040/PduUtils.java |
package org.ajwcc.pduUtils.gsm3040;
import java.io.*;
import java.lang.reflect.*;
import java.util.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed u... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/PduGenerator.java | src/java/org/ajwcc/pduUtils/gsm3040/PduGenerator.java |
package org.ajwcc.pduUtils.gsm3040;
import java.io.*;
import java.util.*;
import org.ajwcc.pduUtils.gsm3040.ie.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is d... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/SmsStatusReportPdu.java | src/java/org/ajwcc/pduUtils/gsm3040/SmsStatusReportPdu.java |
package org.ajwcc.pduUtils.gsm3040;
import java.util.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/Pdu.java | src/java/org/ajwcc/pduUtils/gsm3040/Pdu.java |
package org.ajwcc.pduUtils.gsm3040;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.Iterator;
import org.ajwcc.pduUtils.gsm3040.ie.ConcatInformationElement;
import org.ajwcc.pduUtils.gsm3040.ie.InformationElement;
import org.ajwcc.pd... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/PduFactory.java | src/java/org/ajwcc/pduUtils/gsm3040/PduFactory.java |
package org.ajwcc.pduUtils.gsm3040;
import org.ajwcc.pduUtils.wappush.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache ... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/PduParser.java | src/java/org/ajwcc/pduUtils/gsm3040/PduParser.java |
package org.ajwcc.pduUtils.gsm3040;
import java.util.*;
import org.ajwcc.pduUtils.gsm3040.ie.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/SmsSubmitPdu.java | src/java/org/ajwcc/pduUtils/gsm3040/SmsSubmitPdu.java |
package org.ajwcc.pduUtils.gsm3040;
import java.util.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/SmsDeliveryPdu.java | src/java/org/ajwcc/pduUtils/gsm3040/SmsDeliveryPdu.java |
package org.ajwcc.pduUtils.gsm3040;
import java.util.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/ie/ConcatInformationElement.java | src/java/org/ajwcc/pduUtils/gsm3040/ie/ConcatInformationElement.java |
package org.ajwcc.pduUtils.gsm3040.ie;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2.0
//
//Licensed u... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/ie/PortInformationElement.java | src/java/org/ajwcc/pduUtils/gsm3040/ie/PortInformationElement.java |
package org.ajwcc.pduUtils.gsm3040.ie;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2.0
//
//Licensed u... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/ie/InformationElementFactory.java | src/java/org/ajwcc/pduUtils/gsm3040/ie/InformationElementFactory.java |
package org.ajwcc.pduUtils.gsm3040.ie;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apache License version 2.0
//
//Licensed u... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/ajwcc/pduUtils/gsm3040/ie/InformationElement.java | src/java/org/ajwcc/pduUtils/gsm3040/ie/InformationElement.java |
package org.ajwcc.pduUtils.gsm3040.ie;
import org.ajwcc.pduUtils.gsm3040.*;
//PduUtils Library - A Java library for generating GSM 3040 Protocol Data Units (PDUs)
//
//Copyright (C) 2008, Ateneo Java Wireless Competency Center/Blueblade Technologies, Philippines.
//PduUtils is distributed under the terms of the Apac... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDSession.java | src/java/org/smslib/USSDSession.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/OutboundWapSIMessage.java | src/java/org/smslib/OutboundWapSIMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/OutboundBinaryMessage.java | src/java/org/smslib/OutboundBinaryMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/OutboundMessage.java | src/java/org/smslib/OutboundMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Service.java | src/java/org/smslib/Service.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | true |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/GatewayException.java | src/java/org/smslib/GatewayException.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IGatewayStatusNotification.java | src/java/org/smslib/IGatewayStatusNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/EzTextingOutboundMessage.java | src/java/org/smslib/EzTextingOutboundMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// (c) 2011, Velvetech, LLC (http://www.velvetech.com)
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under the Apach... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Settings.java | src/java/org/smslib/Settings.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IOutboundMessageNotification.java | src/java/org/smslib/IOutboundMessageNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IUSSDNotification.java | src/java/org/smslib/IUSSDNotification.java | //SMSLib for Java v3
//A Java API library for sending and receiving SMS via a GSM modem
//or other supported gateways.
//Web Site: http://www.smslib.org
//
//Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
//SMSLib is distributed under the terms of the Apache License version 2.0
//
//Licensed under the Apac... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/InboundBinaryMessage.java | src/java/org/smslib/InboundBinaryMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDDatagram.java | src/java/org/smslib/USSDDatagram.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/InboundEncryptedMessage.java | src/java/org/smslib/InboundEncryptedMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDResponse.java | src/java/org/smslib/USSDResponse.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IOrphanedMessageNotification.java | src/java/org/smslib/IOrphanedMessageNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/TimeoutException.java | src/java/org/smslib/TimeoutException.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/UnknownMessage.java | src/java/org/smslib/UnknownMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/InvalidMessageException.java | src/java/org/smslib/InvalidMessageException.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Message.java | src/java/org/smslib/Message.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/OutboundEncryptedMessage.java | src/java/org/smslib/OutboundEncryptedMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/ICallNotification.java | src/java/org/smslib/ICallNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IInboundMessageNotification.java | src/java/org/smslib/IInboundMessageNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Group.java | src/java/org/smslib/Group.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/InboundMessage.java | src/java/org/smslib/InboundMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Phonebook.java | src/java/org/smslib/Phonebook.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDSessionStatus.java | src/java/org/smslib/USSDSessionStatus.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/SMSLibException.java | src/java/org/smslib/SMSLibException.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDDcs.java | src/java/org/smslib/USSDDcs.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDResultPresentation.java | src/java/org/smslib/USSDResultPresentation.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/IQueueSendingNotification.java | src/java/org/smslib/IQueueSendingNotification.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/USSDRequest.java | src/java/org/smslib/USSDRequest.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Contact.java | src/java/org/smslib/Contact.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/Library.java | src/java/org/smslib/Library.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/StatusReportMessage.java | src/java/org/smslib/StatusReportMessage.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/AGateway.java | src/java/org/smslib/AGateway.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/routing/ARouter.java | src/java/org/smslib/routing/ARouter.java | /**
*
*/
package org.smslib.routing;
import java.util.ArrayList;
import java.util.Collection;
import org.smslib.AGateway;
import org.smslib.OutboundMessage;
import org.smslib.AGateway.GatewayStatuses;
/**
* Base class for all possible Router implementations.
*
* @author Bassam Al-Sarori
*/
public abstract cl... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/routing/Router.java | src/java/org/smslib/routing/Router.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/routing/DefaultRouter.java | src/java/org/smslib/routing/DefaultRouter.java | /**
*
*/
package org.smslib.routing;
import java.util.Collection;
import org.smslib.AGateway;
import org.smslib.OutboundMessage;
/**
* Default Router implementation which actually doesn't perform any custom
* routing, instead relies on basic routing of ARouter.
*
* @author Bassam Al-Sarori
*/
public class D... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/balancing/LoadBalancer.java | src/java/org/smslib/balancing/LoadBalancer.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/balancing/RoundRobinLoadBalancer.java | src/java/org/smslib/balancing/RoundRobinLoadBalancer.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/test/TestGateway.java | src/java/org/smslib/test/TestGateway.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/AModemDriver.java | src/java/org/smslib/modem/AModemDriver.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/IPModemGateway.java | src/java/org/smslib/modem/IPModemGateway.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/CNMIDetector.java | src/java/org/smslib/modem/CNMIDetector.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/SerialModemGateway.java | src/java/org/smslib/modem/SerialModemGateway.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/ModemGateway.java | src/java/org/smslib/modem/ModemGateway.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | true |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/SerialModemDriver.java | src/java/org/smslib/modem/SerialModemDriver.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/IPModemDriver.java | src/java/org/smslib/modem/IPModemDriver.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/athandler/ATHandler_Huawei_E160.java | src/java/org/smslib/modem/athandler/ATHandler_Huawei_E160.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/athandler/ATHandler_Telit.java | src/java/org/smslib/modem/athandler/ATHandler_Telit.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/athandler/ATHandler_SonyEricsson_GC89.java | src/java/org/smslib/modem/athandler/ATHandler_SonyEricsson_GC89.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/athandler/ATHandler_SonyEricsson.java | src/java/org/smslib/modem/athandler/ATHandler_SonyEricsson.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
tdelenikas/smslib-v3 | https://github.com/tdelenikas/smslib-v3/blob/2731b7ca76f3f42d81f505dca61d9739e3551f3b/src/java/org/smslib/modem/athandler/ATHandler_Siemens_MC35i_FD.java | src/java/org/smslib/modem/athandler/ATHandler_Siemens_MC35i_FD.java | // SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... | java | Apache-2.0 | 2731b7ca76f3f42d81f505dca61d9739e3551f3b | 2026-01-05T02:36:32.339918Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.