Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 319 Bytes

pymik

Automating mikrotik administration using python, functions include:

  • config
  • update
  • backup

pymik is useful when you have many mikrotik devices and you want update them or config them globally.

dependencies

  • paramiko

You need mikrotik with ssh enabled, pymik uses ssh to copy file or send commands.