c++ Programming Glossary: lan
How get list of local network computers? http://stackoverflow.com/questions/2557551/how-get-list-of-local-network-computers Are there other ways to get a list of computers in the LAN c# c winapi networking share improve this question I found..
Detect Internet V. local lan connection http://stackoverflow.com/questions/2677702/detect-internet-v-local-lan-connection network connection is an internet connection or a LAN connection without internet access Windows 7 and Vista indicate..
Detect When Network Cable Unplugged http://stackoverflow.com/questions/2916243/detect-when-network-cable-unplugged API in C Note I am not using .NET and this is for a closed LAN not connected to Internet ever c networking windows xp share..
Uniquely identify PC based on software/hardware http://stackoverflow.com/questions/3636115/uniquely-identify-pc-based-on-software-hardware just go with the MAC address method when the wireless LAN cards are turned off they still show up in Network Connections...
How to get unique hardware/software signature from a windows pc in c/c++ http://stackoverflow.com/questions/534215/how-to-get-unique-hardware-software-signature-from-a-windows-pc-in-c-c from the registry read out the MAC address from the LAN card retrieve the gfx manufacturer the CPU id etc. and hash..
Win32 named pipes and remote clients http://stackoverflow.com/questions/719353/win32-named-pipes-and-remote-clients via IP 192.168.0.100 pipe pipename You can do this for any LAN machine or for any remote machine connected to your LAN via.. LAN machine or for any remote machine connected to your LAN via VPN. You use all of the same pipe Win32 API functions such.. are running your program as a service you cannot access LAN resources with the local system account. The service would have..
Can't obtain local IP using gethostbyname() http://stackoverflow.com/questions/8106882/cant-obtain-local-ip-using-gethostbyname code to retrieve the local IP address of the host in his LAN. int buffersize 512 char name buffersize if gethostname name..
Determine network interface bandwidth/type without transferring data http://stackoverflow.com/questions/849375/determine-network-interface-bandwidth-type-without-transferring-data between different types of interface e.g. dialup vs DSL vs LAN so a rough order of magnitude is fine I don't need to actually.. to determine the type of connection LAN Modem etc . This will tell you if they have a somewhat decent.. system to know the bandwidth limitations outside of it's LAN connection ie you could connect to your gateway on a LAN directly..
|