Skip to content

Latest commit

 

History

History

q3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Bidirectional communication with BeagleBone and Laptop

The Beaglebone runs the server which talks to the kernel device driver developed in q1. The laptop runs the client which connects to the server through sockets and reads and sets the states of the LED on the Beaglebone.

Prerequisites

  • You need a Beaglebone
  • Run server in BeagleBone
  • Run client in your host machine
  • Further instructions would be evident when you run the code

Authors