I am trying to build some code that is originally target at OSX/BSD/Linux for the iPhone. It uses struct rt_msghdr from route.h开发者_JAVA百科 but as it turns out this header is not available in the i
I would like to implement a client-server architecture running on Linux using sockets a开发者_JAVA百科nd C/C++ language that is capable of sending and receiving files. Is there any library that makes
I am creating an app which requires internet. I want to use reachability 开发者_C百科class in my project and I want to detect if user has no internet connection whatever the technique is either wifi,
Hey all. I have written a program that s开发者_JAVA百科equentially scans certain parts of a LAN for computers (code will be provided). However, when I run this code, it only returns the DNS HostName o
What would 开发者_如何学运维be a efficient way to generate all possible IP v4 addresses? other than iterating all bytes in a one giant nested for loop.Edit: My previous answer would have gone from 128
My iPhone application supports a proprietary network protocol using the CocoaAsyncSocket library. I need to be able to send a network message out when my iPhone application is closed. The code that se
Does anyone know of a code sample in objective-c for traceroute? NOTE- I am looking for a code implementatio开发者_开发百科n of traceroute/tcptraceroute, NOT a utility.You can grab the source code fr
In my program I\'m sending out UDP broadcasts and reacti开发者_如何转开发ng to them. I need a way to ignore the UDP broadcasts that I send out, but react to ones that aren\'t from my machine.
I am writing a program where you connect, for various reasons, to other computers in a LAN. However, rather than having to input the IP address for multiple computers (a pain in the butt), I was wonde
I\'m attempting to port a Linux application to Windows. The application isn\'t too complex, using all fairly standard code开发者_运维知识库, with few external dependencies. The main dependencies are l