You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<wifi-ssid>: your wifi network
<wifi-pass>: the password of your wifi network
<server-host>: the ip of your laptop in your wifi network
<new-espurna-password>: the password you assign to your Espurna device
<device-name>: the name of your device as registered in the iot hub
<iot-hub-hostname>: the host name of your iot hub
<sr-value>: the value of the SAS
<it-hub-connection-string>: the iot hub connection string
git clone https://github.com/capside/web-apps-node-iot-hub-data-visualization
cd web-apps-node-iot-hub-data-visualization
Set the env variables
set Azure.IoT.IoTHub.DeviceId=<device-name>set Azure.IoT.IoTHub.ConnectionString=HostName=<it-hub-connection-string>set Azure.IoT.IoTHub.ConsumerGroup=chart
set PORT=3000