Added basic info to readmes

This commit is contained in:
Logan Cusano
2023-07-22 03:51:46 -04:00
parent 57fa6be110
commit d05c266f75
3 changed files with 12 additions and 22 deletions

View File

@@ -2,7 +2,9 @@
---
Explanation here
The client application communicates with the server through the provided API. Each client instance waits for join requests sent by users through Discord. Once a join request is received, the client uses the SDR application to tune into the specified radio preset. It then establishes a connection to Discord, allowing users to listen to the selected radio preset in real-time.
In addition to its interaction with the server, the client also has its own API and web application. This enables users to directly interface with the client, perform actions specific to the client application, and access relevant information about the connected SDR and radio presets.
## Requirements