XasWorks / XasCode

Repository of all the important multi-project libraries
GNU General Public License v3.0
5 stars 2 forks source link

Add MQTT RPC #21

Open Xasin opened 6 years ago

Xasin commented 6 years ago

This should be simple!

There should be a base class to inherit from that exposes specific functions to MQTT (presumably all public ones on default), or takes an existing class/instance and relays function calls, as well as a class that simply overwrites the "send" function and tries to connect to a RPC endpoint.