www.digitalmars.com         C & C++   DMDScript  

c++ - Implementing SMS gateway

reply "Rajat Saigal" <ipcpost yahoo.co.in> writes:
Hi all,

 I am new to this group and C++. I have about 2yr of work exp. I am trying
to implement a SMS gateway. Is there anyone who could help me or guide me
with this.

Thanks,

Rajat Saigal
May 01 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
You mean cell phone SMS?
Jan



Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I am trying
 to implement a SMS gateway. Is there anyone who could help me or guide me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply "Rajat Saigal" <ipcpost yahoo.co.in> writes:
Yeah Cell phone SMS

Rajat

"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CD0BD8F.67E2DB4 smartsoft.cc...
 You mean cell phone SMS?
 Jan



 Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I am
trying
 to implement a SMS gateway. Is there anyone who could help me or guide
me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
Are you familiar with FreeBSD? http://www.freebsd.org/
In the ports collection (/usr/ports/comms/sms_client) they have something that
might be of help to what you want to do.
Jan



Rajat Saigal wrote:

 Yeah Cell phone SMS

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BD8F.67E2DB4 smartsoft.cc...
 You mean cell phone SMS?
 Jan



 Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I am
trying
 to implement a SMS gateway. Is there anyone who could help me or guide
me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply "Rajat Saigal" <ipcpost yahoo.co.in> writes:
But i would like to implement it on a Windows2000 platform.

Rajat


"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CD0BFB6.9A05DD2F smartsoft.cc...
 Are you familiar with FreeBSD? http://www.freebsd.org/
 In the ports collection (/usr/ports/comms/sms_client) they have something
that
 might be of help to what you want to do.
 Jan



 Rajat Saigal wrote:

 Yeah Cell phone SMS

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BD8F.67E2DB4 smartsoft.cc...
 You mean cell phone SMS?
 Jan



 Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I am
trying
 to implement a SMS gateway. Is there anyone who could help me or
guide
 me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
/usr/ports/comms/sms_client contans sources of an sms_client for FreeBSD/Linux.

I do not know what exactly you want to do, but I bet this could be of help.
I think sms_client uses a modem and serial communication. So if you change the
Unix COM I/O to Win32 COM I/O you could be well on your way.
Jan



Rajat Saigal wrote:

 But i would like to implement it on a Windows2000 platform.

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BFB6.9A05DD2F smartsoft.cc...
 Are you familiar with FreeBSD? http://www.freebsd.org/
 In the ports collection (/usr/ports/comms/sms_client) they have something
that
 might be of help to what you want to do.
 Jan



 Rajat Saigal wrote:

 Yeah Cell phone SMS

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BD8F.67E2DB4 smartsoft.cc...
 You mean cell phone SMS?
 Jan



 Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I am
trying
 to implement a SMS gateway. Is there anyone who could help me or
guide
 me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply "Rajat Saigal" <ipcpost yahoo.co.in> writes:
Jan what I am looking forward to is developing such a system from the
scratch. It would also help me have a basic understanding of how it could be
implemented.
I find working on someone's code the most difficult thing in the world.
Actually what i require is to understand how to communicate with the GSM
modem attached to the serial port using C++.
Any idea how i could achieve this.
Would you like to team up to create such a system ?

Thanks,
Rajat


"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CD0C20E.38C1EDE5 smartsoft.cc...
 /usr/ports/comms/sms_client contans sources of an sms_client for
FreeBSD/Linux.
 I do not know what exactly you want to do, but I bet this could be of
help.
 I think sms_client uses a modem and serial communication. So if you change
the
 Unix COM I/O to Win32 COM I/O you could be well on your way.
 Jan



 Rajat Saigal wrote:

 But i would like to implement it on a Windows2000 platform.

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BFB6.9A05DD2F smartsoft.cc...
 Are you familiar with FreeBSD? http://www.freebsd.org/
 In the ports collection (/usr/ports/comms/sms_client) they have
something
 that
 might be of help to what you want to do.
 Jan



 Rajat Saigal wrote:

 Yeah Cell phone SMS

 Rajat

 "Jan Knepper" <jan smartsoft.cc> wrote in message
 news:3CD0BD8F.67E2DB4 smartsoft.cc...
 You mean cell phone SMS?
 Jan



 Rajat Saigal wrote:

 Hi all,

  I am new to this group and C++. I have about 2yr of work exp. I
am
 trying
 to implement a SMS gateway. Is there anyone who could help me or
guide
 me
 with this.

 Thanks,

 Rajat Saigal
May 01 2002
parent reply Jan Knepper <jan smartsoft.cc> writes:
 Actually what i require is to understand how to communicate with the GSM
 modem attached to the serial port using C++.
Check: /usr/ports/comms/sms_client !!!
 Any idea how i could achieve this.
Yeah! Check: /usr/ports/comms/sms_client !!!
 Would you like to team up to create such a system ?
Are you kidding me??? NO!!! Unless of course you pay a decent price per hour and a share in the final sales... Jan
May 01 2002
parent "Rajat Saigal" <ipcpost yahoo.co.in> writes:
Thanks a lot Jan.


"Jan Knepper" <jan smartsoft.cc> wrote in message
news:3CD0C482.415C151F smartsoft.cc...
 Actually what i require is to understand how to communicate with the GSM
 modem attached to the serial port using C++.
Check: /usr/ports/comms/sms_client !!!
 Any idea how i could achieve this.
Yeah! Check: /usr/ports/comms/sms_client !!!
 Would you like to team up to create such a system ?
Are you kidding me??? NO!!! Unless of course you pay a decent price per
hour and
 a share in the final sales...

 Jan
May 01 2002