From 271553d646f58ddc37cdb655b944e1680bc15d0f Mon Sep 17 00:00:00 2001 From: Maceeran Date: Fri, 13 Sep 2024 14:23:47 +0200 Subject: [PATCH] * Added a page which guides the user how to use HaLo bridge & runs an example command * Added a link to HaLo bridge demo page to the index page --- core/src.ts/web/examples/halo_bridge.html | 79 +++++++++++++++++++++++ core/src.ts/web/examples/index.html | 1 + 2 files changed, 80 insertions(+) create mode 100644 core/src.ts/web/examples/halo_bridge.html diff --git a/core/src.ts/web/examples/halo_bridge.html b/core/src.ts/web/examples/halo_bridge.html new file mode 100644 index 0000000..61d4be7 --- /dev/null +++ b/core/src.ts/web/examples/halo_bridge.html @@ -0,0 +1,79 @@ + + + + + LibHaLo Demo + + + + + + + +
+

LibHaLo Demo

+

+ Learn how to use HaLo bridge on desktop computers. +

+

+ HaLo Bridge documentation +

+

+ First, please follow the steps below to install HaLo Bridge on your computer: +

+
    +
  1. + Obtain an NFC PC/SC reader compliant with ISO 14443A protocol and your operating system, then connect it to your desktop.
    + Example device +
  2. +
  3. + Download HaLo Tools distribution and install it (or simply unpack it if no installer is provided for your platform).
    + Releases +
  4. +
  5. Run halo-bridge binary (on MacOS: "HaLo Bridge Server" straight from Launchpad).
  6. +
  7. The terminal window with HaLo Bridge Server and the diagnostic web page should automatically pop up.
  8. +
  9. Place a compatible HaLo chip onto the NFC reader and click "Run example command" button.
  10. +
+ + + +

+
+            
+        
+ + \ No newline at end of file diff --git a/core/src.ts/web/examples/index.html b/core/src.ts/web/examples/index.html index b71b0fc..f71a005 100644 --- a/core/src.ts/web/examples/index.html +++ b/core/src.ts/web/examples/index.html @@ -27,6 +27,7 @@

LibHaLo Demos

  • key_backup.html - Key backup demo
  • get_data_struct.html - Retrieve data demo
  • get_key_info.html - Key slot information demo
  • +
  • halo_bridge.html - HaLo bridge demo