assert as an IOT in BigchainDB

148 views Asked by At

We are working on a project which requires an IOT sensors to be connected Blockchain. I am unable to figure out how should I connect the sensor to BigchainDB and how can read the data.

1

There are 1 answers

3
Troy McConaghy On

For now, you can:

  1. Sign up for an account on the BigchainDB Testnet: https://testnet.bigchaindb.com/
  2. Write some software that takes the data from your IOT sensor, puts it inside a BigchainDB transaction, and sends that transaction to the BigchainDB Testnet. You can use one of the BigchainDB drivers (software libraries / SDKs) to help you with that. See https://docs.bigchaindb.com/projects/server/en/latest/drivers-clients/index.html
  3. You can also write software to query and read information from the BigchainDB Testnet using the same driver.