Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amitmisra16/mikrotik-example

Interfacing with Mikrotik routeros using java api
https://github.com/amitmisra16/mikrotik-example

Last synced: 15 days ago
JSON representation

Interfacing with Mikrotik routeros using java api

Awesome Lists containing this project

README

        

# Mikrotik Example

This project uses java api provided by [Mikrotik-java](https://github.com/GideonLeGrange/mikrotik-java) to connect to a mikrotik routerOS and execute some
commands.

## Initial setup

Follow the [blog](http://myhomelab.blogspot.com/2013/05/installing-mikrotik-routeros-under-VirtualBox.html) to setup Mikrotik routerOS virtualbox locally.

## Port forwarding on virtual box

![Virtualbox port forwarding setting](./src/site/images/VBPortFwdSetting.png)

## 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 -

```$bash
./gradlew build
```