Skip to content

wh0man/Etch-A-Sketch

 
 

Repository files navigation

##############################
#                            #
# Get the hell out of here!  #
#                            #
##############################

###############################
#Usage:                       
#                            
# Download repo
# >git checkout <repository>  
# >chmod a+x startLEDBoard.sh 
# >chmod a+x stopLEDBoard.sh 
#
# To start:                    
#  in regular mode(no verbose logging)
#    >./startLEDBoard.sh
#  in debug mode(verbose logging)
#    >./startDebugModeLEDBoard.sh
#                             
# To stop:                    
# >./stopLEDBoard.sh          
#
# To send GET/POST requests to board
#   *Start the led board using script above
#   *visit http://raspberrypi:8080/webserver.html
#   *Type in your parameters and hit the button! 
#
#   **Or construct your own eg. http://raspberrypi:8080/webserver.html?get_arg1=command%3Ainitialize
#
#
# To view logs for webserver requests
#  >cd www-logs/
#  >cat webserver-raspberrypi-8080.err 
###############################

About

Etch-A-Sketch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.8%
  • HTML 6.1%
  • Shell 3.9%
  • JavaScript 2.2%
  • CSS 1.0%