Skip to content

0xjakob/esp-unlock-host-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP-Unlock Host Application

This GTK-3-based application queries and displays OTPs from an ESP-Unlock hardware token and runs the ESP-Unlock firmware.

Status

This app is pretty much a proof-of-concept. It should work if you do not do something unusual. But it has a lot of loose screws and many errors are not checked. There is no refined design here, either, because the author is not really familiar with building GUI applications. Please keep this in mind when using this application and checking the code. This, however, should not discourage you from trying this application. Any feedback, comments, suggestions are welcome. Feel free to open a GitHub issue or pull request in that case.

Requirements

  • Currently, only Linux is supported.
  • A recent C++ compiler with C++20 support.
  • libgtk-3 and related libraries (see CMakeLists.txt for more details).
  • libbaseencode (development version for building)

Build