Clone repository with flag --recursive or --recurse-submodules to get submodules:
git clone --recurse-submodules https://github.com/fprotopapa/iota-and-iot.git
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.
- 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
Sending and receiving messages using the python client library.
Setting up a hornet node with reverse proxy and SSL certificate:
Using IOTA Streams to ensure secure and trustworthy communications between devices.