Refer to android branch on main readme.

This commit is contained in:
2019-06-26 16:53:29 +01:00
parent b942713cc9
commit fc96017efd

View File

@@ -1,5 +1,7 @@
# U2FDevice # U2FDevice
For the Android version of this, please see [the android branch](/Crystalix007/U2FDevice/tree/android), as there is a completely different build procedure and resources.
This program uses a Raspberry Pi 0 to act as a [U2F token](https://www.yubico.com/solutions/fido-u2f/). This permits any person with a Raspberry Pi 0 to try out U2F 2FA for themselves. This program uses a Raspberry Pi 0 to act as a [U2F token](https://www.yubico.com/solutions/fido-u2f/). This permits any person with a Raspberry Pi 0 to try out U2F 2FA for themselves.
# Required materials # Required materials
@@ -261,7 +263,7 @@ If the program doesn't work on these - don't use as a backup device.
Once the program runs successfully, you can enable automatic startup at boot. Once the program runs successfully, you can enable automatic startup at boot.
Run `sudo systmectl enable U2FDevice.service` Run `sudo systemctl enable U2FDevice.service`
## Debug files ## Debug files