On Zephyr, which is best for you? GRPC or MQTT
You might be wondering if MQTT or GRPC would be best for your use case.
Here are 3 questions you might want to ask yourself:
- Do you have a request-response use case? For example, are you asking for the temperature and then sending a command based on the value you receive?
- Do you have a requirement to only do point-to-point communication? For example, one client talking to one server? This means none of the following use cases: one-to-many, many-to-one, many-to-many.
- Do you have a reliable network?
If your answers to these questions are “Yes,” then GRPC is likely the right solution for you. And now, if you’re using wolfSSL on Zephyr, it’s never been easier because we have a new GRPC integration with the wolfSSL library on Zephyr. If you’ve already got a peer setup, our GRPC integration will seamlessly interoperate with it. Send us a message at support@wolfssl.com to get started on this journey.
If you have questions about any of the above, please contact us at facts@wolfssl.com or call us at +1 425 245 8247.
Download wolfSSL Now

