🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
RaspberryPi
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 (https://docs.solace.com/Solace-SW-Broker-Set-Up/Docker-Containers/Set-Up-Docker-Container-Windows.htm).
2 - Install and configure solace on RaspberryPi (https://github.com/SolaceSamples/solace-samples-python).
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
Comments
-
Hey @ValdemarLeiras ! Glad to have you here! If you like you can introduce yourself on the introductions thread.
The Solace Python API is very new - it's only just been introduced. Have you thought about using one of the other messaging protocols? You could use the MQTT protocol to talk to your PI, and then use the Paho open source library. I know this works since we have demos using Node Red running on PIs talking to Solace over MQTT :-)
0