-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
27 lines (27 loc) · 939 Bytes
/
CITATION.cff
File metadata and controls
27 lines (27 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# CITATION.cff
cff-version: 1.2.0
message: "Please cite the following work when using OpenTTY J2ME in your research or projects."
title: "OpenTTY J2ME"
abstract: |
OpenTTY is a J2ME-based terminal emulator and lightweight operating environment
that provides a Lua runtime interpreter, ELF binary execution for ARM 32, and a
POSIX-like shell interface on constrained mobile j2me devices. It implements a
virtual filesystem, process management, and system call emulation to enable
portable scripting and binary execution in embedded Java environments.
authors:
- given-names: "Lima"
family-names: "Mr"
affiliation: "Community-driven open source project"
license: "MIT"
repository-code: "https://github.com/mrlima4095/OpenTTY-J2ME"
version: "1.16"
date-released: 2026-01-01
keywords:
- "J2ME"
- "Lua"
- "ELF"
- "ARM emulation"
- "Terminal emulator"
- "Embedded systems"
- "Mobile computing"
- "Java ME"