Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.19 KB

iota-and-iot

Clone repository with flag --recursive or --recurse-submodules to get submodules:

git clone --recurse-submodules https://github.com/fprotopapa/iota-and-iot.git

Description

The project goal is to enable communication between different IoT participants using the IOTA layer. The focus is on ensuring data integrity as well as authorization and authentication of participants.

ToDo

  • Setting up and running Hornet node
  • Sending and retrieving message date from tangle
  • Setting up secure secret storage
  • Using streams to send and retrieve data
  • Testing authorization, authentication and data integrity

Simple example of a message exchange using the tangle

Sending and receiving messages using the python client library.

Check instructions

Installation and configuration of a hornet node

Setting up a hornet node with reverse proxy and SSL certificate:

Check instructions

Build application uppon the IOTA layer

Streams

Using IOTA Streams to ensure secure and trustworthy communications between devices.

Check instructions

Source