Hi everyone,
Just to present me before: I’m Valdemar, from Portugal, and I’m starting my PhD thesis that I pretend to implement with Solace.
I’m trying to develop a python Publisher/Subscriber on a Raspberry Pi, by installing “solace-pubsubplus” but because it has an arm processor, it does not allows me to install the last version (1.0.0). Instead, it installs me the previous version (0.2.1), so when I run the publisher it does not allows me.
Steps until here:
1 - Install and configure software event broker on a laptop through Docker image (Setting Up Container Images).
2 - Install and configure solace on RaspberryPi (GitHub - SolaceSamples/solace-samples-python: Getting Started Samples for the Solace Python API.).
Is there a version of the direct_publisher.py and direct_subscriber.py codes that works with the solace-pubsubplus==0.2.1?
Best regards,
Valdemar Leiras