Size: 1941
Comment: My so-called "fork" is kind of useless now, and the link broke months ago.
|
Size: 2075
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
["WiCap-PHP"] is a very simple captive portal for ''OpenBSD'' (tested on 3.5 and 3.7). | [[WiCap-PHP]] is a very simple captive portal for ''OpenBSD'' (tested on 3.5 and 3.7). |
Line 6: | Line 6: |
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''. |
Note: This project, while totally stable and usable, is no longer being maintained. My access point no longer runs OpenBSD, and hence, I don't have an itch to scratch (or a platform on which to develop). If you want to take over development of this project, let me know. (CalebPhillips) |
Line 9: | Line 11: |
[[TableOfContents]] | <<TableOfContents>> |
Line 22: | Line 24: |
* [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] |
* [[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 29: | Line 31: |
{{{ | |
Line 30: | Line 33: |
}}} | |
Line 34: | Line 37: |
* [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] |
* [[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]] |
Line 37: | Line 40: |
* [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] |
* [[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]] |
Line 43: | Line 46: |
There is a FAQ here: ["WiCap-PHP-FAQ"] | There is a FAQ here: [[WiCap-PHP-FAQ]] |
Line 45: | Line 48: |
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] | 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]] |
Line 47: | Line 50: |
This will walk you through setting up an OpenBSD 3.7 access point from scratch. (based on ["NodeSmallWhiteCube"]) | 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.
Note: This project, while totally stable and usable, is no longer being maintained. My access point no longer runs OpenBSD, and hence, I don't have an itch to scratch (or a platform on which to develop). If you want to take over development of this project, let me know. (CalebPhillips)
Contents
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
- Delta (Interim Release)
Source
The most recent source is available via subversion:
svn co http://svn.smallwhitecube.com/wicap-php/trunk wicap-php
Old Versions
- Delta
- Gamma
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)