Daemon to send your public IP (dynamic) by email when it is renewed.
Go to file
2021-04-03 18:08:45 +02:00
icon Added Material Design icon 2015-11-15 13:15:15 +01:00
img Image screenshots 2021-04-03 18:06:47 +02:00
src Move python scripts to src folder 2021-04-03 18:08:45 +02:00
win32 VBS Script for Windows 2015-11-15 17:17:47 +01:00
How-to-Use.txt Windows Notes (How-to-Use.txt) 2015-11-15 17:18:20 +01:00
Install.cmd Rename Install/Uninstall.cmd 2021-04-03 17:40:00 +02:00
LICENSE.txt License.txt (GPL v.3) 2015-10-27 12:19:21 +01:00
Makefile Makefile 2021-04-03 17:36:57 +02:00
Makefile.OSX Makefile (OS X) 2021-04-03 17:37:22 +02:00
README README 2016-03-01 19:09:42 +01:00
Uninstall.cmd Rename Install/Uninstall.cmd 2021-04-03 17:40:00 +02: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, etc..)
 ======================================

   - Open the terminal and type the following comands:
   
     $ git clone https://github.com/q3aql/ip2e.git
     $ cd ip2e
     # make
     
   Note: You must install git & python3 previously.
   
 * Mac OS X
 ==========
 
   - Open the terminal and type the following comands:
   
     $ git clone https://github.com/q3aql/ip2e.git
     $ cd ip2e
     # make -f makefile.osx
     
   Note: You must install git & python3 previously.
     
 * Windows
 =========
 
   - Install Python 3.x from https://www.python.org/.
   - Download https://github.com/q3aql/ip2e/archive/master.zip
   - Unzip the package in your system. For example in C:\Program Files\.
   - Add the folder to PATH variable.
   - Double click on 'install.cmd'.

HOW TO USE
-----------

   - Read 'How-to-Use.txt".