Skip to content

tofa-project/client-daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client Daemon

Manages the apps, Tor process, and how external services communicate with Client amid 2FA related activities. Written in Go.

Each package is initiated procedurally in main.go file.

Building

  • You need go 1.15
  • You need a GCC 32bit compiler to compile modules of mattn/go-sqlite3
  • go build main.go

Successfully compiled it on Ubuntu 20 x64 and Windows 10 x64.

Appendix

Daemon is useless without a websocket RPC client which answers incoming events. For that, tofa-project/client-gui was born.