fix server broadcasting demo

This commit is contained in:
2026-07-21 21:29:29 -05:00
parent a400b233a2
commit 8a97a32823
4 changed files with 54 additions and 31 deletions

View File

@@ -18,7 +18,7 @@ An Accordion server allows clients to view and publish chat messages; authentica
Total running list of external software source packages:
- OpenSSL: TLS Networking Security
- RtMidi: Realtime Audio I/O Processing
- RtAudio: Realtime Audio I/O Processing
- libconfig++: Configuration File Interfacing
- more to come in the future 🐰
Similarly, a list of dependent linux packages:
@@ -27,7 +27,7 @@ Similarly, a list of dependent linux packages:
## Development plan:
- [x] Build & project setup, get working hello-world program.
- [ ] TCP Demo between client and server
- [x] TCP Demo between client and server
- [ ] Add TLS with OpenSSL on top of the TCP
- [ ] Build and deploy server to a Docker container in a CI/CD pipeline
- [ ] Implement PostgreSQL interfacing for the server