time | 27 |channel | 28 |field | 29 |data | 30 |
---|---|---|---|
{{ data_pt.timestamp|naturaltime }} | 36 |{{ data_pt.channel_num }} | 37 |{{ data_pt.field_num }} | 38 |{{ data_pt.data }} | 39 |
22 | This Internet of Things (IoT) server is a cloud-based platform that allows you to upload, download, and visualize live data streams. You can send data to the IoT server from a web browser, a phone, tablet or a WiFi / network-enabled microcontroller. You can read data off of the IoT Server in a webpage or download json data from the server a GET request. This IoT Server enables engineers, scientists, and students to prototype and build IoT systems without setting up their own server or developing web software themselves. 23 |
24 |31 | Data can be read off the IoT Server using an HTTP GET request. A GET request is submitted by a web browser when the browser goes to the specified URL. 32 |
33 | 34 |GET
https://engr114.org/api/?channel=1&field=3&limit=10&format=json
Name | Description |
---|---|
47 |
|
49 | (Required) Channel ID for the channel of interest, specified 50 | as an integer. 51 | |
52 |
|
54 | Field ID for the channel of interest, specified as an integer 55 | |
56 |
|
58 | (Required) Format for the HTTP response, specified as
59 | |
64 |
|
66 | Limit for the number of data points returned, specified as an integer 67 | |
77 | Data can be written and saved on the IoT Server using an HTTP GET request. A GET request is submitted by a web browser when the browser goes to the specified URL. 78 |
79 | 80 |GET
https://engr114.org/api/?api_key=Ab5831ur6g2&channel=1&field=3&data=20.4
Name | Description |
---|---|
93 |
|
95 | (Required) API key for the channel of interest, specified 96 | as a string. 97 | |
99 |
|
101 | (Required) Channel ID for the channel of interest, specified 102 | as an integer. 103 | |
106 |
|
108 | (Required) Field ID for the channel of interest, specified as an integer 109 | |
112 |
|
114 | (Required) Data for the channel and field of interest, specified as an integer or float 115 | |
# | 25 |Header | 26 |Header | 27 |Header | 28 |Header | 29 |
---|---|---|---|---|
1,001 | 34 |Lorem | 35 |ipsum | 36 |dolor | 37 |sit | 38 |
1,002 | 41 |amet | 42 |consectetur | 43 |adipiscing | 44 |elit | 45 |
1,003 | 48 |Integer | 49 |nec | 50 |odio | 51 |Praesent | 52 |
1,003 | 55 |libero | 56 |Sed | 57 |cursus | 58 |ante | 59 |
1,004 | 62 |dapibus | 63 |diam | 64 |Sed | 65 |nisi | 66 |
1,005 | 69 |Nulla | 70 |quis | 71 |sem | 72 |at | 73 |
1,006 | 76 |nibh | 77 |elementum | 78 |imperdiet | 79 |Duis | 80 |
1,007 | 83 |sagittis | 84 |ipsum | 85 |Praesent | 86 |mauris | 87 |
1,008 | 90 |Fusce | 91 |nec | 92 |tellus | 93 |sed | 94 |
1,009 | 97 |augue | 98 |semper | 99 |porta | 100 |Mauris | 101 |
1,010 | 104 |massa | 105 |Vestibulum | 106 |lacinia | 107 |arcu | 108 |
1,011 | 111 |eget | 112 |nulla | 113 |Class | 114 |aptent | 115 |
1,012 | 118 |taciti | 119 |sociosqu | 120 |ad | 121 |litora | 122 |
1,013 | 125 |torquent | 126 |per | 127 |conubia | 128 |nostra | 129 |
1,014 | 132 |per | 133 |inceptos | 134 |himenaeos | 135 |Curabitur | 136 |
1,015 | 139 |sodales | 140 |ligula | 141 |in | 142 |libero | 143 |
time | 15 |channel | 16 |field | 17 |data | 18 |
---|---|---|---|
{{ data_pt.timestamp|naturaltime }} | 24 |{{ data_pt.channel }} | 25 |{{ data_pt.field_num }} | 26 |{{ data_pt.data }} | 27 |
time | 28 |channel | 29 |field | 30 |data | 31 |
---|---|---|---|
{{ data_pt.timestamp|naturaltime }} | 38 |{{ data_pt.channel_num }} | 39 |{{ data_pt.field_num }} | 40 |{{ data_pt.data }} | 41 |
user | 27 |time | 28 |channel | 29 |field | 30 |data | 31 |
---|---|---|---|---|
{{ data_pt.user }} | 37 |{{ data_pt.timestamp|naturaltime }} | 38 |{{ data_pt.channel_num }} | 39 |{{ data_pt.field_num }} | 40 |{{ data_pt.data }} | 41 |