Skip to content

coop/nerves_cog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NervesCog

Launch Cog inside a running weston instance.

This project works very well with nerves_weston but should work equally well with a different wayland compositor.

NOTE: The current implementation assumes you are wanting to run cog using a wayland compositor. Although cog allows swapping backends that functionality is not exposed today.

Usage

{NervesCog,
 url: "http://localhost:4000",
 xdg_runtime_dir: "/tmp/nerves_weston",
 wayland_display: "wayland-1",
 cli_args: [
   # see cog --help-all for available options
 ],
 daemon_opts: [
   # options passed to MuonTrap.Daemon
 ],
 name: :cog}

Installation

Include nerves_cog in your dependencies referencing github:

def deps do
  [
    {:nerves_cog, github: "coop/nerves_cog"}
  ]
end

About

Launch Cog inside a running weston instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages