c++ - Implementing SMS gateway
- Rajat Saigal (6/6) May 01 2002 Hi all,
- Jan Knepper (3/9) May 01 2002 You mean cell phone SMS?
- Rajat Saigal (6/18) May 01 2002 Yeah Cell phone SMS
- Jan Knepper (5/28) May 01 2002 Are you familiar with FreeBSD? http://www.freebsd.org/
- Rajat Saigal (6/36) May 01 2002 But i would like to implement it on a Windows2000 platform.
- Jan Knepper (6/47) May 01 2002 /usr/ports/comms/sms_client contans sources of an sms_client for FreeBSD...
- Rajat Saigal (17/66) May 01 2002 Jan what I am looking forward to is developing such a system from the
- Jan Knepper (5/9) May 01 2002 Are you kidding me??? NO!!! Unless of course you pay a decent price per ...
- Rajat Saigal (4/13) May 01 2002 Thanks a lot Jan.
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:tryingHi all, I am new to this group and C++. I have about 2yr of work exp. I ammeto implement a SMS gateway. Is there anyone who could help me or guidewith this. Thanks, Rajat Saigal
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:tryingHi all, I am new to this group and C++. I have about 2yr of work exp. I ammeto implement a SMS gateway. Is there anyone who could help me or guidewith this. Thanks, Rajat Saigal
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 somethingthatmight be of help to what you want to do. Jan Rajat Saigal wrote:guideYeah 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:tryingHi all, I am new to this group and C++. I have about 2yr of work exp. I amto implement a SMS gateway. Is there anyone who could help me ormewith this. Thanks, Rajat Saigal
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 somethingthatmight be of help to what you want to do. Jan Rajat Saigal wrote:guideYeah 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:tryingHi all, I am new to this group and C++. I have about 2yr of work exp. I amto implement a SMS gateway. Is there anyone who could help me ormewith this. Thanks, Rajat Saigal
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 forFreeBSD/Linux.I do not know what exactly you want to do, but I bet this could be ofhelp.I think sms_client uses a modem and serial communication. So if you changetheUnix COM I/O to Win32 COM I/O you could be well on your way. Jan Rajat Saigal wrote:somethingBut 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 haveamthatmight 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. Iguidetryingto implement a SMS gateway. Is there anyone who could help me ormewith this. Thanks, Rajat Saigal
May 01 2002
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
Thanks a lot Jan. "Jan Knepper" <jan smartsoft.cc> wrote in message news:3CD0C482.415C151F smartsoft.cc...hour andActually 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 pera share in the final sales... Jan
May 01 2002