-
8
- #1
Hi everyone,
I want to share a little program of mine I wrote.
Basically it's designed to make my day-to-day live as an IPO technician more comfortable.
What it is:
A little Java application showing you a list of all the IPOs you need to administrate at work.
What you can do:
Click the customers name to copy the IP of the IPO (hence the name IP Copier) into your clipboard.
Hover over the customers name to see the IP in a little tooltip.
Use the ping button to.. well you know
The config button will configure the lan interface of your computer according to the customers network and IPO.
And finally (of course) you can edit the config.txt to add/remove customers and change settings.
Why I wrote IPC:
Because of my bad memory and my laziness ;D
Whenever I wanted to connect to one of our customers IPO first I had to look into an excel sheet containing all our customers informations including the IP of the IPO, set up my lan interface accordingly and finally type the IP into Manager (because 255x4 doesn't work if you're not in the same subnet plus using the broadcast address is fairly slow). So I started working on a very early and simple version of IPC with only one feature: Copy the IP by clicking the customers name..
After I had another few hours of spare time I added the ping and the config feature, making IPC even more convenient
So far I tested it on XP 32bit and Win7 64bit but as it's written in Java I'm sure it will work under almost every operating system.
Download @ Dropbox (13KB)
Please feel free to give me any feedback you can including questions, bug reports and new ideas!
thx and have fun
Alfalis
ACSS
I want to share a little program of mine I wrote.
Basically it's designed to make my day-to-day live as an IPO technician more comfortable.

What it is:
A little Java application showing you a list of all the IPOs you need to administrate at work.
What you can do:
Click the customers name to copy the IP of the IPO (hence the name IP Copier) into your clipboard.
Hover over the customers name to see the IP in a little tooltip.
Use the ping button to.. well you know
The config button will configure the lan interface of your computer according to the customers network and IPO.
And finally (of course) you can edit the config.txt to add/remove customers and change settings.
Why I wrote IPC:
Because of my bad memory and my laziness ;D
Whenever I wanted to connect to one of our customers IPO first I had to look into an excel sheet containing all our customers informations including the IP of the IPO, set up my lan interface accordingly and finally type the IP into Manager (because 255x4 doesn't work if you're not in the same subnet plus using the broadcast address is fairly slow). So I started working on a very early and simple version of IPC with only one feature: Copy the IP by clicking the customers name..
After I had another few hours of spare time I added the ping and the config feature, making IPC even more convenient
So far I tested it on XP 32bit and Win7 64bit but as it's written in Java I'm sure it will work under almost every operating system.
Download @ Dropbox (13KB)
Please feel free to give me any feedback you can including questions, bug reports and new ideas!
thx and have fun
Alfalis

ACSS