Skip to content

OwlPlatform/GRAIL-PowerDriver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile:
javac -cp "./lib/*" -d ./bin ./src/apps/SwitchController.java ./src/apps/Heater.java
javac -cp "./lib/*" -d ./bin ./src/driver/PowerDriver.java

To run:
java -cp "./bin:./lib/*" apps.Heater grail.rutgers.edu 7009 7010 winlab.chair.615 winlab.door.Yanyong
java -cp "./bin:./lib/*" driver.PowerDriver grail.rutgers.edu 7010


Note:
The required URI (winlab.powerswitch.heater) is hardcoded. Should probably change that.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%