Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.29 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.29 KB

LoraRatchet Thesis implementations

What is in this repo

This repo contains applications (server & client) for implemented LoraRatchet on either Raspberry pis or ESP32.

Run

If you want to run the thesis projects on either a Raspberry pi og ESP32, there are applications and code examples for those. Please go into their respective directory named such.

Modified libraries

We modified several libraries to get this working. This is both


oscore: original - modified

Here we had to update the library to a newer version, we have forked and renamed the repo to edhoc, which can be found at the modified link.

We updated the EDHOC to version 13, so it complies with static Diffie-hellman authentication using the cipher suite 0.


sx127x_lora: original - modified

The original repo was not working due to a incompatible merge earlier this year, so we forked this library and implemented the missing parts.