From 904524c6480945a7137f3f8d7dd9db2527359d21 Mon Sep 17 00:00:00 2001 From: Lurkars Date: Sat, 25 Jul 2020 13:40:35 +0200 Subject: [PATCH] update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3dd636..08b2fbd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # esp-ena Implementation of contact tracing with the Covid-19 Exposure Notification API by Apple and Google on an ESP32 (with [ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/index.html)). -More information about the Covid-19 Exposure Notification at [Apple](https://www.apple.com/covid19/contacttracing/) and [Google](https://www.google.com/covid19/exposurenotifications/). This is meant for people without smartphone or without smartphones with Apples/Googles implementation. +More information about the Covid-19 Exposure Notification at [Apple](https://www.apple.com/covid19/contacttracing/) and [Google](https://www.google.com/covid19/exposurenotifications/). This is fully compatible with the official API and is meant for people without smartphone or without access to Apples/Googles implementation. The main source (the Exposure Notification API) is a separate module in [**components/ena**](components/ena). -[Demo Video](https://twitter.com/Lurkars/status/1282223547579019264) - This implementation fully covers for the BLE part including the cryptography specifications needed (see Bluetooth Specifications and Cryptography Specifications documents in the links above): * send beacons * store TEKs on flash (last 14) @@ -140,4 +138,9 @@ I2C driver for a SSD1306 display. ### miniz -[Miniz](https://github.com/richgel999/miniz) for unzipping Key Export (not successful for now due to memory limit) \ No newline at end of file +[Miniz](https://github.com/richgel999/miniz) for unzipping Key Export (not successful for now due to memory limit) + + +## Demo + +[Demo Video (early stage)](https://twitter.com/Lurkars/status/1282223547579019264) \ No newline at end of file