4 person project using BeagleBone Green development board for embedded systems class
How to set up the BeagleBone Minigame Console:
- Go to the main directory to find our Makefile.
- Type: $make
- This will automatically compile and copy the binaries to the remote beaglebone folder
- SSH into the beaglebone
- Go to /mnt/remote/myApps
- Run with: #sudo ./miniGamesConsole
- To open our website, open another SSH beaglebone terminal
- Go to directory /mnt/remote/myApps/miniGamesConsole-server-copy
- Run server with: #nodejs server.js
- Go to website at 192.168.7.2:8088