controls:protocols:bacnet:tools:bacmon
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| controls:protocols:bacnet:tools:bacmon [2020/10/01 21:40] – old revision restored (2020/09/27 22:56) 144.76.29.148 | controls:protocols:bacnet:tools:bacmon [2020/10/04 15:50] (current) – old revision restored (2020/10/03 01:28) frozenlock | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| {{: | {{: | ||
| - | The image above shows an increase in BACnet traffic, occuring at a regular | + | The image above shows an increase in BACnet traffic, occuring at regular |
| + | |||
| + | |||
| + | ===== 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: | ||
| + | |||
| + | < | ||
| + | sudo service bacmon status | ||
| + | </ | ||
| + | |||
| + | You should get something like this: | ||
| + | |||
| + | < | ||
| + | bacmon start/ | ||
| + | </ | ||
| + | |||
| + | === uWSGI === | ||
| + | |||
| + | Install uWSGI on your system: | ||
| + | < | ||
| + | sudo pip install uwsgi | ||
| + | </ | ||
| + | |||
| + | You can start the server with the command: | ||
| + | < | ||
| + | sudo uwsgi --wsgi-file BACmonWSGI.p--uid bacmon --http :9090 | ||
| + | </ | ||
| + | |||
| + | Now browse to http:// | ||
controls/protocols/bacnet/tools/bacmon.1601588424.txt.gz · Last modified: 2020/10/01 21:40 by 144.76.29.148
