Basic stamp for ip monitoring
Ntelos
Posts: 21
Hello there.
I use windows server 2003 at a local network with about 30 computers.
I am looking for a program with which i can monitor ithe ip adresses.
With this program, i want to check when a user turns on his/her computer so its ip adress will be recognized and then something will occur at the microcontroller ( a led turns on or something...).
Do you know any programs like the described one that i could work on with basic stamp controllers?
I use windows server 2003 at a local network with about 30 computers.
I am looking for a program with which i can monitor ithe ip adresses.
With this program, i want to check when a user turns on his/her computer so its ip adress will be recognized and then something will occur at the microcontroller ( a led turns on or something...).
Do you know any programs like the described one that i could work on with basic stamp controllers?
Comments
Maybe there is such a sniffer program which could pick out just the information you want, then output that information to something? Maybe output to a custom program you could write?
Then you could have that custom program·output simple codes to the PC serial port. THEN have the Stamp receive these and light up an LED depending on which code it receives.
·