If you have code to integrate an IoT device with IOTA Streams and you think it could be of value, submit an issue here linking to the code and explaining how to test it. You can join our Discord Server at discord.iot2tangle.io if you have any doubts or need help.
Keep in mind that your work will have to meet two conditions:
- Easy step by step guide Readme
- Use the I2T Standard for datasets
Our Rust Gateway will listen and publish to the Tangle via Streams any data produced by IoT devices, as long as it uses the I2T Standard. Bellow you can see an example.
{"iot2tangle":[{"sensor": "Environmental","data":[{"Pressure":"102033"},{"Temp":"26160"},{"Humidity":"33"}]},{"sensor":"Accel","data":[{"x":"9"},{"y":"12"},{"z":"1009"}]},{"sensor":"Gyroscope","data":[{"x":"122"},{"y":"1708"},{"z":"5246"}]},{"sensor":"Inertial","data":[{"x":"183"},{"y":"122"},{"z":"-915"}]},{"sensor":"Light","data":[{"milliLux":"192960"}]},{"sensor":"Magnetometer","data":[{"x":"-59"},{"y":"3"},{"z":"7"}]},{"sensor":"Acoustic","data":[{"mp":"0.004649"}]} ],"device": "YOUR-DEVICE","timestamp": "1601653408"}
You submit an issue to this repository explaining what you are working on. If your work is of value, we will create a repository at our Hub and provide you with the permissions so you can mantain it over the time. You can use your project logo, link to your web and mention your original work. We just provide you with a repo so your work lives in our Hub ;)
Request an integration! We can help you to bridge your work with IOTA.