Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Ada section to software.md #172

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions _sites/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@ description: A collection of links to all important MQTT brokers/servers, MQTT c
<ul>
<li><a href="https://github.com/yangboz/as3MQTT">as3MQTT</a></li>
</ul>
<div class="subhead">Ada</div>
<ul>
<li><a href="https://github.com/persan/mosquitto-ada">mosquitto-ada</a> - A binding to libmosquitto</li>
<li><a href="http://www.dmitry-kazakov.de/ada/components.htm#MQTT">Simple Components MQTT</a> - Pure Ada MQTT client and server/broker</li>
</ul>
<div class="subhead">Bash</div>
<ul>
<li>see <a href="#shell-script">Shell Script</a>, below</li>
Expand Down