|
Project SMSLink - IntroductionTable of ContentsCredits and Copyright
This program is being written and maintained by
Philippe Andersson
for Scitex Europe, S.A.
(then CreoScitex Europe, S.A.
and now Creo Europe, S.A.)
and the public,
improving on previous work by Nico Rotty (it was a standalone Delphi app. - no
code has been reused).
Most of the code is © Les Ateliers du Héron, 1998-2006, by Philippe Andersson. A small part of it was shamelessly copied on GPL code published by Riccardo Facchetti as part of his libmodem-1.0.0 package. The contributions by Philipp Klaus are © Internet Access AG, 1999. The PDU code is based in part on proof-of-concept code kindly contributed by Francois Baligant, and benefitted a lot from the expert technical advice of Eric Guidi and David Martinez (from Wavecom France). The layout for the gsmdevices(5) man page was directly copied from the one for passwd(5) by Michael Haardt and Rik Faith. Please note: I'm aware of another program called SMSLink, a component of the (soon to be) commercial SMSOffice 1.0 Beta, currently being developed by Infoscape, and providing related functionalities. My program has nothing to do with this one. I'll have to sort out the naming issue.
Description of the programThis program implements a client/server gateway to the SMS protocol. The server process listens on a specific TCP port, and forks a child for each incoming connection. Those child processes are responsible for getting the message parameters from the clients, and will then compete through a mechanism of semaphores and shared memory segments to get exclusive access to the sending hardware : a serially attached GSM module. The dialogue with the sending hardware is echoed to the client through the socket connection, and a status message is issued, along with the message ID when sending was successfull. The client program is meant to stay connected until the end of the sending process in order for it to receive some form of acknowledgement. The server module implements several features that make this solution highly scalable and flexible.
Provided with this release is a Unix command-line client, sendsms(1), that was specially designed to be included in shell scripts (and called from the corporate database applications). Please check here for a list of supported platforms.
Also included, as of version 0.44b, is a gateway program to the SMTP protocol,
sms2mailgw(1). This daemon will scan the inbox file generated by the
SMS server module, and process all SMS that follow a specific format,
converting them to eMails. The purpose is to provide full email connectivity
straight from the GSM keyboard.
An SMSLink "companion site" called SMS Link Add On'S has recently been opened by an enthousiast user. Featured there are (among others) a really nifty native Win32 client, a Linux-based queue server that can be used to add queueing capabilities to pre-0.55b SMSLink installs (or used as an alternative to the native queueing capabilities in 0.55b), and the full schematics of a serial+power combo cable for handheld mobiles.
Contacting mePlease feel free to give me a feedback on any and all issues related to this product. If you're using it, just let me know : it would brighten my day (and add an incentive to push development forward). I'm now working for Ion Beam Applications, S.A. (IBA) in Louvain-la-Neuve, Belgium. Here is my current email address at the office:
You can also reach me at my private email address (don't expect same day response) : Should you wish to use a secure channel to communicate with me, here is my OpenPGP key. My personal home page is located at: http://home.scarlet.be/philipa/. Enjoy ! Additionally, please consider subscribing to the smslink-users mailing list (see below for details). When sending mail to me, please begin your subject line with [SMS] to avoid it being overlooked (not needed when posting to the mailing list). The official home page of the SMSLink project is now located at http://smslink.sourceforge.net/. You can find its SourceForge project page at http://sourceforge.net/projects/smslink/.
Mailing ListsSourceForge is now hosting a mailing list for SMSLink users (with a lot of wit, I decided to call it smslink-users ;-). Learn how to subscribe, unsubscribe and more from the following page: http://lists.sourceforge.net/mailman/listinfo/smslink-users This list can be used by SMSLink users, but of course by anybody else interested in the product as well, and the discussions hosted on it can range from support issues to technical questions or to announcements of new releases of the software or large updates to the web site.
Usual disclaimerThis program is provided "AS IS", without any warranty, etc. Bottom line : don't blame me if it doesn't work for you (or messed your setup). You use it at your own risk. Period. |
Last Modified: September 29th, 2006. |