Arun Aditya
Menu

Projects

Volume Control

A Linux kernel module that provides fine-grained software volume control via a character device interface, written in C++.

Role: Kernel developer

Tech: C++, Linux Kernel, Kernel Module, Character Device

Thermal Control

A Kotlin-based thermal management utility that monitors and controls device temperature to prevent throttling on Android and Linux platforms.

Role: Systems developer

Tech: Kotlin, Android, Linux, Thermal Management

Native Calculator

A native scientific calculator Android app built with Kotlin, demonstrating JNI bridging between Kotlin and C++ for computation logic.

Role: Android developer

Tech: Kotlin, C++, JNI, Android

Local Chat App

A peer-to-peer local network chat application for Android, enabling device-to-device messaging without an internet connection.

Role: Android developer

Tech: Kotlin, Android, Networking, P2P

Wavetable Synthesizer

An Android wavetable synthesizer leveraging native C++ audio processing via the NDK, with a Kotlin UI layer for real-time sound generation.

Role: Android/audio developer

Tech: Kotlin, C++, Android NDK, Audio

EasyLogger

A lightweight Kotlin logging utility for Android that simplifies log management with structured output and configurable log levels.

Role: Library developer

Tech: Kotlin, Android, Logging