aGSMofcode
GSM 

所属分类:手机短信编程
开发工具:Visual C++
文件大小:406KB
下载次数:45
上传日期:2006-10-08 18:47:57
上 传 者iacxin099
说明:  一个关于GSM手机短信的程序源码,用C++编写的,与大家分享,希望对大家有帮助.
(a GSM mobile phone messages on the program source code, prepared by the C share with you. We want to help.)

文件列表:
ddvip.net\Code\ABOUT-NLS (11877, 1999-11-03)
ddvip.net\Code\acconfig.h (701, 2001-11-21)
ddvip.net\Code\acconfig.h.bak (687, 1999-11-24)
ddvip.net\Code\acinclude.m4 (25535, 2001-03-03)
ddvip.net\Code\aclocal.m4 (26096, 2001-10-15)
ddvip.net\Code\apps\gsmctl.c (19249, 2001-09-13)
ddvip.net\Code\apps\gsmpb.c (16819, 2001-08-09)
ddvip.net\Code\apps\gsmsendsms.c (6949, 2001-10-09)
ddvip.net\Code\apps\gsmsmsd.c (15840, 2001-10-09)
ddvip.net\Code\apps\gsmsmsstore.c (15068, 2001-01-20)
ddvip.net\Code\apps\Makefile.am (1146, 2001-01-06)
ddvip.net\Code\apps\Makefile.in (13300, 2001-10-15)
ddvip.net\Code\apps (0, 2001-11-21)
ddvip.net\Code\AUTHORS (0, 1999-06-19)
ddvip.net\Code\ChangeLog (10889, 2001-08-05)
ddvip.net\Code\configure (141432, 2001-10-15)
ddvip.net\Code\configure.in (3396, 2001-10-15)
ddvip.net\Code\COPYING (25774, 1999-06-25)
ddvip.net\Code\doc\FAQ (2253, 2001-10-09)
ddvip.net\Code\doc\gsmctl.man (14264, 2001-09-13)
ddvip.net\Code\doc\gsminfo.man (1306, 2001-09-13)
ddvip.net\Code\doc\gsmlib.lsm (902, 2000-01-09)
ddvip.net\Code\doc\gsmpb.man (8427, 2001-10-09)
ddvip.net\Code\doc\gsmsendsms.man (4621, 2001-10-09)
ddvip.net\Code\doc\gsmsmsd.man (8892, 2001-10-09)
ddvip.net\Code\doc\gsmsmsstore.man (6256, 2001-09-13)
ddvip.net\Code\doc\Makefile.am (898, 2000-12-19)
ddvip.net\Code\doc\Makefile.in (9479, 2001-10-15)
ddvip.net\Code\doc (0, 2001-11-21)
ddvip.net\Code\gsmlib\Debug (0, 2001-11-21)
ddvip.net\Code\gsmlib\gsm_at.c (11010, 2001-08-06)
ddvip.net\Code\gsmlib\gsm_at.h (3265, 2000-08-29)
ddvip.net\Code\gsmlib\gsm_cb.c (4394, 2001-11-21)
ddvip.net\Code\gsmlib\gsm_cb.h (3328, 2001-08-05)
ddvip.net\Code\gsmlib\gsm_error.c (12316, 2000-06-09)
ddvip.net\Code\gsmlib\gsm_error.h (8257, 2000-06-28)
ddvip.net\Code\gsmlib\gsm_event.c (4070, 2001-08-05)
ddvip.net\Code\gsmlib\gsm_event.h (1802, 2001-08-05)
... ...

INTRODUCTION This distribution contains a library to access GSM mobile phones through GSM modems or IrDA devices. Features include: * modification of phonebooks stored in the mobile phone or on the SIM card * reading and writing of SMS messages stored in the mobile phone * sending and reception of SMS messages Additionally, some simple command line programs are provided to use these functionalities. REQUIREMENTS You need a mobile phone that conforms to the GSM standards ETSI GSM 07.07, ETSI GSM 07.05, and others. Non-GSM mobile phones will not work! Additionally, to access the mobile phone from the computer you will probably need an GSM modem (that would be a PC-CARD, usually). There might be some mobile phones, however, that incorporate directly terminal adapter (TA) functionality. Access via IrDA interfaces is also reported to work. If you want to compile the library yourself please also read doc/README.developers. INSTALLATION This distribution uses autoconf/automake/libtool. See the file INSTALL for generic installation instructions. The default commands for installation under /usr/local would be: ./configure make make install If there are any problems you can generate a debug version. See doc/README.developers for details. AVAILABLE DOCUMENTATION For the command line tools UNIX manual pages are available in the doc subdirectory of this distribution. These are installed by default in the directories /usr/local/man1, man7, and man8. See also the files doc/README.developers, doc/README.NLS and doc/FAQ. HARDWARE The following mobile phone/GSM modem combinations are reported to be compatible in varying degrees with the current release: - Nokia 6150/Xircom REM56G.100 - Nokia 6150/Options "GSM-Ready(R) Cellular-Only" modem from Option International - Nokia 6210/- (Linux IrDA serial device) - Nokia 8810/- (Linux IrDA serial device) - Siemens S10D/Dr Neuhaus Gipsy Card GSM - Siemens S25/- (Linux IrDA serial device) - Siemens S35i/- (Linux IrDA serial device) - Ericcson SH888/- (Linux IrDA serial device) - Ericsson 6050102/GM 12 GSM module - -/Siemens M20T (stand-alone GSM module) - -/Wavecom WM02 GSM (stand-alone GSM module) - Nokia 7110 (firware rev 4.80)/- (Linux IrDA serial device) - Nokia 8290 (USA GSM 1900MHz)/- (Linux IrDA serial device) - Falcom A2-1/- (stand-alone GSM module) - Ericsson R320s/- (Linux IrDA serial device) - Motorola Timeport 260/- (Serial cable and Linux IrDA serial device) - Motorola Timeport 250/- (Linux IrDA serial device) Note 1: Some of the mobile phones have an integrated GSM modem that can be accessed via the Linux IrDA drivers. Note 2: Some of the abovementioned phones have still some glitches with gsmlib (and I haven't tested them myself). For the following phones I receive a lot of errors reports: - Ericcson SH888: SMS function don't work with many firmware releases This list is not exhaustive, there are probably many other types of phone or GSM modem that work with gsmlib. Just try it and report back to me! DISCLAIMER Even though care has been taken in the design and implementation of this software it can not be excluded that this software could destroy data in your mobile phone or may even render your mobile phone useless (by erroneous PIN settings, for example). The author will not be held responsible legally, financially, or in any other form for any kind of damage that might occur from using this software. This software is provided "as is" and without any expressed or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for any particular purpose. If you are not ready to accept these conditions please don't use this software. COPYING This software is available on the LGPL (GNU LIBRARY GENERAL PUBLIC LICENSE), ie. it is allowed to link the library to commercial programs. See the file COPYING for details on the license. BUGS There still seem to be some problems with IrDA devices under Linux. There have been reports of gsmlib-based applications (eg. gsmctl) hanging upon startup after initializing the serial port /dev/ircomm. I would be thankful for any input on this problem. If something does not work with your OS platform or the mobile/TA combination please send a complete trace of the compilation or the program execution that did fail. Make sure to compile with debugging information enabled. Otherwise it will not be possible for me to do much about the problem. Send bug reports to the mailing list or to software@pxh.de. I promise not to publish telephone numbers or other private information that might be contained in the execution traces that you send me. MAILING LISTS There are now two mailings lists available for announcements and discussion of gsmlib-related issues (hosted on lists.over.net). Refer to these pages for information on subscription procedures and an archive of previous postings: http://lists.over.net/mailman/listinfo/gsmlib-announce/ for announcements regarding GSMLIB http://lists.over.net/mailman/listinfo/gsmlib-devel/ the GSMLIB development list AUTHOR Peter Hofmann .

近期下载者

相关文件


收藏者