TakaTuka: Difference between revisions
No edit summary |
Citation bot (talk | contribs) Alter: template type, title. Add: chapter-url, page, year, chapter, s2cid, isbn, doi, pages, date. Removed or converted URL. | Use this bot. Report bugs. | Suggested by AManWithNoPlan | #UCB_webform 1333/1563 |
||
(22 intermediate revisions by 20 users not shown) | |||
Line 4: | Line 4: | ||
| screenshot = |
| screenshot = |
||
| caption = |
| caption = |
||
| developer = [[University of Freiburg]] |
| developer = [[University of Freiburg]], [[Lahore University of Management Sciences|LUMS]] |
||
| latest release version = |
| latest release version = |
||
| latest release date = |
| latest release date = |
||
Line 10: | Line 10: | ||
| latest preview date = |
| latest preview date = |
||
| operating system = [[Unix-like]] and [[TinyOS]] |
| operating system = [[Unix-like]] and [[TinyOS]] |
||
| programming language = [[Java (programming language)|Java]], [[C (programming language)|C]], |
| programming language = [[Java (programming language)|Java]], [[C (programming language)|C]], nesC |
||
| genre = [[Java Virtual Machine]] |
| genre = [[Java Virtual Machine]] |
||
| license = [[GNU General Public License]] |
| license = [[GNU General Public License]] |
||
| website = http://takatuka.sourceforge.net |
| website = [http://takatuka.sourceforge.net takatuka.sourceforge.net] |
||
}} |
}} |
||
'''TakaTuka''' is a [[Java virtual machine]] mainly |
'''TakaTuka''' is a [[Java virtual machine]] (JVM) mainly focused on [[wireless sensor network]] devices.<ref name="sensys">{{cite book |author=Aslam|title=Introducing TakaTuka: a Java virtual machine for motes |date=5 November 2008 |pages=399–400 |doi=10.1145/1460412.1460472 |isbn=9781595939906 |s2cid=10211172 |url=http://portal.acm.org/citation.cfm?doid=1460412.1460472 |version=ACM SenSys 2008 |accessdate=2010-06-21|display-authors=etal}}</ref><ref name="dcoss">{{cite web|author=Aslam|title=Optimized Java Binary and Virtual Machine for Tiny Motes|url=http://www.dcoss.org/program.php|version=DCOSS 2010|accessdate=2010-06-21|display-authors=etal|journal=|archive-url=https://web.archive.org/web/20100625050923/http://www.dcoss.org/program.php|archive-date=2010-06-25|url-status=dead}}</ref><ref name="darj">{{cite book |author=Brouwers|title=Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems - Sen ''Sys'' '09 |chapter=Darjeeling, a feature-rich VM for the resource poor |year=2009 |page=169 |doi=10.1145/1644038.1644056 |isbn=9781605585192 |s2cid=13090987 |chapter-url=http://portal.acm.org/citation.cfm?id=1644038.1644056 |version=ACM SenSys 2009 |accessdate=2010-06-22|display-authors=etal}}</ref> The VM focussed 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]] |
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 journal |author=O'Grady|title=Towards evolutionary ambient assisted living systems |journal=Journal of Ambient Intelligence and Humanized Computing |volume=1 |pages=15–29 |version=Journal of Ambient Intelligence and Humanized Computing |display-authors=etal|doi=10.1007/s12652-009-0003-5 |year=2010 |hdl=10197/1915 |s2cid=13299294 |hdl-access=free }}</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 |
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 == |
||
* [[Crossbow Technology|Crossbow]] IRIS |
|||
* [[Crossbow Technology|Crossbow]] MICA2/MICAz |
* [[Crossbow Technology|Crossbow]] MICA2/MICAz |
||
* [[Crossbow Technology|Crossbow]] TelosB |
* [[Crossbow Technology|Crossbow]] TelosB |
||
Line 28: | Line 29: | ||
==See also== |
==See also== |
||
{{Portal |
{{Portal|Free and open-source software|Computer programming}} |
||
*[[List of Java virtual machines]] |
*[[List of Java virtual machines]] |
Latest revision as of 12:06, 27 January 2022
Developer(s) | University of Freiburg, LUMS |
---|---|
Written in | Java, C, nesC |
Operating system | Unix-like and TinyOS |
Type | Java Virtual Machine |
License | GNU General Public License |
Website | takatuka.sourceforge.net |
TakaTuka is a Java virtual machine (JVM) mainly focused on wireless sensor network devices.[1][2][3] The VM focussed 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
[edit]See also
[edit]References
[edit]- ^ a b c d Aslam; et al. (5 November 2008). Introducing TakaTuka: a Java virtual machine for motes. ACM SenSys 2008. pp. 399–400. doi:10.1145/1460412.1460472. ISBN 9781595939906. S2CID 10211172. Retrieved 2010-06-21.
- ^ a b c d Aslam; et al. "Optimized Java Binary and Virtual Machine for Tiny Motes". DCOSS 2010. Archived from the original on 2010-06-25. Retrieved 2010-06-21.
- ^ Brouwers; et al. (2009). "Darjeeling, a feature-rich VM for the resource poor". Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems - Sen Sys '09. ACM SenSys 2009. p. 169. doi:10.1145/1644038.1644056. ISBN 9781605585192. S2CID 13090987. Retrieved 2010-06-22.
- ^ O'Grady; et al. (2010). "Towards evolutionary ambient assisted living systems". Journal of Ambient Intelligence and Humanized Computing. Journal of Ambient Intelligence and Humanized Computing. 1: 15–29. doi:10.1007/s12652-009-0003-5. hdl:10197/1915. S2CID 13299294.