Helping ordinary people create extraordinary websites!
GET OUR NEWSLETTER
Your Email:
 

Build a WAP Gateway On Linux

By Manas Ranjan Behera
2005-05-27


Administering the gateway through an HTTP interface

Kannel can be administered via an HTTP interface. All commands are given as normal HTTP queries, so they can easily be given from command lines like this one:
% lynx -dump http://localhost:12345/shutdown?password=bar

In the command above, "12345" is set as the admin-port in the configuration file. For most commands, an admin-password is required as an argument as shown here. Shutdown is for shutting down the gateway. The other commands available are:

  • Status, to get the current status of the gateway. No password is required if status-password is not set.
  • Suspend, to set Kannel as suspended. A password is required.
  • Resume, to set the Kannel state as running. A password is required.


Tutorial Pages:
» Basic steps for setting up a WAP gateway
» Kannel gateway architecture
» Basic software and hardware requirements
» Setting up the gateway
» Working with the gateway
» Starting the gateway
» Administering the gateway through an HTTP interface
» Testing with a WAP-enabled mobile phone simulator
» In conclusion
» Resources


First published by IBM DeveloperWorks


 | Bookmark
Related Tutorials:
» How to Install PHP 5 on Linux
» How to Install Apache 2 on Linux
» How to Install MySQL 5.0 on Linux
» SMB Caching
» Mound --Bind
» Tar Wild Card Interpretation

Advertise with Us!


Tutorials Scripts Web Hosting Developer Manuals
Resources