ip2e/README

37 lines
988 B
Plaintext
Raw Normal View History

2015-10-27 12:49:58 +01:00
ip2e - Receive your public IP (dynamic) by email when it is renewed
===================================================================
TOOLS
-----
* ip2e-daemon.py: Daemon to control & send by email your public IP.
* ip2e-log.py: Tool to see the log file when daemon is running.
* ip2e-config.py: Tool to create a valid configuration file.
HOW TO INSTALL
--------------
* Unix systems (GNU/Linux,*BSD, Mac OS X, etc..)
================================================
- Open the terminal and type the following comands:
2015-10-27 12:56:04 +01:00
$ git clone https://github.com/clamsawd/ip2e.git
2015-10-27 12:49:58 +01:00
$ cd ip2e
# make
2015-10-30 17:40:47 +01:00
Note: You must install git & python3 previously.
2015-10-27 12:49:58 +01:00
* Windows
=========
2015-10-30 17:40:47 +01:00
- Install Python 3.x from https://www.python.org/.
- Download https://github.com/clamsawd/ip2e/archive/master.zip
- Unzip the package in your system. For example in C:\Program Files\.
- Add the folder to PATH variable.
2015-11-01 13:53:38 +01:00
HOW TO USE
-----------
- Read 'How-to-Use.txt".