Project Description:
Hi,
The project is as follows:
We have a shared server with CentOS 6 64 bit, PHP 5.3, MySQL 5.5, cPanel 11. This server should be used to test the project.
We have clients (GPRS modems) that will be sending periodicaly data to the shared server. These clients are installed in moving vehicules.
1) We need a program that will listen to incoming data, receive it and treat it and then update the client's data in MySql DB and put
the data in the client monthly folder and zip it.
2) We also need to be able to send commands and receive answers for the clients so we need an interface that will allow us to do that.
Once the programs works OK it will have to be transfered to our dedicated server.
PHP code must be fully commented.