Koffeegod / demo-issues

a set of dummy issues for shooting videos, demos, etc
0 stars 0 forks source link

Write the "presence protocol for opportunistic syncing" in JavaScript #8

Closed Koffeegod closed 8 years ago

Koffeegod commented 8 years ago

Here is the spec that describes the protocol: https://github.com/thaliproject/thali/blob/yaronyg-patch-1/presenceprotocolforopportunisticsynching.md

Here is the Java code that implements the protocol: https://github.com/yaronyg/cryptopresencetest

This task is for implementing the "Generating the pre-amble and beacons" part of the protocol in JS. If any of the needed crypto APIs are not available in Node.js, a 3rd party library will be used.