This java library aims to provide generic tooling for interfacing with Linux utilities via Java Native Access. It is meant to build more specific libraries. New classes and functionalities will be added as specific libraries uncover general patterns and needs.
It serves as a foundations for more useful libraries such as:
- io.helins/linux-epoll, using Linux's Epoll
- io.helins/linux-i2c, using the I2C protocol
- io.helins/linux-gpio, using the Linux GPIO utilities
Everything is described in the javadoc.
Copyright © 2018 Adam Helinski
Licensed under the term of the Mozilla Public License 2.0, see LICENSE.