Skip to content

An implementation of Miracast on the Raspberry Pi.

License

Notifications You must be signed in to change notification settings

fazo96/piracast

 
 

Repository files navigation

Welcome to the Piracast project.

Copyright 2013

Limitation:

1. Only works with TP-Link dongle.
2. No HDCP support (cannot remote Netflix or Google Music). 

Install Driver:

1. sudo cp env/8188eu.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless
2. sudo depmod -a
3. sudo modprobe 8188eu

Install DHCP server

1. sudo apt-get install isc-dhcp-server
2. sudo cp env/isc-dhcp-server /etc/default
3. sudo cp env/dhcpd.conf /etc/dhcp/
4. sudo cp env/interfaces /etc/network/interfaces

Compile the project:

1. cd target
2. make core

Reboot after installation is completed:

1. sudo reboot

To run Piracast:

1. cd scripts
2. sudo python piracast.py

About

An implementation of Miracast on the Raspberry Pi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.8%
  • Python 6.6%
  • C++ 1.4%
  • Shell 0.6%
  • Perl 0.4%
  • Objective-C 0.1%
  • Ruby 0.1%