Rpi Ccode to mysql server - Raspberry Pi Forums
hi,
doing project on raspberry pi, sensing readings temperature, humidity etc , sending database server(xampp server) on pc.
confused how send readings rasperry pi pc local xamppserver. want know how can done in c coding. want c code in rpi connect , insert values in database hosted on pc local (xampp)server.plz
doing project on raspberry pi, sensing readings temperature, humidity etc , sending database server(xampp server) on pc.
confused how send readings rasperry pi pc local xamppserver. want know how can done in c coding. want c code in rpi connect , insert values in database hosted on pc local (xampp)server.plz
there 2 options:
1) connect directly database (google 'mysql c example linux')
2) send http request web server , create php page handles request , stores db (google...)
1) connect directly database (google 'mysql c example linux')
2) send http request web server , create php page handles request , stores db (google...)
raspberrypi
Comments
Post a Comment