summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-24Added systemd service file for daemonAki
2022-01-24Decreased required version of CMakeAki
2021-10-23Fixed missing compile object for memory in libraryAki
2021-10-21Added memory interface to the libraryAki
2021-10-21Moved library client to own fileAki
2021-10-21Renamed gpio source of libraryAki
2021-10-21Added memory to the daemon stateAki
2021-10-21Added client/server config with env variablesAki
2021-10-16Added explicit empty consturctor for GpioAki
2021-10-16Added write conditionAki
2021-10-16Library updated to use newly added gpioAki
2021-10-16Extended Gpio class with real functionalityAki
2021-10-16Added Gpio and Assembly stubsAki
2021-10-15Moved sample client program to own repositoryAki
2021-10-15Added package config file to cmake installationAki
2021-10-15Changed name of the daemon executableAki
2021-10-14Extended client by adding sample state mutation to daemon and libAki
2021-10-14Added missing once pragmasAki
2021-10-14Created stub daemon with a communication libraryAki