blob: 4699851e8c75e50e636b4a44e646646fbc20e95d [file] [log] [blame]
Mike Frysinger77dbe732005-04-17 04:32:22 +00001<!--#include file="header.html" -->
2
3
4<h3>External Tiny Utilities</h3>
5
6This is a list of tiny utilities whose functionality is not provided by
7busybox. If you have additional suggestions, please send an e-mail to our
8dev 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>
Rob Landleyb90a3712006-08-16 21:10:27 +000020 <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
21dependencies (I.E. it does not depend on OpenSSL, using a built-in copy of
22LibTomCrypt instead). It's actively maintained, with a quiet but responsive
23mailing list.</td>
Mike Frysinger77dbe732005-04-17 04:32:22 +000024</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>
Mike Frysinger77dbe732005-04-17 04:32:22 +000030</table>
31
Rob Landleyac664e02006-03-09 18:20:43 +000032<p>In a gui environment, you'll probably want a web browser.
Bernhard Reutner-Fischer3515f6e2006-04-10 19:16:50 +000033<a href="http://www.konqueror.org/embedded/">Konqueror Embedded</a> requires QT
34(or QT Embedded), but not KDE. The <a href="http://www.dillo.org/">Dillo</a>
35requires GTK+, but not Gnome. Or you can try the <a href="http://links.twibright.com/">graphical
Rob Landleyac664e02006-03-09 18:20:43 +000036version of links</a>.</p>
37
Rob Landley686298d2006-09-01 17:38:23 +000038<h3>SCRIPTING LANGUAGES</h3>
39<p>Although busybox has built-in support for shell scripts, plenty of other
40small scripting languages are available on the net. A few examples:</p>
41<table>
42<tr>
43<th><language></th>
44<th><description></th>
45</tr>
46<tr>
47<td> <a href=http://www.foo.be/docs/tpj/issues/vol5_3/tpj0503-0003.html>microperl</a> </td>
48<td> A small standalone perl interpreter that can be built from the perl source
49s via "make -f Makefile.micro". If you really feel the need for perl on an embe
50dded system, this is where to start.
51</tr>
52<tr>
53
54<td><a href=http://www.lua.org/pil/>Lua</a></td>
55<td>If you just want a small embedded scripting language to write <em>new</en>
56code in, this Brazilian import is lightweight, fairly popular, and has
57a complete book about it online.</td>
58</tr>
59
60<tr>
61<td><a href= http://www.star.le.ac.uk/%7Etjg/rc/>rc</a></td>
62<td>The PLAN9 shell. Not compatible with conventional bourne shell syntax,
63but fairly lightweight and small.</td>
64</tr>
65
66</tr>
67<tr>
68<td><a href=http://www.forth.org>forth</a></td>
69<td>A well known language for fast and small programs, decades old but still
70in use for everything from OpenBIOS to computer controlled engine timing.</td>
71</tr>
72</table>
73
Rob Landleyb90a3712006-08-16 21:10:27 +000074<p>For more information, you probably want to look at
75<a href=http://buildroot.uclibc.org>buildroot</a> and
76<a href=http://gentoo-wiki.com/TinyGentoo>TinyGentoo</a>, which
77build and use tiny utilities for all sorts of things.</p>
78
Mike Frysinger77dbe732005-04-17 04:32:22 +000079<!--#include file="footer.html" -->
80