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
/
client.c
Age
Commit message (
Expand
)
Author
2023-09-26
clean up some final bugs
sotech117
2023-09-26
revert server
sotech117
2023-09-25
massive restrcuting of code for readability
sotech117
2023-09-25
more refactoring and commenting
sotech117
2023-09-25
add comments and clean client
sotech117
2023-09-25
big refactoring code. some issues with udp stream now, though. will need to f...
sotech117
2023-09-24
fix for stations with lots of stations
sotech117
2023-09-24
important small things
sotech117
2023-09-24
more extra credit :)
sotech117
2023-09-24
add small fixes for cmd prompt and optimize
sotech117
2023-09-23
cleanup
sotech117
2023-09-23
implement extra credit
sotech117
2023-09-24
pass all control tests!
sotech117
2023-09-23
try some stuff, no avail
sotech117
2023-09-23
edits to control
sotech117
2023-09-23
maybe this works
sotech117
2023-09-23
last time
sotech117
2023-09-23
revert to old clinet
sotech117
2023-09-23
final try before ed post
sotech117
2023-09-23
print type of station?
sotech117
2023-09-23
print command line prompt after welcome is received
sotech117
2023-09-23
flushing stdout
sotech117
2023-09-21
small improvments
sotech117
2023-09-21
death with handshake first
sotech117
2023-09-21
add timeout
sotech117
2023-09-20
implement collecting all bits, if they don't come in one message
sotech117
2023-09-20
more small things to fit assignment spec
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-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
big progress on streaming in sync and controlling multiple users
sotech117
2023-09-15
cleanup the hello and welcome interactoin
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