Top "Network-programming" questions

Programming associated with creating and managing networks as well as adding network connectivity to a (set of) programs.

android 6.0.1 force wifi connection with no internet access

this has many similar questions (google for: "no internet access detected. won't automatically reconnect." or: android force wifi connection programmatically). …

android network-programming android-wifi android-6.0-marshmallow
android resolve .local (mDNS)

I'm looking for a solution to resolve .local host names with Android 4.0.4 (no NSD, due to API level 15). On the …

android network-programming jmdns mdns
non-RESTful vs. RESTful

I am really new to programming, and having some trouble understanding the concept of RESTful APIs. I've read about REST …

rest network-programming server
Check if TCP port is available (not listening or connected)

I use following code to check if a port is available or not: bool ClassA::CheckPortTCP(short int dwPort , char *…

c++ network-programming port netstat
How bad it is to keep calling malloc() and free()?

I'm sending a text file - client-server breakup the text into packets each of 512 bytes but some packets contain text …

c network-programming malloc free packets
Capture network traffic programmatically (no root)

I'm trying to find resources or library which could permit me to capture the traffic of all the network packets …

android network-programming android-networking packet-sniffers
Scan and connect to Wifi networks using Java

Need to write a client, which can scan the available WIFI networks and connects to best known using Java. This …

java network-programming wifi network-scan
Node.js - Programmatically Connect to a VPN or route HTTP Requests via VPN

This is probably a bit of a long shot. But in Node.js I want to make an HTTP request (…

node.js proxy network-programming vpn
Mapping and Remapping Network Drives with Different Users on Win7

I am currently trying to develop an automated client-side test of a server that contains a network share. However, I …

windows windows-7 network-programming smb