tagged [networking]

Default SQL Server Port

Default SQL Server Port I have a VB6 application that uses SQL server. It needs to access it through a LAN. Therefore I want to make an exception in firewall. What is the default port of microsoft SQL...

27 Jul at 16:42

Sending message through WhatsApp

Sending message through WhatsApp Since I found some older posts, that tell that whatsapp doesn't support this, I was wondering if something had changed and if there is a way to open a whatsapp 'chat' ...

How can I find the current DNS server?

How can I find the current DNS server? I'm using Delphi and need to get the current Windows DNS server IP address so I can do a lookup. What function should I call to find it? The only solution I have...

15 Sep at 10:45

Identifying active network interface

Identifying active network interface In a .NET application, how can I identify which network interface is used to communicate to a given IP address? I am running on workstations with multiple network ...

22 Nov at 18:42

find all ip address in a network

find all ip address in a network I am trying to do this C#. I need to find all ip address that are active in my network and show them in a list. I can ping all available (1...255) ip address in a netw...

23 Nov at 18:53

TraceRoute and Ping in C#

TraceRoute and Ping in C# Does anyone have C# code handy for doing a ping and traceroute to a target computer? I am looking for a pure code solution, not what I'm doing now, which is invoking the ping...

12 Mar at 13:49

OpenSocial server implementation

OpenSocial server implementation What is the preferred method of implementing the OpenSocial platform? I'm aware of Apache Shindig but can't really find any useful information on it. Also, is it possi...

Using Python, how can I access a shared folder on windows network?

Using Python, how can I access a shared folder on windows network? I have a file that I would like to copy from a shared folder which is in a shared folder on a different system, but on the same netwo...

24 Aug at 02:34

Get BSSID (MAC address) of wireless access point from C#

Get BSSID (MAC address) of wireless access point from C# How can I get the BSSID / MAC (Media Access Control) address of the wireless access point my system is connected to using C#? Note that I'm int...

9 Oct at 16:43

Database design: Best table structure for capturing the User/Friend relationship?

Database design: Best table structure for capturing the User/Friend relationship? I'm trying to design a data model that denotes one user being the friend of another user. This is what i've come up wi...

18 Dec at 20:55

android emulator access server in local network

android emulator access server in local network i am having difficulties to have my android app running in the emulator to connect to servers in my local network. i am getting a but the servers are re...

How do you create a virtual network interface on Windows?

How do you create a virtual network interface on Windows? On linux, it's possible to create a tun interface using a tun driver which provides a "network interface psuedo-device" that can be treated as...

6 Sep at 21:26

Regular expression that matches valid IPv6 addresses

Regular expression that matches valid IPv6 addresses I'm having trouble writing a regular expression that matches valid IPv6 addresses, including those in their compressed form (with `::` or leading z...

2 Nov at 21:58

How to monitor network calls made from iOS Simulator

How to monitor network calls made from iOS Simulator I am trying to monitor calls from an app to my server just like Firebug does. I could not find a way to see that in iOS Simulator or in xCode. Is t...

How can I get the current network interface throughput statistics on Linux/UNIX?

How can I get the current network interface throughput statistics on Linux/UNIX? Tools such as MRTG provide network throughput / bandwidth graphs for the current network utilisation on specific interf...

31 Mar at 09:6

Can Android do peer-to-peer ad-hoc networking?

Can Android do peer-to-peer ad-hoc networking? Is it possible to set up Android in ad-hoc peer-to-peer wifi mode? For example, I would like to have one phone broadcast a message, and have all peers in...

11 Apr at 23:49

Best C/C++ Network Library

Best C/C++ Network Library I haven't done work in C/C++ for a little bit and was just wondering what people's favorite cross platform libraries are to use. I'm looking for something that is a good qu...

23 Sep at 03:27

How do I choose a multicast address for my application's use?

How do I choose a multicast address for my application's use? How should I choose an IPv4 multicast address for my application's use? I may need more than one (a whole range perhaps ultimately) but ju...

25 Oct at 10:57

How to disable/enable network connection in c#

How to disable/enable network connection in c# Basically I'm running some performance tests and don't want the external network to be the drag factor. I'm looking into ways of disabling network LAN. W...

2 May at 11:31

How do I obtain the physical (MAC) address of an IP address using C#?

How do I obtain the physical (MAC) address of an IP address using C#? From C#, I want to do the equivalent of the following: Alternatively, the answer could call the [SendARP](http://msdn.microsoft.co...

9 Oct at 15:47

How to sniff local outgoing network traffic in .NET without using PCap?

How to sniff local outgoing network traffic in .NET without using PCap? I'd like to somehow hook into the local system's network stack to capture outgoing network packets without using Winpcap. Unfort...

19 Aug at 01:45

Programming P2P application

Programming P2P application I am writing a custom p2p program that runs on port 4900. In some cases when the person is behind a router, this port is not accessible from the internet. Is there an autom...

8 Jun at 11:26

Difference between PACKETS and FRAMES

Difference between PACKETS and FRAMES Two words commonly used in networking world - Packets and frames. Can anyone please give the detail difference between these two words? Hope it might sounds silly...

6 Dec at 19:40

How get list of local network computers?

How get list of local network computers? I am trying to get a list of local network computers. I tried to use `NetServerEnum` and `WNetOpenEnum` API, but both API return error code `6118 (ERROR_NO_BRO...

24 Jun at 12:31

Sending UDP Packet in C#

Sending UDP Packet in C# I have a game server (WoW). I want my players to download my custom patches to the game. I've done a program that checks for update/downloading things. I want my program to se...

30 Jul at 20:53