abeckDev / IoTDoorController

A collection of software used to utilize IoT devices to control 433MHz based door control systems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Raspberry Pi zero/ARM6 support

abeckDev opened this issue · comments

Is your feature request related to a problem? Please describe.
Because of the ARM6 Architecture of the Raspberry Pi zero it is not possible to run the DeviceClient .net core code. So we need to think about alternatives.

Describe the solution you'd like
It would like to get the same experience from the normal DeviceClient on the RaspberryPi zero. So we may need to rewrite the deviceclient.

Describe alternatives you've considered
Alternatively we could consider to work with the mono framework and check how we have to rewrite the stuff to be compliant with the mono framework and its dependencies.