wanghaEMQ / pynng-mqtt

MIT License
9 stars 3 forks source link

Instructions to build for ARM64 #8

Closed leoberteck closed 6 months ago

leoberteck commented 8 months ago

I am trying to test this client on an actual device running on arm64 processor. Any additional instructions to build the project for such target?

wanghaEMQ commented 6 months ago

Sorry. This project is just for demo. Don't put it to production.

If you wanna use MQTT Over QUIC functionality. NanoSDK is a better choose. https://github.com/emqx/nanosdk Building NanoSDK directly on a arm64 processor or cross compiling are supported.

leoberteck commented 6 months ago

Thanks for the feedback!