A computer network allows sharing of resources and information among interconnected devices which use a common hierarchy of protocols to communicate.

learn more… | top users | synonyms (1)

0
votes
0answers
14 views

neural network back propagation algorithm sos

I am somewhat new to programming but i have to create a program in which i create a neural network using back propagation and input x,y,z coordinates (as 1 vector i assume) and a corresponding ...
-2
votes
0answers
31 views

How does Windows detect network that the computer is connected to? [closed]

In Network and Sharing Center one can see the network that the computer is connected to. The user may also provide a custom network name such as "University Campus". In particular this works on our ...
0
votes
0answers
14 views

VMware Fusion 5 Host only networking Mac OSX

Since I work on a MacBookPro and I develop in several environments, I'd like to achieve this configuration on my mac: Network 1: dhcp etc.. to access the internet and to perform regular network ...
2
votes
2answers
85 views

Sending broadcast to all networks

I am currently writing a python program that needs to discover other instances of itself on LAN. It uses UDP broadcasts for discovery (255.255.255.255). The problem is that if the computer has ...
-1
votes
0answers
9 views

How to do network benchmark virtual machines [closed]

I am doing a test on a network service that runs as man in the middle in the hypervisor level. I wish to create a VM with heavy traffic and see the impact of the service on the traffic. Are there ...
-1
votes
0answers
25 views

No network access icon accessing [closed]

In windows 7, there is an icon for no internet access. Is there any way incopate in batch file. I need to run some codes when that icon appers and when there is no such icon. Is there any way to do ...
-1
votes
0answers
16 views

Server services 's that are running? [closed]

is it possible to check a random server running services without using tools and applications but only using Linux (ubuntu in my case :D) basic networking commands ?
-1
votes
0answers
11 views

CISCO 1941 IOS upgrade [closed]

In our organization we have a 1941 CISCO router & we want to provide a connection Pool for our 3 Internet connection going to that router & let the router distribute the traffic coming from ...
-1
votes
0answers
16 views

Configuring tsocks to use public SOCKS proxy [closed]

I am trying to configure my browser to use a publicly available SOCKS proxy running on port 80, whose subscription we have bought for a month (can connect to SOCKS proxy using username and password). ...
0
votes
1answer
22 views

Ubuntu iptable messing file_get_contents() up

I am setting my ubuntu web server up and I am setting up a firewall on it. All is good except for my one document that has file_get_contents() up. I am just wondering what port i need to unblock for ...
0
votes
0answers
27 views

how to get a network type continuously?

I'm currently working on project viewer application parameters 2G and 3G. I want to show rxqual and rx level, and when the network is detected on the 3G network, and Rx Level rxQual will turn into ...
-2
votes
0answers
23 views

BT Home Hub & Internet - Unstable Internet [closed]

I have been having problems with my internet with BT for a long time. My dad works for BT and gets the internet for free, so he isn't willing to switch. There have been a number of problems. When we ...
0
votes
1answer
26 views

Adding pcap file contents to Hash Table dynamically in lua

I am trying to read .pcap file, and aggregate number of data packets for each client(client ip here is destination address). For example, if 5 data packets have been sent to xxx.ccc.vvv.bbb, i am ...
0
votes
0answers
30 views

Best way to encrypt data between selected users on a network? [closed]

I am looking for the best design of a solution that will allow a few users on a Windows network to share files in a way that not even the system administrators can read the files. All these users have ...
0
votes
1answer
40 views

Python/Twisted - Server also a client?

Basically, I have a twisted server accepting data from clients, which works great. What I'd like this server to do is send certain received data to another server, which will then echo it to ...
-2
votes
0answers
13 views

Red Hat USB over Ethernet [closed]

I have a Red Hat Enterprise Linux version 6. I want to run a custom board with USB connectivity with it. Thus i have connected the USB board and configured the USB as an ethernet port. My ...
-3
votes
0answers
13 views

Ip forwarding to only one ip [closed]

i am trying to configure my linux interface to work as follows: forwarding the traffic only designated to the ip configured on the interface itself (so it will drop any dst IP from same subnet that ...
0
votes
0answers
18 views

Can I use windows 7 route command to use my pc as a network router? [migrated]

I am trying to use my PC as a router so that one network can access another (not only PC), I have One NIC with IP 172.20.10.180 , Subnet 255.255.255.0 I have another NIC with IP 172.20.110.70 , ...
0
votes
1answer
36 views

Java : Client-Server Simple Application with IP Blacklist

I'm writing a client-server application in simple java (java.net* and java.io*) with multi-threading to enable connections of several clients to the server. I'm also trying to implement a simple IP ...
1
vote
1answer
37 views

How do I transfer effectively huge number of files from my python clients to server and back?

I have around 100 clients (Windows machines mostly with one or two Macs/Ubuntas) and I need to sync huge number of files between clients by means of central server which does almost no work on synced ...
3
votes
1answer
25 views

Multiple WebClients not working?

I am trying to download three files with three separate WebClients. I use this: void client1_OpenReadCompleted(object sender, OpenReadCompletedEventArgs e) { ...
0
votes
0answers
15 views

Client seems unable to receive messages from host

I have been working on a small server for a game that I am also developing, and for a bit of practise I've just been working on adapting some examples that I have found online. However, I have been ...
0
votes
1answer
90 views

Scan for available WiFi networks in F#

I've tried to find a way to scan for available WiFi networks in F# and print out their names and signal strength, but i couldn't find anything useful. I found the NativeWifi API, and tried to use it, ...
1
vote
1answer
11 views

Debian - default ip per user?

I got a server that has 64 public IPv4 adresses. Is there any way to set default IP per user on Debian? I don't mean virtual server setup. Or if not, is there any console application to bind other ...
1
vote
2answers
34 views

Does having outgoing UDP traffic allow incoming traffic on this port?

I'm currently implementing a UDP server browser feature, so a player can find servers of a game via a php page (IP & port) and then request game-data from this address. This game-data includes ...
1
vote
1answer
42 views

How to get Android HTTP requests?

I would like to get the HTTP POST and GET requests of Android applications and the browser. How can I sniff the network traffic? It is important that I can also see the request which are caused by ...
1
vote
0answers
29 views

C# UDP Multicast with multiple clients - only receiving message from one client

So I have created a simple UDP server that broadcasts a datagram to clients via multicast. Upon receiving this message, each client responds by sending a multicast datagram reporting some internal ...
1
vote
0answers
32 views

How do I allow access for a winforms application to remote server?

Scenario: I have created a small windows forms application which is installed on a number of computers which are on a network. These computers must use remote desktop to login to a number of remote ...
0
votes
1answer
19 views

Why is NOTIFY necessary in SSDP?

I'm hoping somebody can clear up my confusion behind the purposes of NOTIFY and M-SEARCH messages used by upnp/ssdp protocol. My understanding is that a NOTIFY message is sent when a device wants to ...
0
votes
3answers
69 views

Can I block network access for a specific moment?

Writing an iOS app, I neet to give the user the option to block the network access for this app only. Is it possible doing that in code? Meaning every call, made by whatever part of the code (and ...
1
vote
1answer
17 views

ReadFile named pipe after client closed other end

I have multithreaded app working quite well, except the following scenario: Initially I read from pipe 16 bytes, then depending on the header I read the rest. The problem is that sometimes client ...
1
vote
0answers
27 views

Find machines on local network based on port (network discover) in android

I am looking to have my android app scan every pc on the local network 192.168.1.1-254 looking for machines with some given port open. I know of a few manual ways to do this, but it would be a ton of ...
1
vote
1answer
39 views
+50

Using Nvram to Change Wifiaddr. Reverting to Original Wifiaddr

nvram wifiaddr=XX:XX:XX:XX:XX:XX This is the method I used on my i5 ios6 to change my wifiaddr. Everything was smooth. As this solution is permanent, I would like to know if there a way to revert to ...
0
votes
3answers
62 views

accept() return value when there is no pending connection

I make simple server.c that doing this : listening to port 7705. accept the incoming connection from "Client-x". while there is no pending connection, then receive data from "Client-1". if there is ...
0
votes
0answers
12 views

Infiniband adapter not loading, fail to INIT_HCA [closed]

I'm building a cluster using warewulf cluster tool and Scientific Linux, I have build a chroot image with the infiniband packages looks like the adapter is not being initialised (this is in all ...
-2
votes
2answers
41 views

How to create socket in Linux? [closed]

I am looking for a way to create socket file in Linux. I want when I cat a file to see everything sent to certain port. Is it possible to use something like mksock to achieve this?
0
votes
2answers
14 views

How to set the timeout for a TcpClient?

I have a TcpClient which I use to send data to a listener on a remote computer. The remote computer will sometimes be on and sometimes off. Because of this, the TcpClient will fail to connect often. I ...
0
votes
0answers
8 views

MacOS NKE kext: block established connection?

Is there a way to block/interrupt an existing TCP connection from a NKE (network kernel extension) in Mac OS X? I have a socket filter registered that can prevent outbound/inbound connections from ...
4
votes
0answers
18 views

MITMProxy poor performance

Seeing very poor performance while using MITMProxy in Python. We are custom forwarding requests using the requests Python library. Our program uses the script mode on MITMProxy to create a custom ...
4
votes
0answers
31 views

How to properly forward requests through proxies with MITMProxy?

Trying to use MITMProxy to do custom forwarding to requests made from the Firefox browser, so that they go through one of several proxies selected at runtime. It is performing too slow for our ...
0
votes
3answers
47 views

Java networking IO server setup

I want to play around with the Java networking I/O streams and API. I have a laptop and a PC on my network (I know the IP's to each of these devices) that connects through a Netgear DG834 router. How ...
-1
votes
2answers
19 views

Please help me on this connectivity issue of wireless network nodes [closed]

Hello I am not sure can i proceed please help me. Imagine a figure Say S is the sink node and it can be in two positions s1,s2 and other two nodes are A,B . Node A can be in three positions A1,A2, ...
0
votes
1answer
28 views
+50

Video and Audio Chat Protocols/Frameworks

I've been doing some research in how to implement a server free, point-to-point video/audio chat (i.e., my own skype without text messaging). I've been looking for ways to implement it and I had this ...
0
votes
1answer
16 views

cannot connect to internet using access point that is connected to a proxy server

our existing network has a dhcp server(windows server 2003) and a proxy server, in our company a new department has been created and im tasked to have its network done, so here is what ive done so ...
0
votes
0answers
8 views

Detect conflicting forwarded ports on VM

I am using Oracle VirtualBox on Windows. I've setup NAT and forwarded ports. When some forwarded ports are accidentally conflicting with host machine's ones, no errors are shown and all forwarded ...
0
votes
1answer
15 views

Java: Reading XML file from a TCP stream without writing it to disk

I would like to send a XML file from a server to client. The XML file has been generated by the XMLEncoder class and contains some persistent objects. The client reads the XML file by using a ...
-2
votes
0answers
13 views

How does a plane maintain wireless connectivity [closed]

I was wondering recently how a plane maintains a connection with the internet as it's flying. How does it maintain the signal as it's travelling 400 mph? I would imagine switching towers that fast ...
-1
votes
0answers
19 views

Linux partition as different server with ftp port open to only that partition [closed]

I am Linux User : created a partition named sda3 in Linux Ubuntu 12.10. Requirement : Want to serve that partition with different Ip Address(means treat that partition as different server ...
1
vote
2answers
62 views

compare two arrayList and stock the result in a thirth arrayList

i want compare 2 arrayList when i stock in them the result of a class java of telnet this class it's to telnet about a router and gives all of interfaces of this routers then stock them in the ...
0
votes
0answers
19 views

How to capture and stream the GUI output and input of a process over a network

I want to know how it is possible to capture the input and output of a process on windows and stream it over the network (including audio), so that the application can be controlled from over the ...

1 2 3 4 5 248