Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ARM Raspberry Pi in GroundUpDB #30

Open
adamfowleruk opened this issue Oct 17, 2020 · 2 comments
Open

Support ARM Raspberry Pi in GroundUpDB #30

adamfowleruk opened this issue Oct 17, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@adamfowleruk
Copy link
Owner

Please start with a use case description for a USER of this work
[Who] As an IoT developer
[What] I need to store IoT information in a high speed ephemeral database on a Raspberry Pi (Arm chip)
[Value] In order to store and query lots of IoT data without damaging the SD card over time

Describe the solution you'd like
Have GroundUpDB compile on ARM (specifically Raspberry Pi 3B+ and above) - Add further protocol support in later versions

Describe alternatives you've considered
Using a heavyweight IoT message broker (MQTT) combined with a relational database for storage, and python micro service for connecting the two

Additional context
See LoRa IoT gateway and thethingsnetwork.org

@adamfowleruk
Copy link
Owner Author

HighwayHash issue:-

export HH_TARGET_NAME=Portable

Edit Makefile as it ignores this setting, unbelievably, so comment out the 'else' lines mentioning AVX2, and run make.

@adamfowleruk
Copy link
Owner Author

Related to #33 which is 64 bit arm support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant