Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 664 Bytes

Mikrotik Example

This project uses java api provided by Mikrotik-java to connect to a mikrotik routerOS and execute some commands.

Initial setup

Follow the blog to setup Mikrotik routerOS virtualbox locally.

Port forwarding on virtual box

Virtualbox port forwarding setting

Running the project

Each command is part of a separate spring boot command line runner. To execute all the commands simply run the following command -

./gradlew build