lan
Scanning LAN game servers using winsock
I\'m trying to figure out how to use winsockets to be able to turn my game into a LAN-playable game. I\'ve read some winsockets documentation but I can\'t figure out how a client can get all the games[详细]
2023-01-06 23:36 分类:问答Sending a Java object from my Android phone to my Computer
I was wondering what the simplest program for sending an object from my Android phone to my computer wireless开发者_JAVA技巧ly (via LAN) would be. I have created Java RMI programs with a server and mu[详细]
2022-12-31 22:53 分类:问答How to get the LAN IP of a client using Java?
How can i get the LAN IP-address of a computer using Java? I want the IP-address which is connected to the router and the rest of the network.[详细]
2022-12-31 12:09 分类:问答Distributing a bundle of files across an extranet
I want to be able to distribute bundles of files, about 500 MB per bundle, to all machines on a corporate \"extranet\" (which is basically a few LANs connected using various private mechanisms, includ[详细]
2022-12-24 02:50 分类:问答UDP Chatting Problem
hello friends i have created a UDP chatting program through which the clients can communicate over LAN.[详细]
2022-12-20 22:12 分类:问答Find DNS HostName from IP Address in LAN
Hey all. I have written a program that s开发者_JAVA百科equentially scans certain parts of a LAN for computers (code will be provided). However, when I run this code, it only returns the DNS HostName o[详细]
2022-12-15 22:38 分类:问答List the IP Address of all computers connected to a single LAN
I am writing a program where you connect, for various reasons, to other computers in a LAN. However, rather than having to input the IP address for multiple computers (a pain in the butt), I was wonde[详细]
2022-12-15 02:56 分类:问答Connect with a database over the LAN
How to connec开发者_StackOverflow中文版t with a database over the LAN? I have only the name of the computer.You must add your host to the \'user\' system table to allow your computer connect remotely[详细]
2022-12-13 05:24 分类:问答Can't access locally hosted project via the internet?
I\'m currently developinga Java Servlet Project in Eclipse. The project is compiled via Tomcat 5.5 and hosted in localhost:8080(alternatively 127.0.0.1:8080 AND 192.168.1.10:8080 which also happens to[详细]
2022-12-11 15:57 分类:问答Network/Online application in Java
Using J2SE, I tried making a LAN application using java.net.*, and it worked perfectly. I believe it\'s very similar (if not the same) concept to be a开发者_开发技巧pplied for online applications.[详细]
2022-12-10 02:32 分类:问答