Galilleo: LAN TCP communication with RaspberryPi using Python. Simple HTTP server.
Goals: – Learn how to deal with python scripts development and execution at Galilleo’s Yocto Linux. – To establish TCP communication between Galilleo (connected to home router by Ethernet cable) and RaspberryPi (Raspbian Linux) connected to same home router’s LAN through Wi-Fi – activation of simple http server SW: https://github.com/pageal/SW_Galilleo/tree/master/hello_world simple http…