Implementing a DLNA Media Server in Arduino
After having demonstrated how to implement a DLNA Media Renderer in the last blog, I show that it is equally simple to define a DLNA media server. Here is the outline of a basic sketch: The logic for setting up and starting a server is basically the same like the one for the Media Renderer just using the DLNAMediaServer class: The key for this scenario however are two callbacks: one for preparing and the other Read more





