From owner-freebsd-questions@FreeBSD.ORG Sun Sep 14 07:12:15 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5C8FE14B; Sun, 14 Sep 2014 07:12:15 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4724F78; Sun, 14 Sep 2014 07:12:14 +0000 (UTC) Received: by mail-la0-f44.google.com with SMTP id mc6so3060317lab.17 for ; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=LORVT0g0UCbaaS/yFaB2tyINzQyQ5oC/mrtrgrpcqv8=; b=fmFj5t5CI0Tn+N45philVrQUp9o5FlbwKucp1A+wQD/8nXMRyRnFRi4iNMI6Oy2ZKB nufHHRYliDHs3QQbL4CrISRSUt46RB3IVBqRFu4zQ0NXvgKqxkOYoz0z3a7ZMaZSri8e ZtNQ1vHi151hshGtyhCQ6YBhh1xG5w7nHDXWjpRleEBrsry7IxEDnI8oTBKy72Bc2DFY qH/FwjPpZO8De7EdAg/OAJIbItfo3Ym/D5dcbxQr3GUSqW8YKI6CAyP67OR59WUf3Au9 Trpg5m6XYdoHkPWgsNygrCkyUvZr1jDjn1jWwokeqBdtCSGst1DAGmj/dPfSQGuf+mx/ A0oA== MIME-Version: 1.0 X-Received: by 10.112.33.74 with SMTP id p10mr19028333lbi.0.1410678732212; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) Received: by 10.25.136.132 with HTTP; Sun, 14 Sep 2014 00:12:12 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Sep 2014 00:12:12 -0700 Message-ID: Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming From: Waitman Gobble To: CeDeROM Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-hackers@freebsd.org" , FreeBSD Questions Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2014 07:12:15 -0000 On Sat, Sep 13, 2014 at 11:27 PM, Waitman Gobble wrote: > > > On Fri, Sep 12, 2014 at 10:03 AM, Waitman Gobble > wrote: > >> ok.. one thing - it seems OpenWFD was dropped and the dev started a new >> project 'MiracleCast'.. the other day I *thought* I saw that MiracleCast >> had a dependency on SystemD, which I don't see at the moment (that could >> potentially cause trouble lol). >> >> http://dvdhrm.wordpress.com/2014/02/17/on-wifi-democratic-republics-and-miracles/ >> >> anyway I suppose it would be better to work on porting that instead of >> OpenWFD. >> >> >> >> On Fri, Sep 12, 2014 at 9:39 AM, CeDeROM wrote: >> >>> On Fri, Sep 12, 2014 at 6:25 PM, CeDeROM wrote: >>> > I have ordered a Streamcast dongle from Google, lets give it a try :-) >>> >>> Sorry, I have refernced a CHROMECAST device :-) >>> >>> http://www.google.com/chrome/devices/chromecast/ >>> >>> -- >>> CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >>> >> >> >> >> -- >> Waitman Gobble >> San Jose California USA >> 510-830-7975 >> > > > yeah. > configure: error: Package requirements (libudev libsystemd >= 213) were > not met: > > Package libudev was not found in the pkg-config search path. > Perhaps you should add the directory containing `libudev.pc' > to the PKG_CONFIG_PATH environment variable > Package 'libudev', required by 'world', not found > Package 'libsystemd', required by 'world', not found > > -- > Waitman Gobble > San Jose California USA > 510-830-7975 > ... with some intensive hacking we can maybe make it work :) it's a start anyway. getting rid of the systemd stuff and switching logging functions to syslog(3) miracled builds (but seriously no doubt hours more work involved to do something useful). :) this is just really a simple shell around the important guts. # clang -o miracled miracled.c # ./miracled -help miracled [OPTIONS...] ... Remote-display Management-daemon. -h --help Show this help --version Show package version -- Waitman Gobble San Jose California USA 510-830-7975