Skip to content

Do you want to know which IPs your computers had during the day / the week / the year? You may use this Python Tool!

Notifications You must be signed in to change notification settings

pklaus/IP-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP-Logger

Do you want to know which IPs your computers had during the day / the week / the year? You may use this Python Tool!

Start the server on a computer that will be available from the Internet:

./server.py --server-secret I5au1y9d iplog.server.shelve

Call the client whenever you think is the right time to log your IP:

./client.py --server-secret I5au1y9d --client-secret V91RS3d7 --name your_name --shelvefile iplog.client.shelve HOSTNAME_OF_SERVER 2000

The result will be logged on the server and on the client in the .shelve files.

Requirements

IP-Logger is written for Python 3.2+ and the server.py script depends on bottle.

More Data Storage Options

Currently the shelve module is used to store information. Here are alternatives:

Author

About

Do you want to know which IPs your computers had during the day / the week / the year? You may use this Python Tool!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages