Skip to content

obiwandu/DCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

DCA

A device control agent based on Python gevent aims at control multiple types of remote network devices in a uniform way

Installation

Deploy all the python files on both master and agent ends.

Usage

  1. start master.py, agent.py on each end respectively
  2. Use cfg_cmd(self, ip, command) to configure command mapping on master
  3. Use exec_cmd(self, abs_cmd, identity, protocol) or exec_script(self, script_name) to execute a specific command or script remotely on agent
  4. Get execution result from agent which is actuall from the corresponding network device

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

08/21/2015: First version released. Support command configuration, comamnd and script translation, comamnd and script execution

About

A device control agent based on Python gevent aims at control multiple types of remote network devices in a uniform way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages