Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SampleApp

Provides implementation for UPnP Cloud Capable Control Point as described in "Annex C Cloud" of UDA 2.0.

Install its dependencies with:

mix deps.get
cd assets && npm install

To include SampleApp in the Nerves Image for a target add it as a dependency in [../nerves_uccd/mix.exs]:

def deps do
  [{:nerves, "~> 0.5.0", runtime: false},
   {:sample_app, in_umbrella: true}, # <--- here
  deps(@target)
end

It can also be started standalone with mix phx.server

Now you can visit localhost:4000/devices from your browser. It should display all the connected UPnP+ devices.