Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitmisra16/mikrotik-example
- Owner: amitmisra16
- Created: 2018-06-08T17:40:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T16:44:15.000Z (about 6 years ago)
- Last Synced: 2024-10-10T05:37:15.546Z (about 1 month ago)
- Language: Java
- Size: 189 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```