See the Download page for latest versions.
For mips using ipkg:
(ssh to your router) ipkg install <url-of-latest-openwrt-version>Edit /etc/chilli/config and adjust the settings, especially HS_LANIF, if not correct for your router.
(from the root directory of the kamikaze SDK tree) cd package svn co http://dev.coova.org/svn/coova-ap/packages/kamikaze/coova-chilli cd .. make
wget <url-of-latest-rpm-version> sudo rpm -U coova-chilli-1.0.XX-1.i386.rpmTo start chilli:
sudo /etc/init.d/chilli start
To build from source:
wget http://ap.coova.org/chilli/coova-chilli-1.0.13.tar.gz tar xzf coova-chilli-1.0.13.tar.gz cd coova-chilli-1.0.13 ./configure make sudo make installTo start chilli:
sudo /usr/local/etc/init.d/chilli startIt is also easy to building from svn to test out the latest and greatest features and provide feedback prior to a release.