latchset / tang

Tang binding daemon
GNU General Public License v3.0
500 stars 57 forks source link

RFE: support arduino build #90

Open akostadinov opened 2 years ago

akostadinov commented 2 years ago

Hello, tang is most useful as a small, dedicated, energy efficient device. Arduino fits very well. Any chances tang can be compiled for it?

Also good alternatives would be Raspberry Pi Pico W and the likes, for example W6100-EVB-Pico.

er1z commented 1 year ago

This is also one of thoughts I came across once I met this project.

sarroutbi commented 1 year ago

Hello. Sorry but this is not planned in the short term. However, we welcome a PR or at least a more detailed description on how to do it:

er1z commented 1 year ago

Background: home-lab where running another server costs energy. Storage: EEPROM or SDCard via SPI. Cross-compilation: can you rephrase?

Potential solution: as ESP-family is quite wide-spread (and there are ESP32 with ethernet) may be it's possible to at least create (Micro)Python binding to expose the functionality?

akostadinov commented 1 year ago

Exactly - energy, noise, space. It can be a one function device hidden away from the server(s). This is how I have always imagined it - like a security key, then the rest of the servers just work or not depending on its presence.

To install a whole machine for such small server is a great overkill.