• I am an aerospace engineer currently working for ESA in the ISS programme.

    Coding Projects:

    Matrix: @aral-matrix:matrix.org

  • Joined on 2024-03-29
Demonstrate a standalone (master) SNMP agent in user space, collect and serve telemetry from an example application.
Updated 2025-10-11 18:20:50 +02:00
Encode CCSDS telemetry packets from CSV files described in a custom JSON format. --- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025-10-04 17:25:44 +02:00
playing around with the wxWidgets framework
Updated 2025-07-16 00:55:54 +02:00
A POSIX-like implementation of message queues that work on the file system in user space, and can be used on cygwin64/Windows. --- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025-04-30 19:41:36 +02:00
Provide a random access FIFO buffer, whose total size is limited only by available space in the file system - the buffer position index for random access is a continuously increasing uint64_t, with the data in the buffer being that between the write pointer and the read pointer - the buffer implements a buffer page logic, with recently accessed pages being cached in memory and dumped to file system when overloaded with a new buffer page - the buffer also supports direct disk access, without copying buffer pages to memory, for when the file system is mounted on a ramdisk --- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025-03-19 23:38:48 +01:00
A GNU Makefile example with instructions that can be used to detect the operating system platform based on gcc compiler predefined macros. This functionality can be used to build a cross-platform Makefile. --- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025-01-27 23:35:22 +01:00
A shell script to launch teams-for-linux in a firejail environment. --- Please don't upload to GitHub: https://nogithub.codeberg.page
Updated 2025-01-27 23:33:50 +01:00