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 redisordnf install redisor...