Link to video: https://youtu.be/0Hk4t17SxRc
- Regular Azure IoT Operations deployment using the codespace path
- Event Grid namespace
| #!/usr/bin/env python3 | |
| import subprocess | |
| import sys | |
| import time | |
| from datetime import datetime, timedelta | |
| from threading import Thread | |
| # ---- Configuration --------------------------------------------------------- | |
| # Logical address of the TV and the AVR (CEC standard values) |
Link to video: https://youtu.be/0Hk4t17SxRc
| Rank | City | Country | Population | Score | Inexpensive Meal | Mid-range Meal | Domestic Beer | Imported Beer | Cappuccino | Wine - Market | Bread - Market | Cheese - Market |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Zürich | Switzerland | 372,857 | £316.01 | £22.32 | £107.15 | £7.14 | £6.47 | £4.81 | £11.61 | £2.74 | £24.30 |
| 2 | Basel | Switzerland | 163,216 | £294.16 | £22.39 | £94.02 | £6.27 | £5.37 | £4.49 | £12.09 | £2.80 | £30.32 |
| 3 | Lausanne | Switzer |
| { | |
| "nodes": [{ | |
| "id": "1", | |
| "status": "complete", | |
| "treasure": { | |
| "07": { | |
| "looted": "true" | |
| } | |
| } | |
| }, { |
| clear all | |
| N = 100; | |
| x = linspace(0,2*pi,N); | |
| % Make 3 different paths | |
| y(1,:) = sin(x); | |
| y(2,:) = cos(x); | |
| y(3,:) = sin(2*x); |
| N = 100; | |
| x = linspace(0,2*pi,N); | |
| y = sin(x); | |
| %% Initialization | |
| % set up first frame | |
| figure('Color', 'white'); | |
| % plot the 'background' |