Kurt Van Dijck
Kurt Van Dijck
Can't you just use a direct MPD connection?
Hey, > @kurt-vd It would be useful for mobile devices that don't have native MPD capabilities. So you're looking at devices without dedicated MPD app, and want to control MPD...
I'm working on an mpd to mqtt bridge. This is not HTTP rest, but works for me to integrate mpd control in my home automation
I just added this into my fork https://github.com/kurt-vd/ympd The merge request is pending ...
Please run $ sudo netstat --tcp --listen -n -p | grep 8082 and see what other process has already bound to port 8082 Kurt
Hey, > One issue has been found today if password defined in mpd.conf: > > media ~ $ ympd -w 8082 > MPD Connecting to 127.0.0.1:6600 > MPD connected. >...
> One issue has been found today if password defined in mpd.conf: > > media ~ $ ympd -w 8082 > MPD Connecting to 127.0.0.1:6600 > MPD connected. > MPD...
Hey, In contrast to IP networking, on which BSD socket API's are based, J1939 packets have no **source** and **destination** PGN, just a PGN. This makes you would get (I...
1) I doubt that this mapping is 1-to-1 in IP networks. You can use auto-bind features on tcp or udp, or even no bind at all, and you will get...
On zo, 28 jan 2018 00:35:28 -0800, Oleksij Rempel wrote: > > @olerem commented on this pull request. > __________________________________________________________________ > > In [1]can-j1939-kickstart.md: > > @@ -99,7 +99,11 @@...