GithubHelp home page GithubHelp logo

fcgll520 / miracle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chenbd/miracle

0.0 2.0 0.0 336 KB

Wifi-Display/Miracast Implementation

License: Other

Makefile 0.89% Shell 0.05% M4 0.44% C 97.75% C++ 0.88%

miracle's Introduction

= MiracleCast - Wifi-Display/Miracast Implementation =

The MiracleCast project provides software to connect external monitors to your
system via Wifi. It is compatible to the Wifi-Display specification also known
as Miracast. MiracleCast implements the Display-Source as well as Display-Sink
side.

The Display-Source side allows you to connect external displays to your system
and stream local content to the device. A lot of effort is put into making this
as easy as connecting external displays via HDMI.
On the other hand, the Display-Sink side allows you to create wifi-capable
external displays yourself. You can use it on your embedded devices or even on
full desktops to allow other systems to use your device as external display.

Website:
  http://www.freedesktop.org/wiki/Software/miracle

== Requirements ==

  The MiracleCast projects requires the following software to be installed:
    - libwfd: A stand-alone library implementing the Wifi-Display protocol.
              http://www.freedesktop.org/wiki/Software/miracle/libwfd
      required: >=libwfd-1

    - systemd: A system management daemon. It is used for device-management
               (udev), dbus management (sd-bus) and service management.
      required: >=systemd-209

    - glib: A utility library. Used by the current DHCP implementation. Will
            be removed once sd-dns gains DHCP-server capabilities.
      required: ~=glib2-2.38 (might work with older releases, untested..)

    - check: Test-suite for C programs. Used for optional tests of the
             MiracleCast code base.
      optional: ~=check-0.9.11 (might work with older releases, untested..)

  Note that systemd-209 is not released, yet. However, several unreleased
  interfaces of it are used. Please see the MiracleCast website for hints how
  you can use it right now.

== Download ==

  Released tarballs can be found at:
    http://www.freedesktop.org/software/miracle/releases

== Install ==

  To compile MiracleCast, run the standard autotools commands:
    $ test -f ./configure || NOCONFIGURE=1 ./autogen.sh
    $ ./configure --prefix=/usr/local
    $ make
    $ sudo make install
  To compile and run the test applications, use:
    $ make check

== Documentation ==

  WIP - Please see the MiracleCast website

== License ==

  This software is licensed under the terms of an MIT-like license. Please see
  ./COPYING for further information.

== Contact ==

  This software is maintained by:
    David Herrmann <[email protected]>
  If you have any questions, do not hesitate to contact one of the maintainers.

miracle's People

Watchers

James Cloos avatar BobbyLi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.