Jump to content

TakaTuka: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Some minor changes
m focussed -> focused
Line 15: Line 15:
| website = [http://takatuka.sourceforge.net takatuka.sourceforge.net]
| website = [http://takatuka.sourceforge.net takatuka.sourceforge.net]
}}
}}
'''TakaTuka''' is a [[Java virtual machine]] (JVM) mainly focussed for [[wireless sensor network]] devices.<ref name="sensys">{{cite paper |author=Aslam et al. |title=Introducing TakaTuka: a Java virtual machine for motes |url=http://portal.acm.org/citation.cfm?doid=1460412.1460472 |version=ACM SenSys 2008 |accessdate=2010-06-21}}</ref><ref name="dcoss">{{cite paper |author=Aslam et al. |title=Optimized Java Binary and Virtual Machine for Tiny Motes |url=http://www.dcoss.org/program.php |version=DCOSS 2010 |accessdate=2010-06-21}}</ref><ref name="darj">{{cite paper |author=Brouwers et al. |title=Darjeeling, a feature-rich VM for the resource poor |url=http://portal.acm.org/citation.cfm?id=1644038.1644056 |version=ACM SenSys 2009 |accessdate=2010-06-22}}</ref> The VM focused on supporting small devices with at least 4 [[KiB]] of [[Random-access memory|RAM]] and greater than 48 [[KiB]] of [[flash memory]]. TakaTuka currently offers [[Connected Limited Device Configuration| CLDC]] compatible library support.
'''TakaTuka''' is a [[Java virtual machine]] (JVM) mainly focused on [[wireless sensor network]] devices.<ref name="sensys">{{cite paper |author=Aslam et al. |title=Introducing TakaTuka: a Java virtual machine for motes |url=http://portal.acm.org/citation.cfm?doid=1460412.1460472 |version=ACM SenSys 2008 |accessdate=2010-06-21}}</ref><ref name="dcoss">{{cite paper |author=Aslam et al. |title=Optimized Java Binary and Virtual Machine for Tiny Motes |url=http://www.dcoss.org/program.php |version=DCOSS 2010 |accessdate=2010-06-21}}</ref><ref name="darj">{{cite paper |author=Brouwers et al. |title=Darjeeling, a feature-rich VM for the resource poor |url=http://portal.acm.org/citation.cfm?id=1644038.1644056 |version=ACM SenSys 2009 |accessdate=2010-06-22}}</ref> The VM focused on supporting small devices with at least 4 [[KiB]] of [[Random-access memory|RAM]] and greater than 48 [[KiB]] of [[flash memory]]. TakaTuka currently offers [[Connected Limited Device Configuration| CLDC]] compatible library support.


TakaTuka was developed by [[University of Freiburg]] and first went public on [[SourceForge]] in 2009.<ref name="sensys"/><ref name="dcoss"/><ref name="springer">{{cite paper |author=O'Grady et al. |title=Towards evolutionary ambient assisted living systems |url=http://www.springerlink.com/content/gg535327010nhql2/ |version=Journal of Ambient Intelligence and Humanized Computing |accessdate=2009-12-01}}</ref> It was created to reduce the learning time of developing [[wireless sensor network]] applications by introducing a common [[Java (programming language)|Java]] language among all supported mote.
TakaTuka was developed by [[University of Freiburg]] and first went public on [[SourceForge]] in 2009.<ref name="sensys"/><ref name="dcoss"/><ref name="springer">{{cite paper |author=O'Grady et al. |title=Towards evolutionary ambient assisted living systems |url=http://www.springerlink.com/content/gg535327010nhql2/ |version=Journal of Ambient Intelligence and Humanized Computing |accessdate=2009-12-01}}</ref> It was created to reduce the learning time of developing [[wireless sensor network]] applications by introducing a common [[Java (programming language)|Java]] language among all supported mote.


TakaTuka stores [[Class (file format)|Java Class files]] into a highly compact format named Tuk. This format strips all unnecessary information, such as class names and retains only essential information for runtime. It also shares a similar Split VM architecture with [[Squawk virtual machine]].<ref name="sensys"/><ref name="dcoss"/> Furthermore, TakaTuka also employs extensive bytecode compaction that results in smaller code size and faster bytecode execution.<ref name="sensys"/><ref name="dcoss"/>
TakaTuka stores [[Class (file format)|Java Class files]] into a highly compact format named Tuk. This format strips all unnecessary information, such as class names and retains only essential information for runtime. It also shares a similar Split VM architecture with [[Squawk virtual machine]].<ref name="sensys"/><ref name="dcoss"/> Furthermore, TakaTuka also employs extensive [[bytecode]] compaction that results in smaller code size and faster bytecode execution.<ref name="sensys"/><ref name="dcoss"/>


== Supported motes ==
== Supported motes ==

Revision as of 05:40, 4 July 2011

TakaTuka
Developer(s)University of Freiburg
Written inJava, C, nesC
Operating systemUnix-like and TinyOS
TypeJava Virtual Machine
LicenseGNU General Public License
Websitetakatuka.sourceforge.net

TakaTuka is a Java virtual machine (JVM) mainly focused on wireless sensor network devices.[1][2][3] The VM focused on supporting small devices with at least 4 KiB of RAM and greater than 48 KiB of flash memory. TakaTuka currently offers CLDC compatible library support.

TakaTuka was developed by University of Freiburg and first went public on SourceForge in 2009.[1][2][4] It was created to reduce the learning time of developing wireless sensor network applications by introducing a common Java language among all supported mote.

TakaTuka stores Java Class files into a highly compact format named Tuk. This format strips all unnecessary information, such as class names and retains only essential information for runtime. It also shares a similar Split VM architecture with Squawk virtual machine.[1][2] Furthermore, TakaTuka also employs extensive bytecode compaction that results in smaller code size and faster bytecode execution.[1][2]

Supported motes

See also

References

  1. ^ a b c d Aslam; et al. "Introducing TakaTuka: a Java virtual machine for motes". ACM SenSys 2008. Retrieved 2010-06-21. {{cite journal}}: Cite journal requires |journal= (help); Explicit use of et al. in: |author= (help)
  2. ^ a b c d Aslam; et al. "Optimized Java Binary and Virtual Machine for Tiny Motes". DCOSS 2010. Retrieved 2010-06-21. {{cite journal}}: Cite journal requires |journal= (help); Explicit use of et al. in: |author= (help)
  3. ^ Brouwers; et al. "Darjeeling, a feature-rich VM for the resource poor". ACM SenSys 2009. Retrieved 2010-06-22. {{cite journal}}: Cite journal requires |journal= (help); Explicit use of et al. in: |author= (help)
  4. ^ O'Grady; et al. "Towards evolutionary ambient assisted living systems". Journal of Ambient Intelligence and Humanized Computing. Retrieved 2009-12-01. {{cite journal}}: Cite journal requires |journal= (help); Explicit use of et al. in: |author= (help)