sockets
Creating communication protocol over TCP Sockets?
I have an Arduino microcontroller with a Sparkfun WiFly shield. I build a simple program in C#/.NET that connects to the Arduino using System.Net.Sockets:[详细]
2023-04-10 06:46 分类:问答How to check if a given ip address is reachable in C program
I need a C program that will check whether开发者_如何学Python a user given ip address(both ipv4 and ipv6) is reachable or not. I do not know the port no. So I cant connect and check. The functionality[详细]
2023-04-10 06:25 分类:问答Blackberry socket connection and threads
I am developing a program which have 2 buttons : Start and End. When i click Start it will start to get Locations in every 30sec. and send them to a server using socket connection. When 开发者_如何学编[详细]
2023-04-10 05:18 分类:问答bind with INADDR_ANY
If I bind a socket to INADDR_ANY I know that it will accept incoming connections on any of IPs configured on the server. Lets say I have 1 IP configured when I make the bind() call开发者_StackOverflow[详细]
2023-04-10 05:13 分类:问答Java ObjectInputStream hanging
I am开发者_开发百科 feeling really stupid right now guys.... basically I am connecting over TCP on a local machine... and when I try to make the In/out streams at the client it wont get passed creatin[详细]
2023-04-10 04:18 分类:问答How do I achieve a webpush with data coming from a socket?
Here is my current code: #!/usr/bin/env python from twisted.application import internet, service from twisted.application.service import IServiceMaker, MultiService[详细]
2023-04-10 03:27 分类:问答Simple Iphone Client Connection to Server
Thanks in advance those who view my question. i am new to programming and also new to Objective-c programming, i am creating a simple client that will connect to a daytime server and request what time[详细]
2023-04-10 03:18 分类:问答NullPointerException in Thread's run method
I would really appreciate help with my program. It is some sort of chat server with multiple clients.[详细]
2023-04-10 03:10 分类:问答Websocket Java Server. Not sending message nor receiving
I\'m trying to make a Java WebSocket server, nothing really complicated, just a little, ugly small server to try the websockets from the browser using the standard defined api.[详细]
2023-04-10 01:54 分类:问答java 7 socket listen exception
I have java 7 socket listen exception during jboss initialization. JAVA: c:\\Program Files\\Java\\jdk1.7.0\\\\bin\\java[详细]
2023-04-10 00:35 分类:问答