473,396 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

SMS sending and receiving from website?

can i send and receive messages from a website using python?

how would that work with costs? would the mobileowner pay both ways?
Jun 27 '08 #1
6 2072
globalrev wrote:
can i send and receive messages from a website using python?
Absolutely. But I'm not clear what you mean by "from a
website". Do you mean to use SMPP protocol to lodge and
receive messages? Or do you want access to your own cellular
hardware from a web interface?
how would that work with costs? would the mobileowner pay both
ways?
That depends on the country, the carrier and the offers/plans
that carrier makes. In most of the civilized world, SMS
receivers pay nothing.

John
Jun 27 '08 #2
On 31 Maj, 04:04, John Henderson <jhenRemoveT...@talk21.comwrote:
globalrev wrote:
can i send and receive messages from a website using python?

Absolutely. But I'm not clear what you mean by "from a
website". Do you mean to use SMPP protocol to lodge and
receive messages? Or do you want access to your own cellular
hardware from a web interface?
how would that work with costs? would the mobileowner pay both
ways?

That depends on the country, the carrier and the offers/plans
that carrier makes. In most of the civilized world, SMS
receivers pay nothing.

John


i want to build a service where you can send an SMS with your
cellphone to my website and then the site will collect the data you
asked for and SMS it back.

so what components would i need for that?
Jun 27 '08 #3
On 31 Maj, 14:48, globalrev <skanem...@yahoo.sewrote:
On 31 Maj, 04:04, John Henderson <jhenRemoveT...@talk21.comwrote:
globalrev wrote:
can i send and receive messages from a website using python?
Absolutely. But I'm not clear what you mean by "from a
website". Do you mean to use SMPP protocol to lodge and
receive messages? Or do you want access to your own cellular
hardware from a web interface?
how would that work with costs? would the mobileowner pay both
ways?
That depends on the country, the carrier and the offers/plans
that carrier makes. In most of the civilized world, SMS
receivers pay nothing.
John

i want to build a service where you can send an SMS with your
cellphone to my website and then the site will collect the data you
asked for and SMS it back.

so what components would i need for that?

also, lets say i want to send a SMS to my own phone from the internet.
how would i do that?
Jun 27 '08 #4
globalrev wrote:
i want to build a service where you can send an SMS with your
cellphone to my website and then the site will collect the
data you asked for and SMS it back.

so what components would i need for that?
Arguably the simplest route is to use a phone with a serial
connection to a computer, whether that connection be RS232,
USB, IrDA or Bluetooth.

For outgoing messages in large volume, SMS lodgement directly to
an SMSC (message centre) via SMPP over an internet connection
is likely to be a cheaper option in the long term. But that'll
depend on what's on offer in your part of the world.

There's probably some means of receiving messages without using
your own hardware, but I'm not aware of any details.

If using your own hardware, I'd suggest a cellular modem rather
than a handset. These are permanently powered by a low voltage
DC supply, rather than a battery you need to keep charged
without destroying it with constant overcharge.

And a modem is more likely to support text-mode command
interactions with your computer rather than raw PDU-mode
interactions. PDU-mode requires your software to translate
to/from the raw transmitted SMS data, but gives you much
greater control.

The rest is software, and your cost will depend on how you get
or develop that.

You might be able to get a SIM (assuming a GSM or UMTS cellular
device) with very cheap SMS rates. A pre-paid service will
limit your losses if your software ever gets over-enthusiastic
about sending messages.

John
Jun 27 '08 #5
On 22:01, sabato 31 maggio 2008 globalrev wrote:
also, lets say i want to send a SMS to my own phone from the internet.
how would i do that?
IMO, nowadays free SMS sending, via internet, is gone. There should be the
chance from one's own subscribed network.
--
Mailsweeper Home : http://it.geocities.com/call_me_not_now/index.html
Jun 27 '08 #6
On Fri, May 30, 2008 at 11:08 PM, globalrev <sk*******@yahoo.sewrote:
can i send and receive messages from a website using python?

how would that work with costs? would the mobileowner pay both ways?
--
http://mail.python.org/mailman/listinfo/python-list
I use smstools for this.

Homepage: http://smstools3.kekekasvi.com/

Debian installer: http://packages.debian.org/sid/smstools

David.
Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: CHIN | last post by:
Hi all.. here s my problem ( maybe some of you saw me on other groups, but i cant find the solution !! ) I have to upload a file to an external site, so, i made a .vbs file , that logins to...
2
by: Chuck Marques | last post by:
I'm trying to implement sending an object through messaging, but I receive an error stating I can't deserialize the object. Any clues as to why. I have the following: <Serializable()> Public...
3
by: Robert A. van Ginkel | last post by:
Hello Fellow Developer, I use the System.Net.Sockets to send/receive data (no tcpclient/tcplistener), I made a receivethread in my wrapper, the receivethread loops/sleeps while waiting for data...
1
by: Sajsal | last post by:
Hi all I am developing a web app in which the client wants an email sending and receiving functionality. Is it possible in C#. If yes where should I start. If anyone could tell that how long...
9
by: Michael Evanchik | last post by:
Hello all, since i wanted to use ssl and its seems easy to do so with this object. Im trying to login to a webserver (aol) for this example. But for some reason, im packet sniffing with ethreal...
9
by: Miro | last post by:
VB 2003 at the end of the code, this works great. bytCommand = Encoding.ASCII.GetBytes("testing hello send text") udpClient.Send(bytCommand, bytCommand.Length) and this recieves it Dim...
3
by: BuddyWork | last post by:
Hello, Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which sends to the same IP address and port, the...
2
by: sam | last post by:
Hi, I made asp.net website. I send e-mail via asp.net page to receiver but receiver cannot get email. I use smartertool Server SMTP. Sending and receiving to localhost is working. Sending...
6
by: Jack | last post by:
Hi, I am still new to .NET so, i'm sorry if my question is a bit too simple :-) I would like to know what is the "best-practice-way" of sending email from asp.net (VbScript). I want to make a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.