tcp
Can´t open a socket connection from J2ME to a C# server
I´m trying to open a tcp socket from a j2me midlet on a symbian device to a windows (C#) socket server. The server is working and was tested for months.[详细]
2023-04-02 17:03 分类:问答TCP Debug Error C#
public Server([Optional, DefaultParameterValue(0x6c1)] int port, [Optional, DefaultParameterValue(\"127.0.0.1\")] string ip)[详细]
2023-04-02 16:57 分类:问答Find server listening on a specific port on local network
I have a server application. I also have a client application. I am able to establish a tcp connection between the applications when both applications happen to be on the same network. so let\'s say t[详细]
2023-04-02 16:47 分类:问答using a server to manage tcp connections
I have a server application and a client application in order to send and receive files between computers.[详细]
2023-04-02 16:20 分类:问答Simple Network chat in Java
just had a question to a simple chat p开发者_C百科rogram i wrote in java. The program uses TCP to transmit simple message strings back and forth from Server/Client. And it works on all the computers o[详细]
2023-04-02 15:12 分类:问答Using my own security algorithm on a tcp connection
I know there are several techniques out there to encrypt data. I am not familiar with them so I been thinking on a way to make my application more secure. I basically have a server application and a c[详细]
2023-04-02 09:28 分类:问答c# Stream Reading and Deserialization
I have this code: public static List<ReplicableObject> ParseStreamForObjects(Stream stream) { List<ReplicableObject> result = new List<ReplicableObject>();[详细]
2023-04-02 08:11 分类:问答BufferedReader.read() eating 100% of CPU
I have a JAVA game server that uses 1 thread per TCP connection. (I know it\'s bad but i\'ll have to keep it this way for now). On a (3.2Ghz 6cor x2 machine, 24GB RAM, windows server 2003 64bits) and[详细]
2023-04-02 03:52 分类:问答I am trying to make a simple chat program with c and sockets. When I run it after a couple of things it says program received signal EXC_BAD_ACCESS
printf(\"what is your name?\"); gets(send_name); strcpy(send_name2, strcat(\"You are connected to \", send_name));[详细]
2023-04-02 01:07 分类:问答C# Deserialization Over TCP
I have now an issue with deserializing an object sent over TCP. When deserializing, I get the following SerializationException (code below):[详细]
2023-04-02 00:45 分类:问答