mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
13 lines
332 B
HTML
13 lines
332 B
HTML
<html>
|
|
<head> <title> The COOJA Simulator (applet) </title> </head>
|
|
<body>
|
|
|
|
<applet code="se/sics/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>
|