LAN « Socket « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » Socket » LAN 

2. How get all the IPs in the LAN    coderanch.com

3. hosts in LAN    coderanch.com

Hi there, I am facing one problem while findingout all host machines in the LAN. I want to display all available hosts in the list. Can anybody help me to find all machines (host names/ip addresses) in the local area network Ganapathy [ May 16, 2003: Message edited by: S. Ganapathy ]

4. JMF Audioconference with PC in a LAN    coderanch.com

Hi there, i have an audioconferencing JMF application that works between PCs if i know their IPs, but ... when i try to connect between a PC in a LAN that conects to Internet through on a router, i dont know its IP. I just known router's IP, and it doesn't work. I solved the problem modifying configuration of the router, ...

5. about jfm run over LAN and WAN    coderanch.com

recently , I 'm developing a application over JMF . I have referenced sun example jmapp . when finished it , I test in lan envirment ( two pc are all in LAN ) it work well , if two computer are all in public internet it is also work well. but if one in internet and one in LAN or ...

6. how can I get the details of connected system under LAN    coderanch.com

hi all.. I am developing an application in which as soon I enter the domain name then it should display all the connected system's ip & name of the computer and if enter the ip/name of a system then details of the installed s/w should display. I have to execute this app on windows system thankx

7. LAN help    coderanch.com

I'm developing a networked java game. The problem is that I'm not experienced with the networking concepts. My problem is that I want first to try my game on a LAN (the lab network) but all the tutorials and references are telling how to do networking through the internet. My question is: Is there a difference in using sockets with LAN ...

8. 2 LAN cards    coderanch.com

9. Getting information in the LAN    coderanch.com

Hi all, I have a LAN connection having two computers.I have an application running on a computer.The application needs some information of other computer like ip address,mac address,DNS name,OS name and version,subnet mask,default gateway.How should i do this?The other computer should broadcast its information or the first computer poll the othet one to send its information? with regards, ajse

10. Discovery of LAN devices    coderanch.com

11. Listing Machines in a LAN    coderanch.com

14. Wake on lan    coderanch.com

Hi, I'm tryng to developp an application with java to WOL but doesn't works. The code: String ipStr = "X.Y.Z.H"; String macStr = "00:1B:FC:53:5A:11"; try { byte[] macBytes = getMacBytes(macStr); byte[] bytes = new byte[6 + 16 * macBytes.length]; for (int i = 0; i < 6; i++) { bytes[i] = (byte) 0xff; } for (int i = 6; i < ...

15. How to make a Serverless java LAN Chat application with a user list    coderanch.com

Hi, I made a very simple, easy to use, chat application for LAN that can communicate without a server and at the same time, provide the users with a user list so that they can see who's connected and who is not. The reason why I do not want to have a central server is because my home network does not ...

16. How to use simultaneously 2 lan adapters?    coderanch.com

Hello all, I have following task, would you suggest, whether (and how if yes) it is possible to solve it: A computer has 2 LAN adapters; each one is connected to different network provider. Some information must be sent via first one and some information via second one. Is it possible somehow to specify which adapter to use by initialization of ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.