Conection Monitor
Hi, I have a scholar project...the goal is to make a program that monitors the internet connection and optional that also every connection...the problem is that I'm very new in this things of network connections....I were looking on the web and found that I can make it with the packages java.io and java.net...but does anyone knows where can I search, i don't want to spend a lot of time seeing which classes of those packages I should use...well hope someone help me...
[480 byte] By [
B-Rabbita] at [2007-11-27 4:26:13]

> XDwell thanks for that swift answer...any idea on how
> can I do this...can I use java and other languaje?
> how can I combine them?....Internet connection can't
> be monitor but LAN connection? is that possible?
Your topic has very little with java to do. You would need native code written in e.g. C or C++ and the application wouldn't be portable unless you also create libraries for other platforms. There are a few projects that has done things like that, e.g. jpcap.
Kaj
Well thank's everyone very useful responses...just one last thing....some web pages to look for information about network applications, network information for newbies? actually i'm very interested in knowing how internet works, if someone can help me with information about web servers (APACHE), dns servers, etc....Thanks...
P.S. sorry if I change the subject so suddenly
> Well thank's everyone very useful responses...just
> one last thing....some web pages to look for
> information about network applications, network
> information for newbies? actually i'm very
> interested in knowing how internet works, if someone
> can help me with information about web servers
> (APACHE), dns servers, etc....Thanks...
Google will give you lots of hits if you search on e.g. networking tutorial, tcp/ip tutorial, etc.