The Work Plan
We should first know how the system works before we could start working on it. From this, I have designed the data flow for the SMS Gateway that I am going to make.
SMS > Phone > Bluetooth > COM > JAVA > MySQL > PHP > Web
The first stage starts when the incoming SMS Message enters the phone. The SMS Message should be delivered to the PC via bluetooth (COM). From the bluetooth device, an application would interpret the message and save the decoded message in a MySQL Database. A PHP Script would fetch messages from a MySQL Database and publish it to the Web.
Related posts:
- Second day of work and I can’t go home…
- My first day of work (Part 2)
- My first day of work (Part 1)
- Project Genesis
- Where i want to work…
Tagged with: SMS Project
