| ... | ... | @@ -2,7 +2,7 @@ BMON is an application that stores sensor data primarily from buildings and prov |
|
|
|
|
|
|
|
The diagram below shows the overall structure of the application.
|
|
|
|
|
|
|
|
!(Developer/images/BMON_architecture.png)
|
|
|
|

|
|
|
|
|
|
|
|
Sensors such as [Monnit Wireless Sensors](http://www.monnit.com/) post data across the Internet to the BMON Django application located on the web server. The sensor readings are stored in a [SQLite](https://www.sqlite.org/) database dedicated to those readings. The Django application utilizes a separate database to store other objects needed by the BMON system, such as building information, sensor descriptions, alert conditions, etc. This database is the standard Django database that is generated from the [Models](https://docs.djangoproject.com/en/1.8/topics/db/models/) in the Django application.
|
|
|
|
|
| ... | ... | |