lan

A good p2p file transfer program for LANs

I'm looking for a good p2p program for transferring files over a LAN preferably one that works over multiple operating systems. Any suggestions? ...

Accessing files across the windows network with near MAX_PATH length

I'm using C++ and accessing a UNC path across the network. This path is slightly greater than MAX_PATH. So I cannot obtain a file handle. But if I run the program on the computer in question, the path is not greater than MAX_PATH. So I can get a file handle. If I rename the file to have less characters (minus length of computer name)...

How does Windows actually detect LAN (proxy) settings when using Automatic Configuration

When Windows Internet Properties -> Connections -> LAN Settings -> Automatic Configuration is set to "Automatically detect settings" how does Windows actually determine/discover what the settings are? Is it a network broadcast or some kind of targeted query to a server configured somewhere in the registry, or something else? ...

How do I detect hosts on my LAN?

To help users, I would like my code to discover Oracle databases on the LAN. I thought to do this by first detecting all hosts, then checking each host to see if it is listening on Oracle's default port. Any ideas how to go about this? Preferably in Java, but any language or algorithm would do. ...

Can IE/ASP.NET read the LAN ID of a user

We are doing the analysis phase of a call centre system. To get round a potential tricky authentication problem, we might need to read the LAN ID of the agent and use that as their user id in the system. Is it possible to read the LAN ID from ASP.NET, or even from Javascript? ...

Apache: how to limit virtual dir to local network

On my Apache 2.x server at home, I have a number of virtual directories. I've set up my router so that I can access Apache from the internet. I need to keep one of those virtual dirs (/private) from being accessed outside my home network LAN. So given /private, how do I configure Apache to only serve requests to /private from 192.168...

Easy way to measure LAN network speed of a partcular computer?

I want to measure the network speed between two PCs on Local Area Network. (I'm thinking of getting a Network Area Storage (NAS) device and I want to see how fast the current setup is to get an idea of how fast the NAS needs to be. I'm thinking I'll just copy some files and look at how long that takes, but I thought there might be a mo...

is SVN configuration possible in local/lan server?

nothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothing ...

How do I connect to an Access database over a LAN using Java?

Do you know of any good guides on how to access an Access database using Java? I know the basics and basic SQL, but I'm thinking more about access control. ...

Send sound or stream sound over lan

I was wondering if there was a way to stream sound over a LAN. Can I have a client app connect to a server app and then receive a stream of sound from it. I'm sure it can be done, just not sure where to even start. Any suggestions? I was looking to do this with c#. I am not asking anyone to write it for me, just some on ideas or tricks ...

How do I access ARP-protocol information through .NET?

I am trying to figure out what devices are online and offline in our LAN. I've seen many programs doing a kind of graphical network overview, presenting LAN IP and MAC addresses. I would like to know if and how those (ARP?) information can be pulled from C#/.NET ? Any sample code snippets/links would be appreciated. ...

Exchange Data between two apps across PC on LAN

I have a need of implementing two apps that will exchange data with each other. Both apps will be running on separate PCs which are part of a LAN. How we can do this in Delphi? Is there any free component which will make it easy to exchange data between apps across PCs? ...

Distributing Video on a LAN to alternate Locations - Can the browser detect this?

I'm the administrator for a company intranet and I'd like to start producing videos. However, we have a very small bandwidth tunnel between our locations, and I'd like to avoid hogging it by streaming videos by multiple users. I'd like to synchronize the files to servers at each of the locations. Then I'd like the browser (or the intran...

any ready made source code available for intranet (lan) messenger

Hi, Is there any open source code or free software is available for intranet (Lan) messenger near to http://messenger.softros.com/ ...

how to get the existing usernames from LAN in java

Hi everyone, I want to get all the usernames or IPaddresses from the LAN using java. Can anyone suggest me how to approach? Thank you. ...

Accessing ASP.NET website from LAN

Hi All, I have tried to access a website that i created in my xp machine that have iis 5.1 from the LAN , but without any success i have tried what is suggested in the following link http://stackoverflow.com/questions/646370/how-to-access-your-website-through-lan-in-asp-net , but also without any clue . I open my site in my PC(locally) ...

fastest way to discover nodes on LAN

I have a larger network about 1000 pcs on LAN I need to know that what is the fastest way to discover nodes/ pc on lan for admin pruposes Abdul Khaliq ...

Share data in LAN

I'm building a music library program, and I want to have the ability to share the library in the LAN. How can I discover others who share their library? I'd like to find others' libraries without typing in IPs and stuff. ...

Get IP of my machine C# with virtual machine installed

I want to get the current IP address of the computer that has say 3 virtual machines (VM Ware) installed. I want to get LAN address of that computer. current code that i have returns me an array but how to identify current computer lan address ? public static string getThisCompIPAddress() { IPAddress[] addresslist = Dns.Get...

altering network setings via java program

I want to write a program that will reset a user's Local Area Network / (TCP/IP) Properties. Here's what I do manually (which I want to program to do automatically): 1) START -> Run -> cmd (get command prompt) 2) ipconfig /release 3) START -> Connect to -> Show all connections 4) Right-click "Local Area Network" and click "Properties" ...