Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 573 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 573 Bytes

python-meetup-crossbar

Crossbar.io Examples for Python Meetup

  • hello_world: A simple hello_world demonstration of components subscribing and publishing on the same topic
  • temperature_check: A RPi calls a remote procedure that sends a notification email when the CPU temperature is over 75 degrees
  • redis_authentication: Authenticate components to the router using a Redis cache

Dependencies

  • Python 3.x
  • Install Python Dependencies with pip install -r requirements.txt
  • Install Redis with apt-get install redis or dnf install redis or ...