Popularity
3.8
Declining
Activity
4.5
-
3
4
0
Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.2.1
net-mqtt-rpc alternatives and similar packages
Based on the "net" category.
Alternatively, view net-mqtt-rpc alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of net-mqtt-rpc or a related project?
README
mqtt-rpc
This package provides an RPC client interface over MQTT.
It's currently quite low-level and not very configurable, but I'm using it in a real application, so it at least needs to work for me. :)
Example:
mc <- connectURI mqttConfig{_protocol=Protocol50} "mqtt://broker/"
response <- call mc "some/path" "a message"
BL.hPut stdout response