This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Sockets and Internet Protocols and the fly likes Messing with network via java... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Messing with network via java... " Watch "Messing with network via java... " New topic
Author

Messing with network via java...

jay vas
Ranch Hand

Joined: Aug 30, 2005
Posts: 407
Hi Guys : I remeber in the labs one time some guy kept
making these pops appear on my machine. He was
on another computer on the same network.

How is this done ? Im an advanced Java developer and software
designer, but dont have alot of concrete network
hacking experience. I need to do this for an application
at work and was hoping I could integrate this silly network hack
with swing and Java if possible - but at the very least Id like to
know how to "force" a pop up message to appear on a computer
on the same network. NOTE : Im not worried at all about network
security or firewalls so a solution for a low security network
will do.

Can some body help me out ?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35246
    
    7
Some kind of process would have to run on all machines where these popups should appear, which listens for network requests and then show the dialog. This is rather annoying, though, so make sure your users won't mind.

If what you saw was on Windows, then the admin probably used the "net send" feature, which does exactly what you decribe.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Messing with network via java...
 
Similar Threads
new to servlet
Suggest Research Topics for Computer Networks and Network Security
How to take another system time?
networked file reading and writing
copy file from local host to remote host