Joedahms / ECE463-Project

1 stars 0 forks source link

Server UDP message #30

Open Joedahms opened 1 month ago

Joedahms commented 1 month ago

If the server receives a plain text message, it needs to relay it to all connected clients.

EthanMatei commented 1 month ago

I have worked on this issue and solved it if you go to RelayBranch, I have not merged it because it is very different from main code and I built it based of some stuff I got online ill include here if anyone wants to check out that branch to check the work. The original functionality still needs work as it receives the contents as a message for some reason..

Context: https://michaeldipperstein.github.io/sockets.html https://csperkins.org/teaching/2010-2011/networked-systems/lab03.pdf https://www.geeksforgeeks.org/udp-client-server-using-connect-c-implementation/ https://www.scribd.com/presentation/240191933/Berkeley-Sockets-TCP-UDP-Code