Skip to content

Naohiro2g/scratchClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scratchClient created by Gerhard Hepp

scratchClient is a client software for scratch1.4 remote sensor protocol

Quick install guide: Open a terminal and execute the following lines.

cd
git clone https://github.com/Naohiro2g/scratchClient.git

cd scratchClient/
sudo apt-get update
sudo apt-get install python-pip  python-dev  python-smbus 
sudo apt-get install python3-pip python3-dev python3-smbus 
sudo pip  install tornado mako==1.0.6 spidev pyserial intelhex
sudo pip3 install tornado mako==1.0.6 spidev pyserial intelhex

python3 src/scratchClient.py -version
pip3 freeze | grep tornado

sudo pip3 uninstall tornado
sudo pip3 install tornado==4.5.3

cp RobohandSet/to_Desktop/RoboHand.desktop ~/Desktop/
cp RobohandSet/to_home/scratchClientRoboHand.py ~
cp RobohandSet/to_Scratch\ Project/ROBOHAND_template.sb  ~/Documents/Scratch\ Projects/
chmod 755 ../scratchClientRoboHand.py

About

Client software for Scratch1.4 Remote Sensors Protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • C++ 16.4%
  • JavaScript 2.2%
  • HTML 1.1%
  • Other 0.3%