Click here to Skip to main content
15,888,000 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
How can I receive TCP/IP data on my web Server and store in MySQL Database. The scenario would be I want a server side to run at the back end and if client send TCP/IP data to server it receive the data automatically and store in MySQL database.
Posted
Comments
Richard MacCutchan 19-Nov-15 12:32pm    
Everything received at a website is TCP/IP data. Please edit your question and explain more clearly what you are trying to do.
Muhammad Azym 19-Nov-15 12:37pm    
We have some devices which send temperatures and other data using tcp but now I want to have a web server on which I can show that data and could display it. The data would receive automatically on the web server and save it on MySQL database.
Sergey Alexandrovich Kryukov 19-Nov-15 17:37pm    
Web server handles not all TCP traffic, only HTTP-based protocols. Where is that device connected to? I hope, on server part...
—SA
Muhammad Azym 20-Nov-15 6:05am    
Yes the devices are on CMS Servers. I have created an account on AWS for web server and doing some php script. How is that possible to store the incoming data in MySQL Servers. so I can receive the data on the webpage later on by automation of the scripts.
DeDenker 13-Jan-16 6:46am    
Is it PHP or Python your using?
Please place some code you have so far?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900