HVAC Wiki

All things related to HVAC

User Tools

Site Tools


controls:protocols:bacnet:tools:bacmon

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
controls:protocols:bacnet:tools:bacmon [2020/10/01 15:34] – old revision restored (2020/09/27 22:56) 144.76.186.38controls:protocols:bacnet:tools:bacmon [2020/10/03 01:28] – old revision restored (2020/09/29 00:12) 161.97.92.73
Line 13: Line 13:
  
 The image above shows an increase in BACnet traffic, occuring at regular intervals. The image above shows an increase in BACnet traffic, occuring at regular intervals.
- 
- 
-===== Unofficial Installation Instructions ===== 
- 
-The repository is a little light on details on how to install the software. 
- 
- 
-==== For Ubuntu ==== 
- 
-=== BACmon === 
- 
-  - Clone the repository; 
-  - Go into the cloned repository and run the file **install_ubuntu.sh**; 
-  - Follow the instructions and answer the questions; 
- 
-After that, BACmon should be installed on your system. 
- 
-To see if the service is running correctly, open a shell and enter the following command: 
- 
-<code> 
-sudo service bacmon status 
-</code> 
- 
-You should get something like this: 
- 
-<code> 
-bacmon start/running, process 23746 
-</code> 
- 
-=== uWSGI === 
- 
-Install uWSGI on your system: 
-<code> 
- sudo pip install uwsgi 
-</code> 
- 
-You can start the server with the command: 
-<code> 
-sudo uwsgi --wsgi-file BACmonWSGI.p--uid bacmon --http :9090 
-</code> 
- 
-Now browse to http://localhost:9090/ to see the user interface. 
- 
controls/protocols/bacnet/tools/bacmon.txt · Last modified: 2020/10/04 15:50 by frozenlock