I'm new at sending data through sockets but I figured out how to do it now. My problem is that I can only send and receive bytes, is there a way that I can send and receive strings in stead of bytes? Or is it always bytes?
I'm sorry for my bad understanding of how sockets work but I'm trying (;
Thanks in advance!