Differences between revisions 15 and 30 (spanning 15 versions)
Revision 15 as of 2005-03-16 06:38:56
Size: 1090
Editor: WikiMinion
Comment:
Revision 30 as of 2012-03-29 11:51:35
Size: 1886
Editor: DanRasmussen
Comment: Reduced word bloat
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
WiCap-PHP is a very simple captive portal for ''OpenBSD 3.5'' (and maybe other versions).
Currently it is maintained by CalebPhillips, although he may get busy and
abandon it like so many other projects. This page will earn content as it
seems prudent, good to create it at any rate.
= WiCap-PHP =
Line 6: Line 3:
As of August, 2004 the most recent release is "beta", which should be
robust enough and well enough debugged for most applications
[[WiCap-PHP]] is a very simple captive portal for ''OpenBSD'' (tested on 3.5 and 3.7).
"Totally stable and usable," (CalebPhillips) but no longer maintained. If you want to take over development of this project, let CalebPhillips know.
Line 9: Line 6:
'''Links''': <<TableOfContents>>
Line 11: Line 8:
 * Download: http://www.smallwhitecube.com/foo/wicap-php-dl/
 * Browse CVS: http://www.smallwhitecube.com/horde/chora/cvs.php?rt=wicap-php
== Features ==
Line 14: Line 10:
'''Project Forks''':   * Simple!
  * Written in 'C' for speed and portability
  * (Experimental) Support for statistics-collection using RRDTool
  * Inspects the ARP table to evict inactive/bad leases
  * Intended to work with a change-rooted Apache
Line 16: Line 16:
BenjaminJencks rewrote the perl part of WiCap-PHP in python, and made some cool improvements. Get his
version here:
== Download ==
Line 19: Line 18:
 * http://bjencks.net/captive/captive-0.1.tar.gz   * Delta (Interim Release)
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.delta.interim.tar.gz|wicap-php.delta.interim.tar.gz]]
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.delta.interim.tar.gz.md5|wicap-php.delta.interim.tar.gz.md5]]
Line 21: Line 22:
Because BenjaminJencks made it more-betterer, I am not entirely sure about an upgrade path. If Wicap-PHP needs
feature additions, I may make them in his, or blend the two into a sweet, delicious, open-source stew. "Science is a process of correction" (Stephen Jay Gould, Wonderful Life, p. 127 (footnote)).
=== Source ===

The most recent source is available via subversion:

{{{
  svn co http://svn.smallwhitecube.com/wicap-php/trunk wicap-php
}}}
=== Old Versions ===

  * Delta
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.delta.tar.gz|wicap-php.delta.tar.gz]]
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.delta.tar.gz.md5|wicap-php.delta.tar.gz.md5]]
  * Gamma
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.gamma.tar.gz|wicap-php.gamma.tar.gz]]
    * [[http://www.smallwhitecube.com/toil/programming/files/php/wicap-php.gamma.tar.gz.md5|wicap-php.gamma.tar.gz.md5]]


== Documentation ==

There is a FAQ here: [[WiCap-PHP-FAQ]]

Installation instructions are maintained within the tarball, also there is a HowTo here: [[http://www.smallwhitecube.com/php/dokuwiki/doku.php?id=howto:openbsdap|OpenBSD AP HowTo]]

This will walk you through setting up an OpenBSD 3.7 access point from scratch. (based on [[NodeSmallWhiteCube]])

WiCap-PHP

WiCap-PHP is a very simple captive portal for OpenBSD (tested on 3.5 and 3.7). "Totally stable and usable," (CalebPhillips) but no longer maintained. If you want to take over development of this project, let CalebPhillips know.

Features

  • Simple!
  • Written in 'C' for speed and portability
  • (Experimental) Support for statistics-collection using RRDTool
  • Inspects the ARP table to evict inactive/bad leases
  • Intended to work with a change-rooted Apache

Download

Source

The most recent source is available via subversion:

  svn co http://svn.smallwhitecube.com/wicap-php/trunk wicap-php

Old Versions

Documentation

There is a FAQ here: WiCap-PHP-FAQ

Installation instructions are maintained within the tarball, also there is a HowTo here: OpenBSD AP HowTo

This will walk you through setting up an OpenBSD 3.7 access point from scratch. (based on NodeSmallWhiteCube)

WiCap-PHP (last edited 2012-03-29 11:51:35 by DanRasmussen)