module/mpd: monitors MPD

This commit is contained in:
Daniel Eklöf 2018-12-27 11:36:38 +01:00
parent 3aa6b21056
commit 9a94c9c1f7
4 changed files with 336 additions and 0 deletions

9
modules/mpd/mpd.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
#include <stdint.h>
#include "../../module.h"
#include "../../particle.h"
struct module *module_mpd(
const char *host, uint16_t port, struct particle *label);