LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   application message sending to remote users (https://www.linuxquestions.org/questions/programming-9/application-message-sending-to-remote-users-377265/)

ttumelty 10-26-2005 08:57 PM

application message sending to remote users
 
I am looking for a way to send a message from an application on a linux box which is written in C++ to a website and the website automatically sends the message to users such as cell phones (probably text msgs), pagers, and possibly other devices. I do not see that it is necessary to use C++ if there is another language that is welll suited to such a task.

Has anyone done something like this?

Can anyone direct me to information that would help ?


Thanks in advance for all of your help,
Tom

jonaskoelker 10-28-2005 05:17 AM

Exactly what is it you don't know how to do? Transfer data over the network? Talk HTTP? Make the server do what you want?

For data transfer, use a socket library. For HTTP, there should be libraries for that as well, in most languages. I don't know which server you're talking about, so obviously I can't help with that.

hth --Jonas

ttumelty 10-28-2005 09:03 AM

All I know at this time is general information that i mentioned in my first post. I just looking for information at this time to be ready to do this.

jonaskoelker 10-29-2005 05:46 AM

Have a look at GNU Common C++.

Also, read ESR's `Smart Questions'.

--Jonas


All times are GMT -5. The time now is 04:46 PM.