Changes between Version 21 and Version 22 of Download
- Timestamp:
- 02/23/15 12:58:32 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v21 v22 1 1 = Download = 2 3 == Wifidog gateway source == 4 5 The wifidog gateway is pretty stable and run on many linux distribution (including OpenWRT on the well known WRT54G from Linksys) 6 7 You can get the latest package on [http://sourceforge.net/project/showfiles.php?group_id=102646&package_id=110081 sourceforge page]. 8 9 The project is still [https://github.com/wifidog/wifidog-gateway active on Github] 10 11 You can grab the latest source from Git with: 12 13 {{{ 14 git clone https://github.com/wifidog/wifidog-gateway.git 15 }}} 16 2 17 == Wifidog Authentication Server source == 3 18 … … 8 23 }}} 9 24 25 After killing off the auth-server developpement, the authpuppy project never really took off as a community project and is now also dead. 26 10 27 The auth-server has not hit the [milestone:'WifiDog Auth Server 1.0'] release yet - However it is not currently in active development! 11 28 12 You can grab the latest source from SVN29 You can grab the latest source from Git 13 30 14 31 {{{ 15 svn checkout https://dev.wifidog.org/svn/trunk/wifidog-auth 16 }}} 17 18 19 20 == Wifidog gateway source == 21 22 The wifidog gateway is pretty stable and run on many linux distribution (including OpenWRT on the well known WRT54G from Linksys) 23 24 You can get the latest package on [http://sourceforge.net/project/showfiles.php?group_id=102646&package_id=110081 sourceforge page]. 25 26 Or grab the latest source from SVN. 27 28 {{{ 29 svn checkout https://dev.wifidog.org/svn/trunk/wifidog 32 git clone https://github.com/wifidog/wifidog-auth 30 33 }}} 31 34