34 lines
468 B
Plaintext
34 lines
468 B
Plaintext
Things to install
|
|
|
|
//To provide HW RNG facilities
|
|
sudo apt-get install rng-tools
|
|
|
|
//To provide ECC facilities
|
|
git submodule update --init --recursive
|
|
cp Scripts/uECC-Makefile micro-ecc/Makefile
|
|
cp Scripts/cpp-base64-Makefile cpp-base64/Makefile
|
|
|
|
To build
|
|
|
|
make
|
|
|
|
To install
|
|
|
|
sudo make install
|
|
|
|
To run
|
|
|
|
U2FDevice
|
|
|
|
Debug files at
|
|
|
|
Raw communication
|
|
/tmp/comdev.txt
|
|
/tmp/comhost.txt
|
|
|
|
Packets
|
|
/tmp/devPackets.html
|
|
/tmp/devAPDU.html
|
|
/tmp/hostPackets.html
|
|
/tmp/hostAPDU.html
|