#erlStream
erlStream is a system for streaming music from a server to clients.
The server is written in Erlang and the Client in Java.
git clone https://github.com/Vertig0/erlStream.gitcd path/to/erlStream
makeNote: You can compile the server or the client separately with make server and make client respectively.
cd path/to/erlStream
make start_servercd path/to/erlStream
make start_clientWhen started, enter the server address, the port and press the button.
ssh username@yourserver.com
git clone https://github.com/Vertig0/erlStream.git
cd erlStream
make start_servercd path/to/erlStream
make start_clientWhen started, enter the server address, the port and press the button.