Hi, I currently have set up a client application and a server application, and have both sending and receiving messages, through the use of: "PrintWriter writer = new PrintWriter(socket.getOutputStream());" and "InputStreamReader reader = new InputStreamReader(socket.getInputStream());" This is working, but my problem now is that i have to set up the client to send specific formated tcp/ip blocks, because i need to ...