Date: Sun, 14 Sep 2014 00:12:12 -0700 From: Waitman Gobble <gobble.wa@gmail.com> To: CeDeROM <cederom@tlen.pl> Cc: "freebsd-hackers@freebsd.org" <freebsd-hackers@freebsd.org>, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> Subject: Re: FreeBSD and WiDi / Miracast / WiFi Direct HDMI streaming Message-ID: <CAFuo_fwF-NaSgY_3X_rx3xELMGc=i7R7ePmmDG1HiLzk0DBy6Q@mail.gmail.com> In-Reply-To: <CAFuo_fzQDL394B06uKCV5AS88N0vF0Dnp0A-YitwqvyuhB9abA@mail.gmail.com> References: <CAFYkXjkR2SzmMyFXHZ7TUJbGrn9xr05T4KPufYSH87zWD4xYFw@mail.gmail.com> <CAFuo_fy7uhZw4f9jcE3Yebzpk2c3O0m8c-9pGidmbsQyBcMftA@mail.gmail.com> <CAFYkXjmAVKE_eHno0r0RcLDESBNdM%2Bm-AiNwsASuHrwdWqqXCA@mail.gmail.com> <CAFYkXjmbUKrbgRW%2BNa-%2BEeeyPHZhYD0%2BQ5=Xt1uMSHXXrBbKQA@mail.gmail.com> <CAFYkXjm4TdLPLhdw2E6rU9OxL418NgZHpUj2jkz0vj0Wmr78XA@mail.gmail.com> <CAFuo_fxPLZgZPBoaMXO0gA%2BhGBzb8afx8Tujk0p8S3NoadmxCQ@mail.gmail.com> <CAFuo_fzQDL394B06uKCV5AS88N0vF0Dnp0A-YitwqvyuhB9abA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Sep 13, 2014 at 11:27 PM, Waitman Gobble <gobble.wa@gmail.com> wrote: > > > On Fri, Sep 12, 2014 at 10:03 AM, Waitman Gobble <gobble.wa@gmail.com> > 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 <cederom@tlen.pl> wrote: >> >>> On Fri, Sep 12, 2014 at 6:25 PM, CeDeROM <cederom@tlen.pl> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFuo_fwF-NaSgY_3X_rx3xELMGc=i7R7ePmmDG1HiLzk0DBy6Q>