Run sense_led_serve.py from a Raspberry Pi with a SenseHat installed
Run send_sense from another computer to send messages to be displayed on the SenseHat's 8x8 LED grid.
This is an example of controlling devices over the network.
Recommend to downloading the gnatsd server from http://nats.io and running it
and then run these scripts with --host set to the address of the computer running it.
Run
sense_led_serve.py
from a Raspberry Pi with a SenseHat installedRun
send_sense
from another computer to send messages to be displayed on the SenseHat's 8x8 LED grid.This is an example of controlling devices over the network.
Recommend to downloading the gnatsd server from http://nats.io and running it and then run these scripts with --host set to the address of the computer running it.