Allows you to send sms using any programming that supports http (php,java etc)
Allows you to send sms using any programming language that supports http (php,java,vb.net,c++,c#,python,ruby on rails,etc). technically all of programming language support http so it is supposed to be compatible on every language.
sample codes
vb.net
Public Class sampletest
Private Sub sampletest_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://phoneipaddress:5555/?type=sendsms&phonenumber=receivercellphonenumber&message=yourmessagehere")
End Sub
End Class