New entry about backporting fixes.
[oweals/busybox.git] / docs / busybox.net / tinyutils.html
1 <!--#include file="header.html" -->
2
3
4 <h3>External Tiny Utilities</h3>
5
6 This is a list of tiny utilities whose functionality is not provided by 
7 busybox.  If you have additional suggestions, please send an e-mail to our 
8 dev mailing list.
9
10 <br><br>
11
12 <table>
13 <tr>
14  <th>Feature</th>
15  <th>Utilities</th>
16 </tr>
17
18 <tr>
19  <td>SSH</td>
20  <td><a href="http://matt.ucc.asn.au/dropbear/">Dropbear</a> has both an ssh server and an ssh client that together come in around 100k.  It has no external
21 dependencies (I.E. it does not depend on OpenSSL, using a built-in copy of
22 LibTomCrypt instead).  It's actively maintained, with a quiet but responsive
23 mailing list.</td>
24 </tr>
25
26 <tr>
27  <td>SMTP</td>
28  <td><a href="ftp://ftp.debian.org/debian/pool/main/s/ssmtp/">ssmtp</a> is an extremely simple MTA.</td>
29 </tr>
30
31 <tr>
32  <td>Microperl</td>
33  <td><a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> is a small standalone perl interpreter that can be built from the perl sources via "make -f Makefile.micro".  If you really feel the need for perl on an embedded system, this is where to start.  (If you just want a small embedded
34 scripting language to write _new_ code in,
35 <a href=http://www.lua.org/pil/>Lua</a> seems popular for this purpose</a>.</td>
36 </tr>
37 </table>
38
39 <p>In a gui environment, you'll probably want a web browser.
40 <a href="http://www.konqueror.org/embedded/">Konqueror Embedded</a> requires QT
41 (or QT Embedded), but not KDE.  The <a href="http://www.dillo.org/">Dillo</a>
42 requires GTK+, but not Gnome.  Or you can try the <a href="http://links.twibright.com/">graphical
43 version of links</a>.</p>
44
45 <p>For more information, you probably want to look at
46 <a href=http://buildroot.uclibc.org>buildroot</a> and
47 <a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which
48 build and use tiny utilities for all sorts of things.</p>
49
50 <!--#include file="footer.html" -->
51