ZoologicalFooding / ZoologicalFooding-main

1 stars 0 forks source link

As a user, I want to send Raspberry's data to organization's database. #9

Open barisonen opened 4 years ago

barisonen commented 4 years ago

Using; Raspbian OS, Mysql, Python, PHP, and necessary PL.

This will be implemented by gathering sensors' data to a variable and send them to database using mentioned platform and technologies.

This will be the last part of my study on hardware, from what I searched so far, the implementation may look like:

import MySQLdb

db = MySQLdb.connect(host="12.34.56.78", user="mydbuser", passwd="password", db="mydbname")