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_listener
Age
Commit message (
Expand
)
Author
2023-09-25
remove executables
sotech117
2023-09-25
update gitignore
sotech117
2023-09-25
pull readme
sotech117
2023-09-25
massive restrcuting of code for readability
sotech117
2023-09-25
clean up stream thread function
sotech117
2023-09-25
fix udp connection pointers. may abstract into a memo type structure to reduc...
sotech117
2023-09-25
big refactoring code. some issues with udp stream now, though. will need to f...
sotech117
2023-09-24
important small things
sotech117
2023-09-24
add small fixes for cmd prompt and optimize
sotech117
2023-09-23
implement extra credit
sotech117
2023-09-23
try some stuff, no avail
sotech117
2023-09-23
edits to control
sotech117
2023-09-23
revert makefile
sotech117
2023-09-23
revert to old clinet
sotech117
2023-09-23
another makefile
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
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
try fixes
sotech117
2023-09-20
remove extraneous lines
sotech117
2023-09-20
fix memory array
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
make file testing
sotech117
2023-09-19
start broadcasting right away
sotech117
2023-09-19
update MAKEFILE again
sotech117