Desc: Rough list of things that need to be done
File: todo.txt
Date: 13 June 1999

This is in no particular order, but some do rely on others...

- TCP version of the protocol plus logins

- Access lists by IP/netmask

- Add logins from systems running upsmon for coordinated UPS power off

- Write shared memory mode for upsd/module drivers
  - backupspro
  - backups
  - ups-trust

- Implement command structure from upsd to modules

- Gather a bunch of hackers and support every UPS under the sun...

- Support multiple UPSes from a single upsd

  - REQ model		ANS model foo
    REQ model@upsname	ANS model@upsname foo

  - LISTVARS		VARS foo bar
    LISTVARS upsname	VARS @upsname foo bar

  - upsc upsname@localhost

  - http://web.server/cgi-bin/upsstats.cgi?host=upsname@localhost

- Support different port numbers

  - upsc localhost:1234

  - http://web.server/cgi-bin/upsstats.cgi?host=localhost:1234

- Support different port numbers *and* multiple UPSes at the same time

  - upsc upsname@localhost:1234

  - http://web.server/cgi-bin/upsstats.cgi?host=upsname@localhost:1234

Things that have been done recently...

- Use GNU autoconf so users can just ./configure like everything else

- Move model support code down into models subdir

- Make Celsius mode (multimon, upsstats) available via configure
  for our international friends...
