/radio

A UDP/TCP server with two clients one to each protocol for music streaming on local networks

Primary LanguageGo

Radio

The radio is a proposed project in the computer network discipline and it uses a control client and a stream client the control client communicates with the server through a TCP connection and the stream client communicates with a UDP connection. During this communication a protocol is used.

For Run this project, first open 3 terminals and:

Run ./setup_run_server.sh

Run ./control.sh

Run ./listener.sh

😁.