index
:
snowcast-streamer.git
main
A multithreaded music streaming app (both server and client) in C using TCP for channel info and UDP for streaming.
mfoiani
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
Age
Commit message (
Expand
)
Author
2023-09-24
pass all control tests!
sotech117
2023-09-23
small changes
sotech117
2023-09-23
fix makefile
sotech117
2023-09-23
PASS ALL TESTS
sotech117
2023-09-23
pass one extra test
sotech117
2023-09-23
bitrate still low, but pass the no read from file test
sotech117
2023-09-21
decent stopping point. failing some more tests - may have to redesign my threads
sotech117
2023-09-21
change model to seek
sotech117
2023-09-21
small improvments
sotech117
2023-09-21
optimizations and cleanup function
sotech117
2023-09-21
death with handshake first
sotech117
2023-09-21
add timeout
sotech117
2023-09-21
good stopping point. added some more edge cases.
sotech117
2023-09-20
fix the set station byte reading
sotech117
2023-09-20
implement collecting all bits, if they don't come in one message
sotech117
2023-09-20
fix handshake protocol
sotech117
2023-09-15
work on server handling multiple clients with a fd set
sotech117
2023-09-14
cleanup files
sotech117
2023-09-14
pass all tests on warmup
sotech117
2023-09-14
finish warmup, hopefully
sotech117
2023-09-14
good starting point, finished the guide
sotech117