The local-network tag has no wiki summary.
-5
votes
0answers
20 views
Local Network issue via Internet Sharing on a Windows Phone 8 (Nokia Lumia 920) The phone itself is out of its own local network? [closed]
I am facing a network problem with my Nokia Lumia 920 running Windows Phone 8. I am not an expert in Networks and I don't know if what I am trying to do is possible with a Lumia/WP8.
So, I am writing ...
2
votes
1answer
64 views
Cannot access sinatra app through the local network
I have rails application. If I start it with rails s (port 3000), it works perfectly both on my machine and every device on my local network via the ip address (192.168.0.3 in my case).
I have sinatra ...
0
votes
0answers
33 views
how push my changed files on my local computer to another computer in same network in netbeans with git
I use git and netbeans.
I have tow computer in network.one of them have :
192.168.1.2
and the other one is :
192.168.1.3
in 192.168.1.2 i created a project in netbeans and on ...
0
votes
0answers
152 views
RTMP Server in Local network
I'm looking for an RTMP server to run on my local network server that hosts *.avi files and to diffuse streaming to the client hosts on demand where each client send the name of the file to be ...
0
votes
2answers
80 views
Couldn t find the path on server machine
I have an asp.net project running on local server .
There are two jpg images in "D:\Scan\ScannedDocs\Images". I want merge these images and save to
"D:\BPMSITE\BPM.Marketing\MyFiles\2013_1" after ...
0
votes
0answers
306 views
How to get the names and ips of all devices on my local network?
My goal is to list the names and ips of all the devices on the local network.
list all the computer names on a local network on iPhone similar to this post, but it wasn't answered.
I've looked into ...
0
votes
2answers
84 views
How to discover Ip Addresses where listening on port x
I would like to scan the IP range from my subnet.
I would like to save the IP addresses, which will be heard in on a specific port. I use this code:
for (int host = 1; host < 255; host++) ...
3
votes
1answer
457 views
TCP Client/Server vs Multicast broadcast
I'm developing an none market appliction which run on 20-30 android devices (target specific to tablets with android honeycomb / ICS OS) maintaining connection over local WIFI network for a 1-2 hours ...
0
votes
1answer
21 views
Most efficient way to notify serving machine when served has completed task (all within a local network)?
I have a tentative plan to write a script that, given a large task, parallel processes the job across a local network of linux machines.
My question is, how can I best notify a computer serving up ...
0
votes
1answer
175 views
How can i allow people in my local network to access the web service in my machine?
I have coded a web service using the Axis 2 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application in JBoss 5. I can post to the ...
0
votes
1answer
341 views
How to detect which ports are not blocked in a local network
I am trying to run tomcat in local network, I want to run a web service that can be visited by other computers in the same network. It was successful when I use wireless router to form a local network ...
0
votes
2answers
82 views
Accessing a local system from outside
I have a local network at my home and have a system addressed at 192.168.2.2 in the local network. I want to access this local system from outside(of course I am aware of the Global IP) using both ssh ...
11
votes
6answers
2k views
How to start a local network connection programmically via Wi-Fi hotspot on Android?
I want to start a local network connection using the built-in Wi-Fi hotspot on Android devices.
Is there a way to accomplish it?
And how to communicate between two devices?
EDIT:
I want to do it ...
0
votes
1answer
1k views
Accesing internal web server running Node.js [closed]
I have two laptops on a WiFi. One has XP (192.168.2.100) and one has Peppermint Linux (192.168.2.106). Both connect to the internet through a WiFi router (192.168.2.1). Peppermint has a Node.js ...
0
votes
1answer
98 views
Virtual Machine and local net
I have Windows 7 on my PC. VMware Workstation was installed on it. I run Windows Server 2008 on virtual machine. My PC is connected to local network. I can ping all computers in local network from ...
8
votes
1answer
2k views
Is there any way to access GAE dev app server in the local network?
If I access my web site via http://localhost:8080 from the same Win 7 PC, where server is running, then it works well.
If I try to access that from another PC (with usage of my internal PC's ip ...
1
vote
2answers
103 views
Git special sharing
I want to have a Git repository for personnal private projects.
I can host my server on my Ubuntu home computer but its IP (on the local network) is always changing so I can't reach it by SSH at any ...
0
votes
1answer
578 views
How to send text message by LAN using Net.Sockets [closed]
Does anybody know how to send text message in C# by LAN cable?
I know how to do it by Internet with Net.Sockets, but how can I send data over a LAN?
0
votes
1answer
701 views
give access rule permission to the specific user on local network
My app is working on local network,and the admin create the folder for every user on shared folder with this code:
for example "me1" is a user on local network.
DirectoryInfo d=new ...
-1
votes
1answer
228 views
login failed error for my database on localnetwork
I created my database on the server using code. Now no client on the local network can login to my database. This error occurs:
:"cannot open database "test" requested by the login.
the login failed ...
2
votes
1answer
3k views
Problem setting file system access rule
In my app on local network, any user should create a directory on shared folder using this code. test1 is the name of one of the user's folder for example.
DirectoryInfo di = new ...
2
votes
1answer
268 views
How can I redirect a working copy from a subversion server to a different location?
Direct Question: With a working copy checked-out from a subversion server, is there a way ??.svn/entries?? to redirect the working copy to a different location from where I originally checked it out?
...
1
vote
2answers
4k views
Using Apache to host websites on local network
I currently use Apache on my machine to test PHP websites locally. I was just wondering how I can allow computers connected to my local network to access the website hosted on my local machine.
1
vote
2answers
1k views
tortoiseSVN - file is out of date
I am having problems with tortoiseSVN and Subversion. Process is as follows:
I create a new repository on computer A.
I checkout the repository to a working copy on computer B (we use a peer to ...
2
votes
2answers
2k views
Get IP address of the current Wi-Fi access point on a iPhone?
I am trying to connect from my iPhone to a socket server running on the same network on my computer. How can I get the local IP address of the computer that is running the socket server?
0
votes
2answers
651 views
http request delay in local network
there 2 computers in a local network, 192.168.1.101 & 192.168.1.102
101 is running a simple web server on windows xp, 102 running windows 7.
if i run a client program in 101 (same machine as the ...
3
votes
8answers
796 views
How can one setup a version control system on a local network, without a server?
Edit: Ok so I learned that I guess I need an distributed source control, however are there any UI based ones, and do they allow you to merge with other users on the network?
This is kind of a two ...
