Well, we usually had problems using serial cables esp if we had to control 10 phones at once. Usually we should have 10 serial ports & 10 cables for 10 different types of phone right? Well i made a resource manager that uses a scheduling system that connects to all 10 phones using bluetooth. thats how we beat the 5 sec barrier in sending SMS ;p
Basically its like im connected to all 10 phones at once which would be hard to duplicate using serial. Im using a a fedora core1 + BlueZ + PHP. I use the php to create a daemon. the optional webserver - apache is used to make it easier for me to control and monitor the daemons. its really cool. i secretly paired the device to some of my officemates phones so that i could control them while they are at the office. i can also track them if they come and go from the office just by checking their signals ;p it could work as a time-in/out ;p hehe On Mon, 6 Sep 2004 10:04:05 +0800, Dino Bagayaua <[EMAIL PROTECTED]> wrote: > Hi I am Dino, Can I have more info about this thing you are talking > about, the one using blutooth. Thanks. > > > > > On Thu, 2 Sep 2004 18:40:37 +0800, Roger Filomeno > <[EMAIL PROTECTED]> wrote: > > Using SMSC's > > GLOBE: > > USER<-->SMSC<-->CSP_PLATFORM<-(http)->WEBSERVER > > > > SMART: > > USER<-->SMSC<-->SPCC/MSP<-(cimd2-tcp/ip or http)->WEBSERVER/KANNEL > > > > Using Fone (serial) > > USER<-->GSM_NETWORK<-->7210/NOKIA30<-(serial cable)->KANNEL > > > > Using Fone (bluetooth) windows > > USER<->-GSM_NETWORK<-->7650<-(bluetooth)->SP2 BT STACK or > > WIDCOMM/MSCOMM/AT_COMMAND_SET > > > > Using Fone (bluetooth) linux > > USER<->-GSM_NETWORK<-->7650<-(bluetooth)->BLUEz/SCRIPTS > > > > i recommend the last two setup. its cheaper and fast. If you need > > specifics on the last to method of implementation. just message me > > privately, its not a OSS solution anymore. > > > > On Thu, 2 Sep 2004 17:45:02 +0800 (PHT), Jopoy C. Solano > > > > > > <[EMAIL PROTECTED]> wrote: > > > > If you're going to use Kannel to connect to a telco's smsc, you > > > > should worry about the hardware requirements for the > > > > program/script that would handle the SMS. > > > > > > One more question. Sotware/scripts aside, could you draw or explain the > > > path of the sms msg from the telco down to the server(local pc)? Do I need > > > and sms modem or something? (or would a regular celphone suffice) > > > > > > Actually, im not sure if i understand the term smsc right :) It would be > > > of great help if you could explain a little on it. Basically what I want > > > is to isolate the hardware requirements. > > > > > > TIA. > > > > > > 'Jopoy > > > > > > > > > > > > > > > ----------------------- > > > University of Baguio > > > General Luna Road > > > Baguio City > > > Philippines 2600 > > > Phone: +63(74)442-3540 > > > Fax: +63(74)442-3071 > > > http://www.ubaguio.edu > > > > > > -- > > > Philippine Linux Users' Group (PLUG) Mailing List > > > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > > > Official Website: http://plug.linux.org.ph > > > Searchable Archives: http://marc.free.net.ph > > > . > > > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > > > . > > > Are you a Linux newbie? To join the newbie list, go to > > > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > > > > > > > > -- > > Roger P. Filomeno > > Systems Developer > > Finger Apps Inc, http://fingerapps.com > > Systems Developer > > Entertainment Gateway Group, http://egg.ph > > > > > > -- > > Philippine Linux Users' Group (PLUG) Mailing List > > [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) > > Official Website: http://plug.linux.org.ph > > Searchable Archives: http://marc.free.net.ph > > . > > To leave, go to http://lists.q-linux.com/mailman/listinfo/plug > > . > > Are you a Linux newbie? To join the newbie list, go to > > http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie > > > > -- > Dino B. Bagayaua > Galaxy Internet Inc. > > Mobile: +639195011670 > -- Roger P. Filomeno Systems Developer Finger Apps Inc, http://fingerapps.com Systems Developer Entertainment Gateway Group, http://egg.ph -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
