浏览 1245
扫码
Services
Intel® IoT Developer Kit Cloud-based Analytics
Intel provides a cloud-based analytics system for the Internet-of-Things (IoT) that includes resources for the collection and analysis of sensor data that the Intel® IoT Developer Kit provides. Using this service, Intel Galileo/Edison device developers can jump-start data acquisition and analysis without having to invest in large-scale storage and processing capacity.
# Create an accounthttps://dashboard.us.enableiot.com/# In Edison / Galileoroot@galileo:~# iotkit-admin initializeroot@galileo:~# iotkit-admin reset-componentsroot@galileo:~# iotkit-admin testroot@galileo:~# iotkit-admin device-id# From https://dashboard.us.enableiot.com/ui/dashboard#/devices, add a New Device# From https://dashboard.us.enableiot.com/ui/dashboard#/account, get Activation Coderoot@galileo:~# iotkit-admin activate <Activation Code from Webpage>root@galileo:~# iotkit-admin catalogroot@galileo:~# iotkit-admin register temp temperature.v1.0root@galileo:~# iotkit-admin observation temp 35root@galileo:~# iotkit-admin observation temp 30
- Intel® IoT Developer Kit Cloud-based Analytics Homepage
- Intel® IoT Developer Kit Cloud-based Analytics User Guide
Plot.Ly
Plotly is an online analytics and data visualization tool, headquartered in Montreal, Quebec. Plotly provides online graphing, analytics, and stats tools for individuals and collaboration, as well as scientific graphing libraries for Python, R, MATLAB, Perl, Julia, Arduino, and REST.
Get an account @ plot.lyroot@galileo:~# pip install plotlyroot@galileo:~# python -c "import plotly; plotly.tools.set_credentials_file(username='yourusername', api_key='youapikey', stream_ids=['yourstreamid', 'yourotherstreamid'])"
