X-Git-Url: https://git.cweiske.de/linksys-wrt3g-tools.git/blobdiff_plain/215db5cc36e14991194acf073de57656a0b52eff..064cd050748d919a60110106f7c8bc6a422ac9d8:/README diff --git a/README b/README index 1c9f260..533f1b4 100644 --- a/README +++ b/README @@ -9,3 +9,35 @@ The routers are also known under the names: - Wireless-G Router for 3G/UMTS Broadband - Linksys WRT54G3G-EU Wireless-G UMTS Router - WRT54G3G + + +Configuration +------------- +The tools can be configured in three ways: +1. Commandline options + Use --help to get an overview + +2. Environment variables + +3. User configuration file + ~/.config/linksys-wrt3g-tools + +4. System configuration file + /etc/linksys-wrt3g-tools + +The configuration files are normal ini-style files with key=value +lines. +Supported configuration options in the files, and environment variables, are + - host + - user + - password +(lowercase) + + +Dependencies +------------ +PEAR packages: +- Config +- Console_CommandLine +- HTTP_Request2 +- System_Folders