Update README.md

This commit is contained in:
Gideon le Grange 2013-12-30 08:19:59 +02:00
parent f52f306d18
commit 57d64d5637
1 changed files with 7 additions and 16 deletions

View File

@ -1,12 +1,16 @@
mikrotik-java mikrotik-java
============= =============
A Java client implementation for the Mikrotik RouterOS API. A Java client library implementation for the Mikrotik RouterOS API.
This project provides a Java client to manipulate Mikrotik routers using the remote API. Simple things must be easy to do, and complex things must be possible. This project provides a Java client to manipulate Mikrotik routers using the remote API. Simple things must be easy to do, and complex things must be possible.
*This code is currently pre-release, so in order to use it you will have to clone it locally and compile it yourself. Any part, Version 1.0 has been released.
including public interfaces, can change at any time, until I release version 1.0.*
What's new in version 1.1
-------------------------
* TLS (SSL) support to encrypt API traffic.
Examples Examples
======== ========
@ -65,19 +69,6 @@ The above command will run and send results asynchrynously as they become availa
con.cancel(tag); con.cancel(tag);
``` ```
More examples will be added shortly.
TODO
====
For 1.0:
- More examples
- More formal documentation
- Push Javadoc to GitHub
- Get into Maven Central
Later:
- SSL support.
References References
========== ==========