13 lines
338 B
HTML
13 lines
338 B
HTML
<html>
|
|
<head> <title> The COOJA Simulator (applet) </title> </head>
|
|
<body>
|
|
|
|
<applet code="org/contikios/cooja/CoojaApplet.class"
|
|
archive="../lib/jdom.jar, ../lib/log4j.jar, ../apps/mrm/lib/mrm.jar, ../apps/mspsim/lib/mspsim.jar, ../apps/mspsim/lib/cooja_mspsim.jar"
|
|
width="600" height="400">
|
|
</applet>
|
|
|
|
</body>
|
|
|
|
</html>
|