Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-normandin committed Jan 14, 2024
2 parents a2dbfb7 + 4b3a420 commit e66a48d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# LV-MQTT-Broker
Native LabVIEW MQTT Broker Server

[![Image](https://www.vipm.io/package/labview_open_source_project_lib_mqtt_broker/badge.svg?metric=installs)](https://www.vipm.io/package/labview_open_source_project_lib_mqtt_broker/) [![Image](https://www.vipm.io/package/labview_open_source_project_lib_mqtt_broker/badge.svg?metric=stars)](https://www.vipm.io/package/labview_open_source_project_lib_mqtt_broker/)

This project is an exercise in Test-Driven Development, which essentially means that the code is implemented gradually and verified through comprehensive unit tests. At any point in time, the features included in a particular release are fully functional. This also means that all releases have partial functionality.

For a fully compliant MQTT broker, 141 requirements (as listed in the OASIS specification) need to be satisfied. Those requirements have been added as issues. The list of currently supported features is found by filtering the issues to show only the "closed" issues.
Expand Down

0 comments on commit e66a48d

Please sign in to comment.