HamClock Remote Access
Go to file
Samuel Sloniker 92337cb000 Add SaaS backend
This backend works just like the X11 backend, except it starts HamClock
on its own rather than relying on an existing instance. As the name
implies, it is intended for SaaS environments where multiple HamClocks
may be running on a single machine, and running unused instances would
be a significant waste of resources.
2021-07-10 18:51:15 -07:00
client Stability improvements 2021-07-10 14:28:36 -07:00
server Add SaaS backend 2021-07-10 18:51:15 -07:00
.gitignore Configuration file (#15) 2021-06-20 16:37:04 -07:00
LICENSE Create LICENSE 2021-06-15 12:56:32 -07:00
README.md Add documentation 2021-07-05 12:55:41 -07:00

hcra

HamClock Remote Access - access HamClock remotely

See the client and server READMEs for more information.

Client

The client is in the client directory.

Server

The server is in the server directory.