BACnet web services

BACnet web services, also known as BACnet/WS, is a RESTful API to the BACnet system. It is implemented in accordance with the BACnet standard (ANSI/ASHRAE Standard 135-2016, ANNEX W - BACnet/WS RESTful WEB SERVICES INTERFACE (NORMATIVE)).

The BACnet/WS are part of the DINGO-Stack and can be browsed in a browser.

Example: Lets say that the IP of the DINGO device is 192.168.1.100, then the web services can be browsed by entering this address into a browser: http://192.168.1.100/bacnetws

The REST API uses the HTTP methods POST, GET, PUT and DELETE to map CRUD (create, retrieve, update, delete) operations respectively to HTTP requests.