Differences between revisions 21 and 26 (spanning 5 versions)
Revision 21 as of 2005-11-15 00:48:13
Size: 2390
Editor: sub27-11
Comment: interim version, formatting - cp
Revision 26 as of 2006-03-28 12:18:41
Size: 2626
Comment: a couple small changes
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= WiCap-PHP =
Line 7: Line 9:
'''Features''': [[TableOfContents]]
Line 9: Line 11:
== Features ==

  * Simple!
Line 14: Line 19:
'''Download''': == Download ==
Line 20: Line 25:
'''Old Versions''': === Source ===

The most recent source is available via subversion:

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

=== Old Versions ===
Line 29: Line 40:
'''Documentation''': === Project Forks ===
Line 31: Line 42:
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"])

'''Project Forks''':

BenjaminJencks rewrote the perl part of WiCap-PHP (version beta) in python, and made some cool improvements. Get his
BenjaminJencks rewrote the perl part of ["WiCap-PHP"] (version beta) in python, and made some cool improvements. Get his
Line 45: Line 48:

== 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). Currently it is maintained by CalebPhillips.

As of November, 2005, the most recent version is delta. I am making an interim release which contains some bug fixes and will be the last stable release before epsilon.

TableOfContents

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:

Old Versions

Project Forks

BenjaminJencks rewrote the perl part of ["WiCap-PHP"] (version beta) in python, and made some cool improvements. Get his version here:

Although, his improvements made the beta version much better, delta incorporates his changes, with one exception, delta is written in C and PHP, no Python. My rationale behind this is that Python is not installed with OpenBSD 3.7 by default, and adding it takes significant space, since my Node is using a 256 MB Compact-Flash card for storage, this savings is needed. If you have Python installed, you may want to check out his fork.

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 (last edited 2012-03-29 11:51:35 by DanRasmussen)