cu-ecen-aeld / final-project-abbottwhitley

final-project-abbottwhitley created by GitHub Classroom
0 stars 0 forks source link

Configure MQTT for use with Buildroot and RPI4 client / server communication #3

Closed abbottwhitley closed 3 years ago

abbottwhitley commented 3 years ago

Review and work through previous course content for Buildroot:

DoD: Transfer data between two seperate RPIs using MQTT protocol

abbottwhitley commented 3 years ago

Instructions detailed at course WIKI ~~> ( MQTT Python Example ) covers Python2.7 install and example code.

Steps for Python3:

abbottwhitley commented 3 years ago

Successfully installed and tested Python3 client/server setup using the publish/subscribe scripts found at How to use MQTT in Python (Paho)