Open benhylau opened 9 years ago
Oops forgot this https://github.com/BerlinMeshnet/cjdns-android/issues/2 exists.
Hey @benhylau,
I haven't done much research into it, but I guess we should be able to easily create QR code with the URL and data. But don't we need a defined scheme name instead of scheme://
and then register intent filters in the app so that this app becomes one of the option to open the URL?
Yea like this poc: https://github.com/benhylau/wrbt-poc/blob/master/README.md
We have a standardized format to request for peering and distribute credentials. It's work-in-progress, but they will look something like this.
Peering Request
Credentials
This text should be sent through one of the following methods.
All of them are easy to do, except QR code requires more work. Probably use zxing to encode and decode between text and QR.