Skip to content
Advertisement

Tag: client

Why can’t I send all messages with my server-client model?

I have implemented a simple server-client model to send and print messages between my Raspberry Pi and my laptop on which I run Linux, Ubuntu. Here are the client and then the server code. And the server code: I run the server code on my Raspberry Pi and the client code on my laptop. Connection happens successfully but server only

Advertisement