Joedahms / ECE463-Project

1 stars 0 forks source link

Server receive and retransmit UDP plain text message #36

Open Joedahms opened 5 days ago

Joedahms commented 5 days ago

If the server receives a plain text message, it should send the message to all connected clients.

Joedahms commented 3 days ago

Need to re implement concurrently connected clients as well. The plain text message will be sent to all clients connected to a forked process.