0
votes
0answers
15 views
How can I get the cellular connection interface name on the iPhone?
I did not find any clues on how to get the cellular connection interface name.
BTW is the cellular connection interface static or it can change for example from en1 to en2?
Thanks
3
votes
4answers
79 views
How does a desktop application get information back from a website?
I'm a desktop application developer. I'm creating a basic website from which to sell an application I've written, and learning some web tech along the way, but haven't learnt that much yet (my chosen …
0
votes
2answers
71 views
Multiprocess and Multithreaded design
Parent process preforked a number of process and each preforked process created number of threads (thread pools). All the thread in the same address space can share the data and can use the different …
1
vote
1answer
34 views
Measuring network performance tool in c#
Dear community.
I am about to develop a Network measurement tool. The objective is to make a tool, which can measure the responsetime in between a client and a server machine (from the client side). …
0
votes
1answer
33 views
Is there a way to locate a TCP Server running under local network?
Is there a way to locate a TCP Server running under local network using raw sockets and C#?
-The Client searching for the Server is running under the same local network as the Server and it knows the …
3
votes
7answers
156 views
Determine if internet connection is available
Hi,
I know that I am not the first to ask the question: How do I find out if my application is online or not?
I found this post: StackOverflow.
I want to do it with C# and .NET 3.5.
The …
0
votes
2answers
46 views
Construct Network Topology
Hi All,
We are trying to develop a Topology Map of available devices in a network.
I have the details of the system, like IP, Device Name.
All I need to do is to populate them on the graph and show …
0
votes
2answers
62 views
Network protocol object serialization in C++
Hello,
I'm writing some C++ code that will have to send data over TCP/IP. I want this code to be portable on Linux/Windows/Osx. Now, as it is the first time I write portable network code, I basically …
0
votes
0answers
27 views
how to change domain in many computer more than 200 computer? [closed]
change abc domain
to def domain
How to change them all and backup ??
5
votes
5answers
136 views
Can anyone guess what protocol these packets belong to?
We see these packets being injected in an FTP-DTP channel during a downlink file transfer on Telstra's NEXTG mobile network. We are not sure if these are network level packets, a problem with our 3G …
0
votes
1answer
50 views
C# - Network vs. Server
Hello,
I have been working on an emulator, and it sends a few packets separately, but the client receiving the packets is able to handle multiple packets incoming from a single receive.
Here's my …
2
votes
2answers
101 views
Virtual Network Connection
I can see that lot's of programs like openvpn and Teamviewer for their VPN Connection creat a virtual network connection on windows. I want to create one for myself for testing purposes.
Is it …
0
votes
3answers
45 views
Is Network Up? C++ Fedora/Unix
Does any one have a snippet of their code that, checks if the network is enabled on a machine and has an active IP Address.
I have a networking software that connects to other client machines, …
1
vote
2answers
62 views
Homework: Generating Graphs
I need to simulate a discrete event simulator and for that I need to generate a network consisting of 30 nodes and then check if the generated graph is directed or not. Can anyone guide me on how to …
1
vote
4answers
66 views
Centralized network logging - syslog and alternatives?
At work, we're building a distributed application (possibly across several machines on a LAN, possibly later across several continents on a WAN+VPN). We don't want log files local to each machine …
