www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - Implementing SMS gateway

↑ ↓ ← "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
↑ ↓ 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
↑ ↓ "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


 to implement a SMS gateway. Is there anyone who could help me or guide


 with this.

 Thanks,

 Rajat Saigal


May 01 2002
↑ ↓ 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


 to implement a SMS gateway. Is there anyone who could help me or guide


 with this.

 Thanks,

 Rajat Saigal



May 01 2002
↑ ↓ "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

 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


 to implement a SMS gateway. Is there anyone who could help me or




 me
 with this.

 Thanks,

 Rajat Saigal




May 01 2002
↑ ↓ 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

 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


 to implement a SMS gateway. Is there anyone who could help me or




 me
 with this.

 Thanks,

 Rajat Saigal





May 01 2002
↑ ↓ "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

 I do not know what exactly you want to do, but I bet this could be of

 I think sms_client uses a modem and serial communication. So if you change

 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



 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






 trying
 to implement a SMS gateway. Is there anyone who could help me or




 me
 with this.

 Thanks,

 Rajat Saigal






May 01 2002
↑ ↓ 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
↑ ↓ → "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

 a share in the final sales...

 Jan

May 01 2002