Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
olsky committed Jun 7, 2016
1 parent 9b9f13b commit 1dda138
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# swi-mqtt-pack

This pack uses mosquitto library in the foreign code to add MQTT functionality to SWI-Prolog.

Supported features:

- async and sync connections
- mosquitto connection is stored in the PL_blob > this offers multiple mqtt connections
- connect/pub/sub/disconnect predicates in prolog
- custom callback per connection supported (set in options when creating connection)
- multithreaded support: an additional engine will be created and attached to mosquito thread to perform callbacks

# SWI-Prolog Mosquitto MQTT Pack

This pack uses mosquitto library in the foreign code to add MQTT functionality to SWI-Prolog.

Supported features:

- async and sync connections
- mosquitto connection is stored in the PL_blob > this offers multiple mqtt connections
- connect/pub/sub/disconnect predicates in prolog
- custom callback per connection supported (set in options when creating connection)
- multithreaded support: an additional engine will be created and attached to mosquito thread to perform callbacks

0 comments on commit 1dda138

Please sign in to comment.