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
/
snowcast_server_concurrent.c
Age
Commit message (
Expand
)
Author
2023-09-20
fix memory array
sotech117
2023-09-20
malloc error checking
sotech117
2023-09-20
fix some other tests i broke. small index bug
sotech117
2023-09-20
more small spec changes
sotech117
2023-09-20
more small things to fit assignment spec
sotech117
2023-09-20
add code to send invalid messages
sotech117
2023-09-20
add better command line interface to server repl. also, add the print functio...
sotech117
2023-09-20
fix handshake protocol
sotech117
2023-09-19
start broadcasting right away
sotech117
2023-09-19
fix file descriptor leak
sotech117
2023-09-18
cleanup some bugs. you can now listen to the music! good stopping point
sotech117
2023-09-18
announce message basics done
sotech117
2023-09-18
got it to work, not sure on protocol.
sotech117
2023-09-18
decent connection, but not there yet
sotech117
2023-09-18
good progress. basic num_station data going & listener udp port works
sotech117
2023-09-18
rever back to pthread_cancel
sotech117
2023-09-18
good stopping point before experimenting
sotech117
2023-09-18
big progress on streaming in sync and controlling multiple users
sotech117