Tagged Questions
The local-network tag has no wiki summary.
8
votes
5answers
222 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 ...
2
votes
1answer
826 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
71 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?
...
2
votes
2answers
913 views
iPhone ==> Get ip address of the current wifi?
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?
2
votes
8answers
392 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 ...
1
vote
1answer
93 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
78 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 ...
1
vote
2answers
431 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 ...
0
votes
2answers
25 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 ...
0
votes
1answer
117 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
29 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 ...
0
votes
0answers
24 views
Set up custom URL resolver on my local network
My college has this neat page where if you're on the local wireless or ethernet, you can go to http://stat/ and get a page telling you which computers are available, etc. What's this called and how ...
0
votes
1answer
275 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
280 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 ...
0
votes
2answers
716 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.
0
votes
2answers
400 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 ...
-1
votes
1answer
110 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 ...