Ultimately, the aim is make imip-agent available through Free Software operating system distributions such as Debian, providing packages that are trivially installed and that work with the rest of the system straight away upon installation.
Until this is realised, the software will need to be downloaded manually. See the getting started guide once you have obtained the software.
Remember that certain prerequisites are needed for the software to work.
The imip-agent distribution is made available according to the terms of the GNU GPL (version 3 or later). See the docs/COPYING.txt and docs/gpl-3.0.txt files in the source code distribution for details.
The source code repository is located at the following location:
http://hgweb.boddie.org.uk/imip-agent
The repository can be cloned using Mercurial as follows:
hg clone http://hgweb.boddie.org.uk/imip-agent
If you are familiar with version control systems and Mercurial in particular, it can be convenient to use this approach to obtain and update the software, although you should be aware that updates made available in the repository may, if deployed, cause the software to not function correctly on occasion, even if attempts are made to avoid such situations. Therefore, you should choose to update with care and be prepared to switch to a "known working" revision if necessary.
See below for downloadable archives.
Releases are tagged in the repository. The currently-supported releases are listed here for convenience:
Release | Details |
0.3 | |
0.2 | |
0.1 |
Details of changes introduced in each new release can be found in the changelog.
Downloadable archives are provided below. Choose "get" to download the appropriate file.
Downloadable archive signatures are provided below. Choose "get" to download the appropriate file.
To verify an archive, download the archive and accompanying signature file to the same location and then run a command of the following form:
gpg --verify <signature file> <archive file>
For example:
gpg --verify imip-agent-0.3.tar.bz2.asc imip-agent-0.3.tar.bz2