Archives
D Programming
DD.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
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
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
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 May 01 2002
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 May 01 2002
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 May 01 2002
/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 May 01 2002
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 May 01 2002
Actually what i require is to understand how to communicate with the GSM modem attached to the serial port using C++. May 01 2002
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++. May 01 2002
|