Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 741 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 741 Bytes

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