No description
Find a file
2025-07-27 16:20:52 -07:00
args Incremental progress 2025-07-27 16:20:52 -07:00
conf Incremental progress 2025-07-27 16:20:52 -07:00
http Incremental progress 2025-07-27 16:20:52 -07:00
config-sample.txt First commit 2025-07-26 22:38:03 -07:00
go.mod First commit 2025-07-26 22:38:03 -07:00
main.go Incremental progress 2025-07-27 16:20:52 -07:00
readme.md Incremental progress 2025-07-27 16:20:52 -07:00

Signal-CLI HTTP

Very early in development.

Very simple HTTP frontend to signal-cli.

Please also read the following README files for the individual modules:

  • args - handles command line arguments.
  • conf - handles the config file.

Too be implemented:

  • subprocess - handles running the binaries which communicate with the daemon.
  • web - handles the incoming http requests.