CromeCast from Arduino

Working on a project where I will be chrome casting from arduino. I found the following project where a user was able to do this with their arduinio. GitHub - NoRulesJustFeels/ChromeCast-Arduino: ChromeCast Arduino
My case is a little different because I am using an ethernet shield that uses the ENC28J60 protocol for ethernet. Currently the UIPEthernet library is working best for me. That is located here: GitHub - ntruchsess/arduino_uip: UIPEthernet: A plugin-replacement of the stock Arduino Ethernet library for ENC28J60 shields and breakout boards. Full support for persistent (streaming) TCP-connections and UDP (Client and Server each), ARP, ICMP, DHCP and DNS. Build around Adam Dunkels uIP Stack. Further developed version can be found on https://github.com/UIPEthernet/UIPEthernet
Any help with this programming would be greatly appreciated.

1 Like