Skip to content

Java libraries for building applications with the Kannel open source SMS gateway

License

Notifications You must be signed in to change notification settings

xgp/kannel-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kannel-java

Java libraries for building applications with the Kannel open source SMS gateway (http://kannel.org/). These are currently focused on the SMS functionality of Kannel. These should not yet be considered complete or ready for production use.

Libraries:

  • admin: A wrapper on the HTTP administration service exposed by Kannel.
  • conf: Reading and writing the Kannel configuration file.
  • protocol: The Kannel "box" protocol for building event-driven applications to interact with the "bearerbox". (The protocol library was built originally by Oscar Medina Duarte for his graduate thesis project. This project is forked from that one. Original sources can be found on his website http://www.medina-web.com/kjGateway/index.html).
  • runtime: A utility for starting/stopping the "box" daemons from Java.
  • sms: Wrappers for sending and receiving messages to and from the "smsbox" HTTP interface, including marshalling and unmarshalling XML used by Kannel for the post-xml version of the sms-service.

Dependencies:

Building:

mvn install

The Kannel name is copyright 2001-2014 The Kannel Group. This project is unaffiliated with them.

About

Java libraries for building applications with the Kannel open source SMS gateway

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages