Skip to content
forked from jfollert/EcoLab

Open plataform for automating computer labs oriented to energy saving.

License

Notifications You must be signed in to change notification settings

tdelgado37/EcoLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EcoLab [vAlpha]

An open platform made to optimize resources in computer science labs.

Status Python License Gitter


Objetives:


Commands:

CHECK

 $ ecolab.py check [-a] [-i IP]
  • -a: Returns a list of all registered machines and their status.

  • -i: Returns the status (ON/OFF) of a specific machine.

ADD

$ ecolab.py add [IP:MAC]

Adds a machine to the network.

REMOVE

$ ecolab.py remove [IP/MAC]

Removes a machine off the network.

WAKE

$ ecolab.py wake [-a] [-i IP]
  • -a: Turns on all registered machines.

  • -i: Turns on a specific machine.

DOWN

$ ecolab.py down [-a] [-i IP]
  • -a: Turns off all registered machines.

  • -i: Turns off a specific machine.

SETHOUR

$ ecolab.py sethour [-w] [-d] hh:mm
  • -w: Sets a time at which a machine turns on.

  • -d: Sets a time at which a machine turns off.

IN PROCESS

Features:


Structure:

About

Open plataform for automating computer labs oriented to energy saving.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%