30805/how-can-i-send-data-to-docker
I have the following problem. I want to send data continuing to the smart contract (chaincode) using Hyperledger Fabric. The data are temperature values measured by different pi's. They send the measured data to the chaincode. The problem I'm facing is the fact that the pi's are sending data continuing, means they send it like every second to the chaincode. The temperature sensors use local binaries, which are not part of the docker repository. My solution is to send local data to the docker network. But I have no idea how. Does anyone have a better solution or just know how to send local data to the docker network? I would appreciate any kind of help.
Whenever i invoke chaincode from the cli i use docker exec -it <container name> bash
an example being
docker exec -it cli peer chaincode invoke -o orderer2.example.com:7050 -n mycc -c '{"Args":["set", "a", "20"]}' -C mychannel
I would recommend looking at the Fabric ...READ MORE
window.onload=function(){ var anima = document.getElementById("crypto"); var ret = document.getElementById("btn"); ret.addEventListener("click",function(){ var ...READ MORE
You cant access/embed real world data using ...READ MORE
The transaction certificates don't actually address privacy ...READ MORE
When you use docker-compose down, all the ...READ MORE
The issue is that the chaincode container ...READ MORE
I have been investigating the same issue ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
One of the important feature of a ...READ MORE
You can actually connect to the specific ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.