enwi / dartzmq

A simple dart zeromq implementation/wrapper around the libzmq C++ library
https://pub.dev/documentation/dartzmq/latest/
MIT License
26 stars 17 forks source link

Added support for linux/aarch64 (e.g., Raspberry Pi, Nvidia Jetson, etc.) #37

Closed ai-and-i closed 5 months ago

ai-and-i commented 5 months ago

ZeroMQ is particularly interesting on embedded platform; this PR adds perhaps the most popular embedded architecture. The libzmq.so file is taken from here: https://download.opensuse.org/repositories/network:/messaging:/zeromq:/release-draft/Debian_12/arm64/ .